Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
I want to apply the latest updates fpr VC2015. I have already install the 3.0 and patch 1 . Do i have to install patch 2 first an patch 3 afterwards or install patch 3 only? The same question for Cobol Server too. Can i install patch 3 directly?
We are testing "acutoweb". The service for acutoweb and acuconnect isr running. When we start the connection in the browser with http://127.0.0.1:3000 the connection-setup-screen is showing, bat wehn we try the connection to the sample "tour.acu" an error ist prompted. "Connection to server refused. connection denied."Can sombody help us, what is wrong? #acutoweb
Created On: 2010-04-27 Problem: Starting Net Express from the shortcut fails with “C00000FD Stack Overflow at: 00352CC3 01:00011CCE C:\\Program Files\\Micro Focus\\Net Express 5.1\\Base\\Bin\\IDECORE.dll”. There is however no problem to start Net Express from the Net Express Command Prompt using the MFNETX command. Double-clicking on MFNETX.EXE from the BIN directory of Net Express also gives the exact same error. None of the methods below resolved the problem: Creating a new shortcut Running the repair feature from Add or Remove Programs Resolution: This problem is a known issue reported on the base version of Net Express 5.1, and the only way to fix it is to apply WrapPack 3 or a more recent version. Incident #2350431 Old KB# 31086
Hi, May i know that how can i copy the whole folder contain to window PC from UNIX server using command. #AcuCobol
Hi, I am facing an issue when my program running in win10 and having the command like C$COPY to copy local file to another folder or call C$SYSTEM. The return value is 95, but when i am running same program in win7 PC. The return value is zeros. Do anyone know why i will get the return value 95 in win10 PC only? Thanks You. Regards Alice Tan
I see that with Visual Cobol, one can create websites with Cobol using ASP.NET. Unfortunately, my hosting provider, DreamHost, does not support any Microsoft technologies. Here is a link showing the supported and unsupported technologies on DreamHost. Do you have any recommendations on inexpensive hosting companies which do support ASP.NET? Any suggestions would be greatly appreciated.#Web#VisualCOBOL
Getting a new CRM in house and need to be able to call an API from a Native Console App and get the information from the database. Wondering if anybody might have a example of a Visual Cobol, Native Console App that calls API (Rest or Soap) and utilizes WSDL to return the information? I cannot go directly against database(s), exec sql as I currently do, I need to utilize an Api or web service.#VisualCOBOL#API#nativeconsole
Hi downloaded a trial version of visual cobol for eclise on suse 12 and installed it on the opensuse environment. The entire installation went fine other than the license part. While installing it gave me the following warning. ./MFLicenseServerInstall.sh: line 2299: [: too many argumentscp: cannot stat '/etc/inittab': No such file or directorygrep: /etc/inittab: No such file or directory When I tried to install the mf license script gave the below error: linux-ixka:/opt/microfocus # sh ./VisualCOBOL/safenet/MFLicenseServerInstall.sh -=-==================================================================-=- Micro Focus Licensing Installation &
"Hello" from Russell. Please allow me to ask for help with an RMCobol application using "HTTP Post" command. I apologize in advance for the lack of specific details.This is all I have to work with. I work for a company that provides a complete software package for automobile dealerships.My latest project, which was received on Oct 18, is to integrate our application with:Georgia Electronic Title and Registration System (GA-ETR) To be short & blunt:We requested the specs.We were sent a sample document, which is below. Nothing else. Just a sample document.We have requested credentails for: (1) Transaction.userName (2) Transaction.passwordand are still waiting The sample document contains this line:<form action= "georgia.qa.titletec.com/.../HTTPDealPost.aspx" method="POST" name="myform" id = "myform" > Judging by that line, it appears a command such as "HTTPPOst" would work.I created a "hack" program that would "inhale" the sample document into a "request" and attempt to post it
Hi, I have Microfocus Cobol Server 2.2 for Linux and work fine with Suse Linux Enterprise 11. Now i need install with Suse Linux Enterprise 12 and the screen show: -=-==================================================================-=- Micro Focus Product - Standalone Installer www.microfocus.com pax: Bad Option: -O.Usage: pax cmd [options] file1 ... filen Use pax -helpand pax -xhelpto get a list of valid cmds and options. Use pax -x helpto get a list of valid archive header formats. For a more complete user interface use the tar type command interface.See 'man star'. The pax command is more or less limited to thePOSIX standard pax command line interface.sh: ./install.sh: No such file or directory -=-==================================================================-=- I have installed pax, libelf and libelf-devel. Do i need install any other software? Do this combination of software works? Thanks in advance, Enrique.
I was trying to compile my code through cmd but got the following error. " Error[18]: No license code is available for feature RestrictedNativeChecker on host 127.0.0.1. " Can someone please help. I had installed the trial version just 2 days back.
We have a set of .cbl files in the Linux environment. Have installed Visual COBOL for Eclipse for SUSE. I need to compile the source code and use the executable in the script to run the batch jobs. Will executing the command "cob -z -P Program1.cbl" create a .o file and can we use the .o executable in my script to run the batch like DD_SYS001=input_file /location/program1.o unix >>outputfile Is the approach fine? Since I am a novice, can someone please guide me step by step of how to go ahead executing it.
Problem: I have installed Oracle 11g Express and Pro*COBOL precompiler to test this COBOL program with embedded SQL that uses the SCOTT schema: IDENTIFICATION DIVISION. PROGRAM-ID. ORATEST. ENVIRONMENT DIVISION. DATA DIVISION. WORKING-STORAGE SECTION. EXEC SQL INCLUDE SQLCA END-EXEC EXEC SQL BEGIN DECLARE SECTION END-EXEC. 01 USERNAME PIC X(10). 01 PASSWD PIC X(10). EXEC SQL END DECLARE SECTION END-EXEC. PROCEDURE DIVISION. &
I am running Extend 10.0.0 on Windows 10, 64-bit, but developing for 32-bit. I have been developing a .NET DLL to use with our COBOL app over the last couple of months, and NETDEFGEN has been creating the DEF file just fine and I can run the app. Now I'm trying to add events that will be caught by COBOL, and I expected NETDEFGEN to create the event DLL, like it did for the sample program AmortControl. The documentation says that occasionally, I might get the error "The Event Handler Compilation Failed" but the DEF file would generated normally. Well, the DEF did, but the event DLL did not. What can I check? I built the .NET DLL with Framework 4, build platform x86. The NETDEFGEN setting is using 32-bit 4.0 ilasm.exe. The Class Member screen in NETDEFGEN shows that I have Events, but when I click Generate, I get the error message, and no event DLL. I generated for AmortControl under these conditions, and it worked. My next cour
01 wOqueBuscar pic x(500). move "<ns3:Numero>" to wOqueBuscar. I'm reading a file and checking if a particular condition is found in this file, I'm not sure if I'm doing something wrong but so does!inspect reg-sai tallying wCol for all "<ns3:Numero>" and so does not! inspect reg-sai tallying wCol2 for all wOqueBuscar Have any way to look for a string inside another? Eu estou lendo um arquivo e verificar se um determinada condição é encontrada neste arquivo, não sei se estou fazendo algo errado mas assim funciona, inspect reg-sai tallying wCol for all "<ns3:Numero>" e assim não! tem alguma forma de procurar uma string dentro de outra? inspect reg-sai tallying wCol2 for all wOqueBuscar Translated by Google
ACCEPT SYSTEM-INFORMATION FROM SYSTEM-INFO. IF STATION-ID (1:2) = "at" STRING "@[DISPLAY]:c:\\apps\\PIDLIST-" DELIMITED BY SIZE STATION-ID DELIMITED BY " " ".csv" DELIMITED BY SIZE INTO WS-TASK-LIST-CSV-FILE-NAME else STRING "c:\\apps\\PIDLIST-" DELIMITED BY SIZE
Is there a personal edition of Visual COBOL 2017 ???
I have compiled the cobol programs (.cbl files) using visual cobol for eclipse. After compiling the program I have .int files which are intermediate files. Can I export these to Linux and execute them by UNIX script? If these can't be used directly can someone please let me know how to convert them to .o files ?
Problem: When using the Data File Editor in Server Express, characters appear in the wrong columns and suddenly shift while scrolling sideways in a file Resolution: In some terminal emulators, certain byte values may not be printable in the current character set used. For example, in the terminal emulator Putty, the character set may be set to ISO 8859-1 West Europe, or similar. Changing the character set to UTF-8 will correct this problem, and allow Data File Editor to correctly display records containing this kind of binary data. In Putty, this setting is found under Window->Translation, as Remote Character Set.
Problem: On Linux/UNIX, a server/region in Enterprise Server (ES) would not start. The error message was: CASCF0052S casstart: Error reading console daemon configuration data Solution: Here is a link into the documentation showing an explanation:http://documentation.microfocus.com/help/index.jsp?topic=/com.microfocus.eclipse.infocenter.visualcobol.vs2012/GUID-6081411C-F6E2-42BC-8FD8-3C748C9C05A8.htmlIt is a permissions problem with the "system directory" of the server/region, caused by trying to start the server/region using a different Linux/UNIX user-id than the user-id used when the server/region was last started.The system directory is where files such as the console.log, log-1.html, etc. are kept. The directory is created and owned by the user-id that last started the server/region, and if you try to start the server/region with a different user-id, there will be a permissions problem on the system directory.The quickest way to overcome this problem is to rem
Problem: File status 9/194 "File size too large" was reported against a sequential file. The file size on disk was 7.5 gig. The file handler configuration file included: [XFH-DEFAULT]FILEMAXSIZE=8 This FILEMAXSIZE=8 setting should allow the file handler to handle sequential files larger than 4 gig, but for some reason the error was still occuring. Solution: The environment variable EXTFH is supposed to point to the location of the file handler configuration file. In the environment in which the application ran, EXTFH did appear to be set pointing to the correct file handler configuration file. But when we added code to the COBOL program to reveal the run-time value of EXTFH, we learned that a script used to trigger the application had modified the value of EXTFH, so by the time the COBOL program was invoked, EXTFH was not set correctly. Here is the technique used to reveal the run-time value of this environment variable: Insert
Is anyone reading/writing encrypted data from/to a text file with NetExpress? If so, how? I did a quick search of the knowledgebase and documentation and don't see anything about this. I need to store a database user id. and password in a non-clear text format of some sort, preferably using some strong, standard encryption. Thanks in advance for your help.
Problem: Programs that use the XML-PARSE directive, fail to compile with an exception 791043 in Visual COBOL version 2.3 Update 2 and 3.0 Resolution: In Visual COBOL 2.3 Update 2 and 3.0, the new parser used by XML-PARSE in XMLSS mode does not recognise the encoding "Windows-1252". Changing the XMLPARSE directive to use XMLPARSE(COMPAT) or changing the XSD's encoding from "Windows-1252" to "ISO-8859-15" can be used as a workaround. A fix for this compilation error will be available in the 4.0 version of Visual COBOL.
Problem AcuXDBC Server 10.1.1 64-bit is installed on the server.The installation works fine, testing it using the asql.bat script to run basic queries (without a DSN). AcuXDBC 10.1.1 64-bit is installed on the client.Trying to establish a connection between client and server, the following error is returned: C:\\Users\\username>odbcsql.bat -d DataSourceName VORTEXsql - Simple Interactive SQL. Version 2.0.5.0 (64-bit) - Production.Copyright ® 1989-2015, Trifox, Inc., California, USA. All Rights Reserved Worldwide. ***** ERROR: [TOD][ODBC Driver][acuxdbc03:system/manager/xvision:acuxdbc.cfg@20222:ServerName!acuxdbc04]VISION: No entry for product 'AcuXDBCS' in file 'C:\\ProgramData\\Micro Focus\\extend\\10.1.1\\x64\\xvision.slc'SQL (/? for help) ==> /qC:\\Users\\username> The license file on the server is correct. What may be the reason for this issue? Resolution There's a known issue with AcuXDBC 10.1.1, when it tries to read its own licenses. It may occur both in a Cl
I'm using Visual Cobol to access a MySQL Database. I have the $SET SQL(DBMAN=ODBC) set, and I've even tried setting that in the Microfocus > Build Configurations > COBOL > SQL Preprocessor. However the compiled executable from Visual Cobol, gives me the following error. OpenESQL Error: Unable to load ODBC Driver/Driver Manager. Ensure that your database environment is set correctly. However if I compile from the Linux command line using "cob -xV Source.cbl" the executable works perfectly. Its just a convenience thing, but any ideas how to get Eclipse to compile executable programs without resorting to me going to the command line every time? Thanks for you help. Eric Boatman
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.