Error 179 - MFRUN.gnt cant be found on COBOL Server for Windows
I have looked at previous post on this subject which seemed to be cleared by simply restarting server
http://community.microfocus.com/microfocus/cobol/visual_cobol/f/18/t/9268.aspx.
We have compiled a simple program to gnt through Visual COBOL 2012 and I can run successfully from CMD prompt by - RUN PROG1
The gnt is then transferred to a Production Server but whenever we try to run as above we get - Error 179 - MFRUN.gnt cant be found.
Also tried RUNW etc. On the Prod server we don't seem to have CREATEENV.bat as on Dev Server. We created one of those to set up the environment.
I don't believe it is ever getting to our application program. However, we have some other programs called from C which appear to get called successfully - so the cobol run time appears to be working ok.