This article explains how to load the Enterprise Server Admin on Red Hat 3.
Problem:
After installing Enterprise Server mfds starts successfully, but the Admin screen cannot be loaded in the Internet Explorer browser. Various errors relating to LANG htm files are returned, such as:
/opt/microfocus/cobol/lang/en_US.UTF-8/initial_response_body.htmfFailed to load
Resolution:
On Red Hat, the locale is set to en_GB.UTF-8 by default after a fresh install of the operating system. With this setting the Enterprise Server Administration page fails to load because there is no such directory under $COBDIR/lang and so the files being searched for were not found. The work-around is to either copy the htmf files it is looking for (which are being reported in the browser) to the appropriate location, or more simply, change the locale to something that is there, such as en_GB.
Stop any running servers, then stop mfds, using the kill command. Change the LANG setting to en_GBor possibly en_US and restart mfds.
#Enterprise
#EnterpriseServer
#ServerExpress
#COBOL
#Server