An error occurs when using the GEN AIX CSE to generate a remote file for a load module
containing large source code files.
The genstat.ctl file sent to the Construction Client will contain a message like the following:
Remotely Installing Load Module - Member <XXXXX>.
Load Module - Member <XXXXX> - Remote installation failed.
The Message Dispatcher logfile on the CSE Server will contain a line like the following:
rfgOSChildProcessRC->getResults() failure -1
8.6
Set the environment variable LDR_CNTL before staring the Message Dispatcher.
POSIX Shell
LDR_CNTRL=MAXDATA=0x80000000; export LDR_CNTL
C Shell
setenv LDR_CNTRL=MAXDATA=0x80000000