Gen AIX CSE code generation fails to create remote file
search cancel

Gen AIX CSE code generation fails to create remote file

book

Article ID: 276450

calendar_today

Updated On:

Products

Gen

Issue/Introduction

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 

Environment

8.6

Resolution

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