EntireX Version 9.7
 —  Error Messages and Codes  —

Message Class 2008 - Software AG RPC Extractor Service

This section describes error messages which can occur in the RPC Extractor Service. The messages have the format:

2008nnnn

where 2008 is the message class, and
nnnn is the message number in the range 0000 - 9999

Overview of Messages

20080001 | 20080002 | 20080003 | 20080004 | 20080005 | 20080006 | 20080007 | 20080008 | 20080009 | 20080010 | 20080011 | 20080012 | 20080200

20080001 Service not implemented
Explanation

The EXTRACTOR service is not implemented on target platform.

Action

Check installation or contact your system administrator.


20080002 No access to RPC services
Explanation

Service library ERX is not accessible.

Action

Check target installation. Probably module ERX is not in STEPLIB.


20080003 Cannot get memory for <size> bytes
Explanation

EXTRACTOR service failed due to storage shortage on target platform.

Action

Try again later. If still persists, contact your system administrator.


20080004 Cannot open directory: <reason>
Explanation

Open directory failed. If available, a target reason code will be supplied.

Action

Check reason code.


20080005 Empty directory
Explanation

Informational. The directory could be opened but did not contain entries for this request. This may be because the directory itself is empty or member selection (if applied) did not find a matching entry.

Action

None.


20080006 Cannot open file: <reason>
Explanation

Open file failed. If available, a target reason code will be supplied.

Action

Check reason code.


20080007 Empty file
Explanation

Informational. Read file found an empty file.

Action

None.


20080008 Cannot read file: <reason>
Explanation

Open file failed. If available, a target reason code will be supplied.

Action

Check reason code.


20080009 RPC error occurred: <error-number> <error-text>
Explanation

An EntireX RPC error occurred.

Action

Check EntireX RPC number.


20080010 Not authorized: <reason>
Explanation

Userid/Password check failed, a reason code will be supplied

Action

Check reason code.


20080011 Not active
Explanation

The EXTRACTOR service on target platform was not activated.

Action

Check target installation, EXTRACTOR=YES.


20080012 Invalid usage of EXTRACTOR service
Explanation

The RPC server received a request for the extractor service (using the IDL library SAG) for a broker service other than EXTRACTOR.

Action

The IDL library prefix SAG is reserved and must not be used by customer applications. See Rules for Coding Library, Library Alias, Program, Program Alias and Structure Names under Software AG IDL File.


20080200 Broker Communication
Explanation

The communication to the RPC Extractor Service failed.

Action

Check communication between the Extractor and RPC Extractor Service.


Top of page