Problem:
When using Automatic Synchronise and Compile (ASC), the synchronisation and monitor stet of the process starts, but the compilation part does not.
How can this be avoided..?
Resolution:
The ASC functionality uses exits called MFMONSYN, MFMONIMP and MFMONDEL, which are installed in C:\\Program Files\\Micro Focus\\Mainframe Express\\asc\\BIN ( mfe\\asc\\bin )
When ASC is run from within the IDE, the path for these exits is included.
When running from a command line this directory is not on the path.
There are 2 possible ways to solve this....
1. Copy MFMONSYN, MFMONIMP and MFMONDEL to a directory already on the path, like mfe/mfide/bin
2. Make sure the MFE/asc/bin directory is on the path.
#EnterpriseDeveloper
#MFDS