Browse all forums dedicated to the Rocket® COBOL product family.
Recently active
Launcing the "start-gateway" script to start the AcuToWeb gateway daemon, the following error occurs: ERROR 10000:Duplicate keys! using start-gateway script Full article: https://portal.microfocus.com/s/article/KM000014925#SupportTips/KnowledgeDocs
Calling a .NET DLL may cause a memory access violation (MAV) with 32-bit runtime or a runtime crash without notification with 64-bit runtime. The behavior did not occur with earlier versions of the runtime. Full article: https://portal.microfocus.com/s/article/KM000014905#SupportTips/KnowledgeDocs
I have any programs that run correctly on netexpress 5.1! Now i am testing the new version visual cobol 8.0 and have now programs that want works. Own lbr's or dll's are not found by debugging or running see a little example here: Where must be placed the own lbr's or dll'?Wich runtime modules are needed? There are any modules that i was not able to find on vc8 as tools.lbr or utils.lbr, also cblvios.dll, cblrtss.dll and other I missed also many possibilities on debugging on vc8 comparing with netx5.1!!!! How can help? What are your experience? Thanks for your help Here a extract from a program: working-storage section. * Pointer 01 cgtoolsptr procedure-pointer. 01 cob32apiptr procedure-pointer. * PROCEDURE DIVISION. main. perform load-module *> wapiutil is in ossyslib.lbr and not found !!!!!!!!!!!!!!!!! call 'wapiutil' using null *> vorladen / load-module section. *> own lbr-modul not found in vc80 !!!!!!!! call 'ossyslib.lbr
Hello Community, I am currently using Acucobol version 9.2.5 in my organisation. Can anyone let me know if there are any security issues in the version 9.2.5 due to which i should consider upgrading AcuCobol version 9.2.5 to the latest ? Also, if anyone knows about any security issues in acuthin do let me know. Thanks !#AcuCobol
DISPLAY ... ERASE LINE in terminals wider than 200 characters would cause a memory error. Full article: https://portal.microfocus.com/s/article/KM000014725#SupportTips/KnowledgeDocs
AcuThin pre-10.5.0 32-bit can connect to AcuRCL 64-bit on Linux, and obtain a valid system handle for the window. AcuThin 10.5.0 32-bit cannot; it only gets a zero in return. Full article: https://portal.microfocus.com/s/article/KM000014728#SupportTips/KnowledgeDocs
Which Java versions are supported in Visual Cobol for Eclipse? Full article: https://portal.microfocus.com/s/article/KM000014978#SupportTips/KnowledgeDocs
Existing programs that call WIN$PRINTER with the op-code WINPRINT-SETUP-OLD run successfully using the runtime, but will appear to hang when using AcuToWeb. Full article: https://portal.microfocus.com/s/article/KM000014848#SupportTips/KnowledgeDocs
When compiling or running a program, the following error occurs: Error [5]: Cannot talk to the license server on host “xxxx”. Server may not be running Full article: https://portal.microfocus.com/s/article/KM000014931#SupportTips/KnowledgeDocs
We're trying to find a way to allow clients to drag and drop a file onto an AcuCobol screen control that will allow us to capture the path and then copy/move the file where we need it. Is there such a capability, and if so could you provide an example? Thanks.
in the ds-cpy i found a value of a push-button 03 PB-STOP PIC 9(8) COMP-X VALUE 6. in dialog system i can do any function at example "button-selectec" Is it possible to set the state or get the state of the buttion directly in the cobol progrram without calling dialog system? Thanks for help!
Which LIB should I link with
I have a Win10, with VC8 and VS2019 prof, and since the last update of VS2019, I have the problem that when editing any program of any solution, I have the problem that the editor does not appear as before, without differentiating colors.How can I restore it?
On VS 2019, Tools=DialogSystem show me errorcommunity.microfocus.com/.../VC8_5F00_DS_5F00_err.pdf#VisualCOBOL
Hello Community, I am currently using Acucobol version 9.2.5 in my organisation. Can anyone let me know if there are any security issues in the version 9.2.5 due to which i should consider upgrading AcuCobol version 9.2.5 to the latest ? Also, if anyone knows about any security issues in acuthin do let me know. Thanks !
Hi, When I run and load a cobol program that generated a PDF file from an Excel file, which used to run without any problem, now the attached message appears. This message is due to the version of Office I use and is a NetExpress error. Any hint on how to solve it? The Cobol statement that gives the error is as follows invoke theSheet "PrintOut" using desde hasta NCOPIAS activeprinter readonly printofile collate invoke theSheet "finalize" returning theSheet
I have valid Visual Studio CE and Visual COBOL PE licenses. I have just tried to launch VS with my VC projects. I get a message at the top of VS "Visual COBOL Personal Edition does not have a valid license". When I try to launch my VC .sln all the projects shown in Solution Explorer are described as 'incompatible'. If I try to Relaod Project a message box appears saying "Unable to obtain the requested license. Error [18]. No license code is available for feature SolarVisualStudio2010PE.." I've no odea why this references VS2021, I haven't had that on my PC for several years. Assistance required, please.
Hi, although Net Express was no longer supported under Windows 10, we had no problems there. Under Windows 11 we unfortunately get crashes (C++ runtime exception) when we use the Windows API call SHBrowseForFolder. It seems that the crash depends on when MFOLECL.DLL is loaded. Has anyone already had such experiences? Regards Wolfgang
After a Visual COBOL application has been deployed to a non-Development environment running COBOL Server, it's possible to debug the application remotely from Visual COBOL for Eclipse. Full article: https://portal.microfocus.com/s/article/KM000013632#SupportTips/KnowledgeDocs
Customer upgrading from Net Express to Visual COBOL encounters error starting mfds "CCITCP2-0120E CCITCP2 initialization failed, the 'mfcobol' port address is in use." Full article: https://portal.microfocus.com/s/article/KM000014151#SupportTips/KnowledgeDocs
An application is being converted from Dialog System to Windows Forms written in C#. How can a COBOL program call and display these C# Windows Forms? Full article: https://portal.microfocus.com/s/article/KM000014105#SupportTips/KnowledgeDocs
When trying to start animator getting the following error message: "not supported on single-threaded runtime" Full article: https://portal.microfocus.com/s/article/KM000014293#SupportTips/KnowledgeDocs
Hello. The file 1-lunes.bat contains the instructions to make a backup and run a program as shown below: CD D:\\catalina-gas\\inventar runcobol.exe averaver.cob c=windows.cfg L=WOWRT.DLL CD D:\\catalina-gas\\creditos runcobol.exe solito.cob c=windows.cfg L=WOWRT.DLL CD D:\\catalina-gas\\pagar runcobol.exe solito.cob c=windows.cfg L=WOWRT.DLL RMDIR /S /Q f:\\backup\\catalina-gas\\lunes XCOPY /E /I /Y D:\\catalina-gas f:\\backup\\catalina-gas\\lunes 1-monday.bat runs perfectly when it receives a direct clip to the shortcut on the Desktop but if it is placed as a Windows task in task scheduler program script D:\\catalina-gas\\backup\\1-monday.bat the program AVERAVER.COB produces an error: Cobol configuration 410 error processing configuration My question is: Why does 1-monday.bat run perfectly by clipping a shortcut and produce a 410 error when Windows runs it in the task scheduler?
To ensure that the RM license is valid, the RM products will perform a check with main RM license server. Once the license has been validated it is updated and access to the RM product can continue.What has been seen is that during this process that the RM license vault (the file is called license.vlt) is renamed to a .tmp file, but is not restored to the .vlt extension. This then means that the RM license check fails and an invalid license error is reported back to the user. Full article: https://portal.microfocus.com/s/article/KM000014199#SupportTips/KnowledgeDocs
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.