In the last few years i've been working developing web applications(CGI) with NetExpress. We use the Solo Web Server which allows to debug the application on the same machine we used to develop them.
Recently I've been trying to migrate one of these applications to Visual Cobol for academic purposes. As Solo Web Server is not available on Visual Cobol i'm using the Apache2.
When i try to run any native cobol program in the same machine i've used to develop them he's throws the follow error:
Execution error : file ''
error code: 244, pc=0, call=1, seg=0
244 Licensing initialization error
I checked the services Micro Focus CES daemon and Micro Focus Directory Server are running on the machine.
I checkedall the cobol envirioment on apache httpd.conf and they are the same cblpromp.exe.
When the program is called from console line he runs as expected.
I'm using Micro Focus Visual COBOL 4.0 PE for Visual Studio 2017 Patch Update 01 on Windows 10.
Tks,
Adrian