102 PGA-20900 to PGA-22014
- PGA-20900: unable to obtain number bytes of storage for string
-
Cause: Memory shortage in the gateway server process.
- PGA-20901: internal gateway error: string
-
Cause: Internal error in the gateway server process.
- PGA-20905: invalid conversation id: no active conversations were found
-
Cause: There were no APPC conversations active for the user.
- PGA-20906: invalid conversation id: no matching conversation was found
-
Cause: The conversation id received from the caller is not a valid active conversation id.
- PGA-20907: preceding error occurred during gateway string processing
-
Cause: An error occurred processing the Oracle function func. This message is preceded by additional messages providing more detailed information about the error.
- PGA-20910: communication error: CPI-C string failed, rc = number, errno = number
-
Cause: An unexpected communication error occurred while executing the specified CPI-C function func. The CPI-C function return code rc and system error number errno are provided in the message text. The CPI-C function return codes and system error numbers are described in the vendor documentation.
- PGA-20911: update transaction is already active with TP string at LU string
-
Cause: Transaction tpname has already been started at LU luname by a PGAINIT call with synclevel set to 1 or 2. Only one transaction at synclevel 1 or 2 is allowed at any given time.
- PGA-20912: send and receive buffer lengths cannot both be zero
-
Cause: Both the send and receive buffer lengths passed to PGAXFER were zero. This is invalid.
- PGA-20914: send buffer length of number exceeds actual send buffer size of number
-
Cause: The send buffer length len passed to PGAXFER was larger than the actual size size of the send buffer passed to PGAXFER.
- PGA-20915: receive buffer length of number exceeds the maximum of number
-
Cause: The receive buffer length len passed to PGAXFER was larger than the maximum allowed length max.
- PGA-20916: send count is number but only number send lengths were specified
-
Cause: The first value count in the send lengths array passed to PGAXFER specified more elements than the send lengths array contained. Only num elements were found in the array.
- PGA-20917: receive count is number but only number receive lengths were specified
-
Cause: The first value count in the receive lengths array passed to PGAXFER specified more elements than the receive lengths array contained. Only num elements were found in the array.
- PGA-20918: send length number number is number but only number bytes are left in the buffer
-
Cause: The length len specified in send lengths array element number num exceeded the number of bytes bytes of data remaining in the send buffer.
- PGA-20919: receive length number number is number but only number bytes are left in the buffer
-
Cause: The length len specified in receive lengths array element number num exceeded the number of bytes bytes of space remaining in the receive buffer.
- PGA-20920: unexpected request-to-send received
-
Cause: The remote transaction program requested to send data when the gateway was still sending data.
- PGA-20921: buffer overflow on receive: requested number bytes, received number bytes
-
Cause: The remote transaction program sent len bytes of data when the gateway was expecting to receive only num bytes.
- PGA-20922: no data available to receive: number bytes were requested
-
Cause: The remote transaction program has either requested to receive or deallocated the conversation, but the gateway is still expecting to receive more data.
- PGA-20923: unexpected status, number (string), received after string
-
Cause: An unexpected status code stat was received from the remote transaction program following the CPI-C func call. The descriptive name of the status code is desc. func is the CPI-C function receiving the status.
- PGA-20924: unable to enter send state for deallocate, state = number (string)
-
Cause: The gateway was unable to enter send state to perform a normal deallocation. The conversation state is state, and its descriptive name is desc. The conversation states are documented in the /usr/include/cmc.h header file.
- PGA-20925: missing LU/TP/MODE name parameter and no side info profile specified
-
Cause: PGAINIT was called with no Side Information profile name specified but the LU name, TP name, and MODE name parameters were not all filled in with non-blank values.
- PGA-20926: userid string length of number is invalid; maximum length is number
-
Cause: The userid uid is too long (len) to be used with APPC conversation security. The maximum allowable length for the userid is max characters. This can occur only when the gateway initialization parameter PGA_SECURITY_TYPE is set to either SAME or PROGRAM.
- PGA-20927: password length of number is invalid; maximum length is number
-
Cause: The password is too long (len) to be used with APPC conversation security. The maximum allowable length for the password is max characters. This can occur only when the gateway initialization parameter PGA_SECURITY_TYPE is set to PROGRAM.
- PGA-20928: cannot open parameter file string
-
Cause: The gateway cannot locate or open the file specified.
- PGA-20930: invalid SYNCLEVEL, number, specified; valid range is number:number
-
Cause: The synclevel, sync, passed to PGAINIT is not a valid value. This value is specified by the SYNCLEVEL keyword in the DEFINE TRANSACTION statement used to define the transaction to PGAU.
- PGA-20931: send buffer length of number exceeds the maximum of number
-
Cause: The send buffer length, len, passed to PGAXFER was larger than the maximum allowed, max.
- PGA-20932: invalid function code, string, passed to pgatctl
-
Cause: The function code, func, passed to the PGATCTL function was invalid.
- PGA-20933: invalid value specified by initialization parameter string=string
-
Cause: The keyword parameter keyword=value specifies an invalid value.
- PGA-20934: side information profile string not defined; cannot establish conversation
-
Cause: The Side Information profile profile is not defined to the SNA software. Either the profile name was misspelled, or no profile has been defined.
- PGA-20936: send buffer length is number but no send lengths were specified
-
Cause: The send buffer length passed to PGAXFER was len, but the send lengths array was either null or contained a send count of zero.
- PGA-20937: receive buffer length is number but no receive lengths were specified
-
Cause: The receive buffer length passed to PGAXFER was len, but the receive lengths array was either null or contained a receive count of zero.
- PGA-20938: send lengths array too small (number) to contain a valid send count
-
Cause: The send lengths array passed to PGAXFER was too small to contain a valid send item count. The actual length of the send lengths array was len. The minimum length of the send lengths array is 4 bytes.
- PGA-20939: receive lengths array too small (number) to contain a valid receive count
-
Cause: The receive lengths array passed to PGAXFER was too small to contain a valid receive item count. The actual length of the receive lengths array was len. The minimum length of the receive lengths array is 4 bytes.
- PGA-20945: unable to log on to Oracle for transaction logging
-
Cause: The gateway server was unable to connect to the Oracle server where the transaction log table is stored. An Oracle server message will follow this message.
- PGA-20947: unable to bind variable string for transaction logging
-
Cause: The gateway server was unable to bind variable var for use in performing transaction logging functions. An Oracle server message will follow this message.
- PGA-20948: unable to prepare the statement for transaction logging
-
Cause: The gateway server was unable to prepare the statement to be used to call the transaction logging PL/SQL stored procedure. An Oracle server message will follow this message.
- PGA-20949: unable to define variable string for transaction recovery
-
Cause: The gateway server was unable to define variable var to be used in accessing the transaction log table during recovery processing. An Oracle server message will follow this message.
- PGA-20950: unable to perform string on transaction log
-
Cause: The gateway server was unable to insert, update, or delete a pending transaction row in the transaction log table. An Oracle server message will follow this message.
- PGA-20960: missing string parameter, required when PGA_CAPABILITY=string
-
Cause: The PGA_CAPABILITY parameter specified cap, but another required parameter, parm, was omitted.
- PGA-20961: synclevel 1 conversations not allowed when PGA_CAPABILITY=2_PHASE
-
Cause: A conversation was requested at synclevel 1. The gateway init file specified PGA_CAPABILITY=2_PHASE. When 2-phase commit is enabled, synclevel 1 conversations are not supported, since they are not protected by 2-phase processing.
- PGA-20962: synclevel 2 conversations not currently allowed
-
Cause: A conversation was requested at synclevel 2, but the SNA software allocated the conversation at synclevel 0 or 1. This means that the SNA software is not configured to support synclevel 2, or has no RRM enabled.
- PGA-20963: side profile string specifies the wrong local LU name (string)
-
Cause: The Side Information profile profile specified for this conversation has a local LU name lu that is different from the local LU name specified by the PGA_LOCAL_LU gateway initialization parameter.
- PGA-20964: local LU name specified by PGA_LOCAL_LU is string
-
Cause: Message PGA-20963 was issued. This message always follows.
- PGA-20965: syncpoint error: expecting string PS header, received string
-
Cause: During the processing of a 2-phase commit, an incorrect response was received from the remote transaction program following a syncpoint control command. The response received was rcv and not a pstype PS header as expected.
- PGA-20966: syncpoint error: sent string, expecting string, received string
-
Cause: During the processing of a 2-phase commit, an incorrect response resp was received from the remote transaction program following a syncpoint control command psh. The expected response was exp.
- PGA-20967: 2-phase commit recovery attempted, DBA action required
-
Cause: The recovery process of the Oracle integrating server has connected to the gateway to perform recovery. However, the gateway cannot perform automatic recovery for this transaction due to unknown heuristic action taken by the target OLTP.
- PGA-20995: communication error: 'string' failed, rc = number, errno = number
-
Cause: An unexpected communications error occurred while executing the AIX SNA Server API func function. The function return code is rc and the system error number is errno. The AIX SNA Server LU6.2 API function return codes and system error numbers are described in the vendor documentation. The SNA system error numbers can also be found in the /usr/include/luxsna.h header file on AIX systems.
- PGA-20999: SIGDANGER received from system - all conversations deallocated
-
Cause: The system sent a SIGDANGER signal to the server, indicating that there is a shortage of paging space. All currently active conversations are deallocated abnormally.
- PGA-21001: internal error: string
-
Cause: Internal error in the gateway RRM process.
- PGA-21002: unable to obtain number bytes of memory for string
-
Cause: Memory shortage in the gateway RRM process. A request failed to allocate bytes of memory for the usage area.
- PGA-21003: memory allocation error in lxlinit
-
Cause: Memory shortage in the gateway RRM process.
- PGA-21004: invalid string specified by NLS_LANG
-
Cause: The comp component of the NLS_LANG environment variable was not valid. The component can be the language, territory, or character set.
- PGA-21005: no message file found for language 'string'
-
Cause: There was no message file available for the language lang specified by the NLS_LANG environment variable.
- PGA-21006: RRM initialization failed
-
Cause: The initialization of the gateway RRM process failed.
- PGA-21010: missing fully-qualified local LU name argument
-
Cause: The fully-qualified local LU name was not passed as the first argument to the pg4arrm program on the command line.
- PGA-21011: invalid network name length (number), valid range is number:number
-
Cause: The network name portion of the fully-qualified local LU name specified as the first argument to the pg4arrm program is the wrong length (len).
- PGA-21012: invalid LU name length (number), valid range is number:number
-
Cause: The LU name portion of the fully-qualified local LU name specified as the first argument to the pg4arrm program is the wrong length (len).
- PGA-21013: missing period(.) in fully-qualified local LU name
-
Cause: There is no period (.) in the fully-qualified local LU name specified as the first argument to the pg4arrm program.
- PGA-21014: invalid character(s) found in network name 'string'
-
Cause: One or more invalid characters were found in the network name portion net of the fully-qualified local LU name.
- PGA-21015: invalid character(s) found in LU name 'string'
-
Cause: One or more invalid characters were found in the LU name portion lu of the fully-qualified local LU name.
- PGA-21016: RRM initialization failed for LU string
-
Cause: The initialization of the gateway RRM process for local LU lu failed.
- PGA-21017: RRM already active for LU string
-
Cause: The RRM has already been started for the local LU lu. A second RRM cannot be started for the same local LU.
- PGA-21020: error creating path object for init file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the init file.
- PGA-21021: error creating name object for init file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the init file.
- PGA-21022: error creating file object for init file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the init file.
- PGA-21023: error opening init file string
-
Cause: An error occurred opening the init file ifn.
- PGA-21024: error reading init file string
-
Cause: An error occurred reading the init file ifn.
- PGA-21025: error closing init file string
-
Cause: An error occurred opening the init file ifn.
- PGA-21030: invalid keyword in line number
-
Cause: An invalid keyword was encountered in the init file in line number line.
- PGA-21031: length of string value (number) not within valid range (number:number)
-
Cause: The length len of the value specified in the init file by the keyword key is not within the valid range min:max.
- PGA-21032: invalid value specified by stringstring
-
Cause: The value val specified in the init file by the keyword key is invalid.
- PGA-21033: error(s) found in init file
-
Cause: One or more errors were found in the init file during RRM initialization. The RRM process has terminated.
- PGA-21034: too many errors in init file, cannot continue
-
Cause: The init file contained more errors than the RRM initialization code could process.
- PGA-21035: value of string (number) not within valid range (number:number)
-
Cause: The value val specified in the init file by the keyword key is not within the valid range min:max.
- PGA-21040: error creating path object for log file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the log file.
- PGA-21041: error creating name object for log file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the log file.
- PGA-21042: error creating file object for log file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the log file.
- PGA-21043: error opening log file string
-
Cause: An error occurred opening the log file lfn.
- PGA-21044: error writing to log file string
-
Cause: An error occurred writing to the log file lfn.
- PGA-21045: error closing log file string
-
Cause: An error occurred closing the log file lfn.
- PGA-21046: logging switched to system log due to error on log file
-
Cause: An error occurred writing to the log file, and logging as been switched to the system log facility for the remainder of this RRM execution.
- PGA-21050: error creating path object for trace file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the trace file.
- PGA-21051: error creating name object for trace file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the trace file.
- PGA-21052: error creating file object for trace file
-
Cause: A memory shortage occurred while creating an internal control block for accessing the trace file.
- PGA-21053: error opening trace file string
-
Cause: An error occurred opening the trace file tfn.
- PGA-21054: error writing to trace file string
-
Cause: An error occurred writing to the trace file tfn.
- PGA-21055: error closing trace file string
-
Cause: An error occurred closing the trace file tfn.
- PGA-21056: tracing suspended due to error on trace file
-
Cause: An error occurred writing to the trace file, and tracing has been suspended for the remainder of this RRM execution.
- PGA-21060: system errno = number
-
Cause: The system error number was errno following a failure in a file operation.
- PGA-21100: RRM initializing for local LU string
-
Cause: The RRM is initializing for the local LU llu.
- PGA-21101: initialization parameters read from string
-
Cause: Init parameters were read from the file ifn.
- PGA-21102: log messages written to string
-
Cause: Log messages will be written to the file lfn.
- PGA-21103: trace information written to string
-
Cause: Trace information will be written to the file tfn.
- PGA-21104: trace level currently set to number
-
Cause: The trace level specified by the TRACE_LEVEL parameter is trc.
- PGA-21105: startup for local LU string is warm
-
Cause: The RRM is warm-starting for the local LU llu. The RRM will attempt to restore all LU6.2 log states from the RRM LU6.2 log as it existed at the last RRM shutdown.
- PGA-21106: warm start complete for local LU string
-
Cause: The RRM has warm-started for the local LU llu. This means that all state information for the local LU and partner LUs with which the RRM has previously communicated was restored from the RRM LU6.2 log as it existed at the last RRM shutdown.
- PGA-21107: startup for local LU string is cold
-
Cause: The RRM is cold-starting for the local LU llu. The RRM will not retain any LU6.2 log states from the previous execution.
- PGA-21108: cold start complete for local LU string
-
Cause: The RRM has cold-started for the local LU llu. The RRM has a new local LU6.2 log name and all LU6.2 log names for partner LUs have been erased.
- PGA-21109: local log name is x'string'
-
Cause: The local LU's LU6.2 log name is llog. Since the log name is not necessarily a printable string, it is listed as a hexadecimal string.
- PGA-21110: XLN received from partner LU string
-
Cause: An Exchange Log Names (XLN) GDS variable has been received from the RRM at the partner LU plu. This is the first thing that occurs when communication is established with a partner LU for the first time since either the local RRM or the partner RRM was last started.
- PGA-21111: partner log name is x'string'
-
Cause: The partner LU's LU6.2 log name is plog. Since the log name is not necessarily a printable string, it is listed as a hexadecimal string.
- PGA-21112: creating new log entry for partner LU string
-
Cause: The RRM is creating an entry in its LU6.2 log for the partner LU plu. This happens only the first time that the partner LU's RRM contacts the local RRM since the last cold start of the local RRM.
- PGA-21113: warm starting for partner LU string
-
Cause: The RRM is warm starting for the partner LU plu. This happens when the partner LU's RRM is warm starting and is contacting the local RRM for the first time since the local RRM was started.
- PGA-21114: cold starting for partner LU string
-
Cause: The RRM is cold starting for the partner LU plu. This happens when the partner LU's RRM is cold starting and is contacting the local RRM for the first time since the local RRM was started.
- PGA-21115: shutdown request received
-
Cause: A shutdown request has been received by the RRM.
- PGA-21116: RRM termination complete for local LU string
-
Cause: The RRM has terminated for the local LU llu.
- PGA-21200: connect to Oracle Server as string failed
-
Cause: The RRM was unable to connect as user user to the Oracle server where its LU6.2 log information is stored. An Oracle server message will follow this message.
- PGA-21201: error selecting PGA_2PC_LUS row for local LU string
-
Cause: The RRM was unable to read its local LU6.2 log entry. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21202: error updating PGA_2PC_LUS row for local LU string
-
Cause: The RRM was unable to update its local LU6.2 log entry during warm start processing. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21203: error inserting PGA_2PC_LUS rows for local LU string
-
Cause: The RRM was unable to create its local LU6.2 log entry during cold start processing. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21204: error deleting PGA_2PC_PENDING rows for local LU string
-
Cause: The RRM was unable to delete the pending transaction entries from its local LU6.2 log during cold start processing. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21205: error deleting PGA_2PC_LUS rows for partner LUs
-
Cause: The RRM was unable to delete the partner LU entries from its local LU6.2 log during cold start processing. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21206: error selecting PGA_2PC_LUS row for partner LU string
-
Cause: The RRM was unable to read its local LU6.2 log entry for the partner LU. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21207: error inserting PGA_2PC_LUS row for partner LU string
-
Cause: The RRM was unable to create a local LU6.2 log entry for the partner LU. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21208: error updating PGA_2PC_LUS row for partner LU string
-
Cause: The RRM was unable to update its local LU6.2 log entry for the partner LU. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21209: error selecting PGA_2PC_PENDING rows for partner LU string
-
Cause: The RRM was unable to read the pending transaction entries from its LU6.2 log for the partner LU plu. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21210: unable to open connection with SNA services
-
Cause: The RRM was unable to initialize its connection with the SNA software for LU6.2 communications. An OS-specific error message precedes this message.
- PGA-21211: unable to allocate LU6.2 listen for RRM TP
-
Cause: The RRM was unable to allocate an LU6.2 listen with the SNA software for LU6.2 communications. An OS-specific error message precedes this message.
- PGA-21212: incorrect data received from partner LU string
-
Cause: A partner LU has sent incorrect data in its initial communication with the local RRM. The first data received should be an Exchange Log Names (XLN) GDS variable, but was not.
- PGA-21213: received x'string'
-
Cause: This message follows message PGA-00208, and dumps out the first 32 bytes of the data received from the partner LU.
- PGA-21214: incorrect service flag in XLN
-
Cause: The service flag in the Exchange Log Names (XLN) GDS variable received from the partner LU's RRM is not correct. The XLN is expected to have the REQUEST flag set.
- PGA-21215: partner log name mismatch on warm start
-
Cause: The Exchange Log Names (XLN) GDS variable received from the partner LU's RRM contains an LU6.2 log name that is different from that known by the local LU's RRM.
- PGA-21216: last stored log name x'string'
-
Cause: This message always follows message PGA-00213, and lists the last partner LU LU6.2 log name plog saved by the local LU's RRM.
- PGA-21217: partner sent log name x'string'
-
Cause: This message always follows message PGA-00214, and lists the LU6.2 log name plog sent by the partner LU's RRM in the warm start Exchange Log Names (XLN) GDS variable.
- PGA-21218: cold start for partner LU string rejected, number pending transactions exist
-
Cause: A cold start was requested by the partner LU's RRM, but the local RRM determined that there are still unresolved pending transactions for that LU in the local RRM's LU6.2 log.
- PGA-21219: recovery action by DBA required for local LU string
-
Cause: A condition has occurred which requires action by the DBA. This message is also sent to the system log as an alert message.
- PGA-21220: logging error limit (number) exceeded, RRM shutting down for LU string
-
Cause: The limit of lim Oracle errors while accessing the RRM's local LU6.2 log tables has exceeded. The RRM for the local LU llu is shutting down.
- PGA-21221: commit failed during cold start of local LU string
-
Cause: The RRM was unable to commit updates to its local log during a cold start of local LU llu. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21222: commit failed during warm start of local LU string
-
Cause: The RRM was unable to commit updates to its local log during a warm start of local LU llu. An Oracle server message will follow this message, and contains information on the Oracle error.
- PGA-21223: commit failed during first-time processing for partner LU string
-
Cause: The RRM was unable to commit updates to its local log during a first-time processing for partner LU plu. An Oracle Server message will follow this message, and contains information on the Oracle error.
- PGA-21224: commit failed during cold start of partner LU string
-
Cause: The RRM was unable to commit updates to its local log during a cold start of partner LU plu. An Oracle Server message will follow this message, and contains information on the Oracle error.
- PGA-21300: received no data when expecting data
-
Cause: The RRM was expecting to receive data from a partner RRM, but received none.
- PGA-21301: invalid control received: string
-
Cause: The RRM received an invalid control flag control from a partner RRM.
- PGA-21400: ORACLE_HOME environment variable not set
-
Cause: The ORACLE_HOME environment variable was not set before the RRM was started.
- PGA-21401: ORACLE_HOME environment variable set to null string
-
Cause: The ORACLE_HOME environment variable was set to a null value.
- PGA-21402: error opening file string, fopen errno = number
-
Cause: An error occurred opening the RRM enqueue file fn for writing. The error number from fopen is errno.
- PGA-21403: error writing to file string, fputs errno = number
-
Cause: An error occurred writing to the RRM enqueue file fn. The error number from fputs is errno.
- PGA-21404: error closing file string, fclose errno = number
-
Cause: An error occurred closing the RRM enqueue file fn. The error number from fclose is errno.
- PGA-21405: error deleting file string, remove errno = number
-
Cause: An error occurred deleting the RRM enqueue file fn during shutdown. The error number from remove is errno.
- PGA-21450: communication error: 'string' failed, errno = number
-
Cause: The AIX SNA function func failed with a system error number of errno.
- PGA-21451: SNA Server is shutting down
-
Cause: SNA Server is being shut down and sent a SIGUSR1 to the RRM.
- PGA-22001: remote host name is null.
-
Cause: TCP/IP protocol has returned "null" for the remote host name.
- PGA-22002: communication error: TCP/IP string failed, rc = number
-
Cause: The function func has failed with the return code of rc.
- PGA-22003: communication error: TCP/IP string failed, rc = number, for, string
-
Cause: An unexpected communications error occurred while executing the specified TCP/IP function func. The TCP/IP function return code is rc and the function func parameter is parm.
- PGA-22004: length of the total message value (number) not within valid range (number:number)
-
Cause: The length len for the value is not within the valid range min:max.
- PGA-22005: invalid socket file descriptor: no active conversations were found
-
Cause: There were no TCP/IP conversations active for the user.
- PGA-22006: Parameter string is not specified.
-
Cause: Parameter parm is missing from the gateway initialization file.
- PGA-22007: user ID string length of number is invalid; maximum length is number
-
Cause: The user id uid is too long len to be used. The maximum allowable length for the user ID is max characters.
- PGA-22008: password length of number is invalid; maximum length is number
-
Cause: The password is too long len to be used. The maximum allowable length for the password is max characters.
- PGA-22009: database name string length of number is invalid; maximum length is number
-
Cause: The database name db name is too long len to be used. The maximum allowable length for the database name is max characters.
- PGA-22010: userid string length of number is invalid; maximum length is number
-
Cause: The userid uid is too long (len) to be used with TCP/IP RACF conversation security. This can occur only when the gateway initialization parameter PGA_SECURITY_TYPE is set to either SAME or PROGRAM.
- PGA-22011: password length of number is invalid; maximum length is number
-
Cause: The password is too long (len) to be used with TCP/IP RACF conversation security. This can occur only when the gateway initialization parameter PGA_SECURITY_TYPE is set to PROGRAM.
- PGA-22012: IMS Connect error: return code = string, reason code = string
-
Cause: An unexpected IMS Connect error occurred while executing the 'recv' function. The return code rc and reason code rsc are provided in the message text. For more information, look at the OLTP SDSF log and IMS Connect error message which starts with HWS. The messages are documented in the IBM IMS Connect Guide and Refrence manual.
- PGA-22014: Transaction code length of number exceeds the maximum of number
-
Cause: The transaction code length len passed to PGAINIT or PGAINIT_SEC was larger than the maximum allowed length max.