Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
When attempting to deploy a Web Service to Enterprise Server from one of the IDEs the following error occurs: Sending deployment file to serverUnable to initialize communications. Function Open code 15 Full article: https://portal.microfocus.com/s/article/KM000017636#SupportTips/KnowledgeDocs
Hi, Can Non-transactional type resource adapter with version (CCIMFCobol_v1.0) used to deploy to WebSphere Liberty? I saw from the documentation (https://www.microfocus.com/documentation/visual-cobol/vc80/EclUNIX/GUID-5E2311E3-D896-493A-AA6E-3B195211AF37.html) that resource adapter (CCIMFCobol_v1.5) can be deployed to WebSphere Liberty. But what about the resource adapter (CCIMFCobol_v1.0)? Does it supports the WebSphere Liberty or it only will work for WebSphere Traditional Server? Please advise. #VisualCOBOL
A summary of suggested steps to deploy a COBOL Web Service or Enterprise Java Bean onto a Deployment server. The COBOL service deploy mechanisms provided in Visual COBOL for Development environments (imtkmake -deploy, etc.) are not provided or recommended in secure deployment environments. Full article: https://portal.microfocus.com/s/article/KM000017640#SupportTips/KnowledgeDocs
Trying to install AutoPass licenses, the following error appears: ### Unable to install - The license string does not appear to be valid. Eg.: Micro Focus License Administration ================================== [May 18, 2023, 1:48:47 PM] v10000.3.00760 1. Online Authorization. 2. Check License Status. 3. Advanced Configuration Options. 4. Manual License Installation. 5. Uninstall Licenses. 6. Get Machine Id. 7. Commute/Return Licenses. 8. Get License Details. 99. Exit Enter Option: 4 Install licenses ... You should have obtained licenses from the Micro Focus activation website and put them into text file accessible from this computer. Enter path of file containing new licenses or <Return> to abort: <path>/Visual-COBOL-Development-Hub.txt Installing ### Unable to install - The license string does not appear to b
When trying to restart of MFLM License Manager, the following error appears: root@solaris:/apps/microfocus/mflmf# ./mflmrcscript Starting MFLM License Manager MF-LMF:Thu May 11 07:05:59 2023: LMF Starting Execution error : file 'control' error code: 114, pc=0, call=1, seg=0 114 Attempt to access item beyond bounds of memory (Signal 11) MF-LMF:Thu May 11 07:05:59 2023: LMF Closing Down Full article: https://portal.microfocus.com/s/article/KM000017699#SupportTips/KnowledgeDocs
Trying to start the debugger from Eclipse to Red Hat LINUX 8, appears error code: 235 The X server is running. Full article: https://portal.microfocus.com/s/article/KM000017697#SupportTips/KnowledgeDocs
I'm running in a AVM where there are 8 cores available, I'm using V6 COBOL and VS2017. There are 8 codes sets where 7 are relatively small, and one huge one. The relatively small ones compile in acceptable times. The largest however takes a long amount of time to complete. Is there a way of utilising the idle cores once they have completed to take the load from the one core that runs from a long time? Thanks
Which versions of these products would support native Cobol incremental builds? I have a large COBOL codebase which I don't want to re-compile the full codeset each time? I've read on the forum that this is possible with Eclipse, however I'm limited to using Visual studio at present. Thanks
Hi, I'm doing migration from [Server Express 5.1] to [Visual Cobol 8.0] on Redhat Linux. My target is get the same running results on both sides. But in this case: [PARA1] 's length is only 9 characters but display to 50 characters. then the value of next variable ("WXQSVARS-AREA" and "AIR ") also displayed. But it is fine actually. The problem is running results are not same on Server Express and Visual Cobol. The results are like : Server Express : [12345 WXQSVARS-AREAAIR ] Visual Cobol : [12345 WXQSVARS-AREA ] I think the compile command is the same. Could you please help me to find a solution?
This article has an attached zip file containing an example Visual COBOL for Visual Studio project/solution which demonstrates how to use the Windows API function SetForegroundWindow in a .NET COBOL Windows Forms application. Full article: https://portal.microfocus.com/s/article/KM000017326#SupportTips/KnowledgeDocs
Opening a COBOL file in Eclipse, scrolling through a COBOL file, or searching the file causes Eclipse to become unresponsive. The only way to close Eclipse is to end the eclipse.exe process with Task Manager. Full article: https://portal.microfocus.com/s/article/KM000017362#SupportTips/KnowledgeDocs
Calling unmanaged COBOL code from managed COBOL code - Running gives program not found. Full article: https://portal.microfocus.com/s/article/KM000017388#SupportTips/KnowledgeDocs
Does ACUCOBOL-GT support calling .NET 6 assemblies on both Windows and Linux? Full article: https://portal.microfocus.com/s/article/KM000017282#SupportTips/KnowledgeDocs
Could not connect to remote host : Debugger error code: -1 error message appears when trying to use remote debugging. Full article: https://portal.microfocus.com/s/article/KM000017311#SupportTips/KnowledgeDocs
I have received CJAVA-CLASSNOTFOUND VALUE -3 in a call C$JAVA. Below a piece of my code:CALL "C$JAVA" USING "br.com.univeinfo.util.Log", "grava", "(XX)V", pasta, |folder texto-log |some text RETURNING STATUS-VAL My environment variables: JAVA_LIBRARY_NAME=C:\\Program Files (x86)\\Java\\jre-1.8\\bin\\client\\jvm.dllJAVA_OPTIONS=-Djava.library.path=C:\\SISNFE4\\sisNFe4.jar Can you help me?
Hello, i'm trying to overcome the acu threads limitations (for example starting c$socket server in an acu thread blocks the parent thread) by using the Windows threading API, by doing this: 1 - start a cobol program 2 - from this program call a c++ dll of mine that does an acu_initv() 3 - call again this dll and call a cobol program with acu_cobol() from a new thread created with CreateThread from the Windows API 4 - call again this dll and call another cobol program with acu_cobol from another new thread created Everything is fine up to point 3. But with point 4 I get memory corruption. If in 4 I call the same program of 3, doing a display upon console, then it does the display only once, but the memory doesn't get corrupted. My guess is that there is some kind of shared memory between the runtimes and I can't start more than 1 cobol program at time. Is there a way of achieving my goal or not? Thank you. Luca
START fails with error 23 (record not found) if using a key with alpha field bigger than 4 bytes.If a key has a PIC X(n) item with n > 4, a START, using that key would fail with an error 23 (Record not found). Full article: https://portal.microfocus.com/s/article/KM000017078#SupportTips/KnowledgeDocs
A COBOL program fails with RTS 173 error when calling a function within a C DLL that resides in the same folder. Full article: https://portal.microfocus.com/s/article/KM000017085#SupportTips/KnowledgeDocs
A null terminated XML document gets parsed successfully with NX 5.1 using XMLPARSE(COMPAT), but with VC 8.0 it fails with exception code +000003002 as soon as it attempts to parse the first other element. Full article: https://portal.microfocus.com/s/article/KM000017083#SupportTips/KnowledgeDocs
When CALL SYSTEM fails, it returns a non-zero exit code. Where can the documentation on the exit codes for CALL SYSTEM be found? Full article: https://portal.microfocus.com/s/article/KM000017116#SupportTips/KnowledgeDocs
Users running non-interactive batch/script programs may experience a use count inaccuracy. Interactive programs do not appear to be affected. Full article: https://portal.microfocus.com/s/article/KM000017119#SupportTips/KnowledgeDocs
How to deploy a managed COBOL application over the network or on a standalone machine. Full article: https://portal.microfocus.com/s/article/KM000017203#SupportTips/KnowledgeDocs
Hey guys. This code was converted in https://cs2cobol.microfocuscloud.com/ but it is showing an error on the following line: C# DataTable objDataTable = new DataTable();objDataTable.Columns.Add("Student Id", typeof(int));objDataTable.PrimaryKey = new DataColumn[] { objDataTable.Columns["Student Id"] }; VC What would be the correct syntax? Thanks
Certain characters (e.g. the right quote x"92" character as in <MYTAG>SOMEONE’S CODE</MYTAG>) cause to fail with exception code +000798818 in Visual COBOL. Full article: https://portal.microfocus.com/s/article/KM000017084#SupportTips/KnowledgeDocs
Hello everyone. I would like to let you know that if you would like to use dynamic arrays also in AcuCobol, there exists this open-source library on GitHub lucapiccinelli/array: COBOL implementation of dynamic array data structure (github.com). We have been using it (actually an older closed-source version) since 2011 and we are very happy with it. Please, let me know your thoughts about it.#AcuCobol#dynamicarray#ARRAY#datastructures
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.