RE: Error 114 in execution - Cobol+ProCobol
Can you provide us with more detail here?Under what OS are you running?What version of the Oracle client are you using?What specific version of Visual COBOL are you using 2.2 or 2.2 update 1?What does...
View ArticleRE: Error 114 in execution - Cobol+ProCobol
OS Unix (AIX).Visual Cobol : Micro Focus COBOL V2.2 revision 000Pro*COBOL: Release 11.2.0.3.0Oracle Client: 11.2.0.3* * * * DIRECTIVES * * * * * p(cobsql) csqlt=oracle8 nomakesyn end-c comp5=no...
View ArticleRE: License Installation failed
Hello Randy,Can you please reboot the machine and make sure that the following services are running:+ Micro Focus Directory Service daemon (32 bit)+ Sentinel RMS Development Kit License Manager (32...
View ArticleRE: License Installation failed
I have the Micro Focus Directory Server running. Is that the same as Directory Service daemon?I also have the Sentinel RMS License Manager (Development Kit isn't in the name) that was there but not...
View ArticleError 114 in execution - Cobol+ProCobol
We are having problem executing a programa compiled with Visual Cobol 2.2 and preprocessed with ProCobol.We are not using neither Eclipse nor .NET environment development.We have found in this ORACLE...
View ArticleRE: Error 114 in execution - Cobol+ProCobol
I would expect that it is the DIALECT"RM" directive that is causing the problem as this changes the default call-convention that is used for CALL statements which is what Pro*COBOL generates from your...
View ArticleRE: License Installation failed
Can you please open a support incident, so we can work on this in a timely manner.Regards,
View ArticleRE: License Installation failed
Often, the Windows Service "Micro Focus CES daemon" ( as it shows under Windows Services) or mfcesd.exe does not start up automatically after an install. Please check to see if this service is started...
View ArticleRE: License Installation failed
Yes, the CES daemon is running as is the Directory Server. It doesn't say "Directory Service", it says "Server".
View ArticleLicense Installation failed
I am trying to install Visual COBOL for Visual Studio 2012 on a Windows 8.1 Pro laptop. Everything seemed ok until I try installing my license file. I run the License Manager, browse to the file and...
View ArticleRE: Error 114 in execution - Cobol+ProCobol
We removed DIALECT"RM" from the directives file, compile and execute and obtain the same error 114.
View ArticleRE: Error 114 in execution - Cobol+ProCobol
We had resolve the problem changing two parameters in PRoCobol directives.nomakesyn ==> makesyncomp5=no ==> comp5=yesand run OK.Thanks for your effort.
View ArticleRE: Rm Visual Cobol Window Termination
Thanks so much PedroYour sample will help figure out how not only how to get it to work, but also how to do Visual Cobol WIndows.Gracias!
View ArticleRE: A new Visual COBOL Webinar Series is starting soon
I have been trying to watch for the email with the links, but maybe I missed it. If I didn't, do you have any idea when these might come out?
View ArticleA new Visual COBOL Webinar Series is starting soon
Interested in learning OO COBOL? Don't miss this free Visual COBOL Webinar Series starting September 25th.Learn more here -> online.microfocus.com/OOPWebinarSeriesRegister today!
View ArticleVisualCobol: Populate WPF DataGrid
Hello, I am new to the Visual (Cobol) / WPF World (coming from ACU-Cobol).I tried to find a Sample that demonstrates how to fill a WPF DataGrid (NOT DataGridView!!) from a file. I tested 2 different...
View ArticleRE: VisualCobol: Populate WPF DataGrid
HalloWenn Sie mir Ihre Mail-Adresse bekannt geben kann ich Ihnen eine kleines WPF-Beispiel mit einem DataGrid zustellen. Es ist ein Beispiel zur Dokumentation eines Binding-Fehlers für Culture...
View ArticleRE: VisualCobol: Populate WPF DataGrid
Werner,Can I please ask that you post your example directly to this forum so that others may share this information?Thanks.
View Article