PSX0000 | PSX0001 | PSX0002 | PSX0003 | PSX0004 | PSX0005 | PSX0006 | PSX0007 | PSX0008 | PSX0009 | PSX0010 | PSX0012 | PSX0013 | PSX0014 | PSX0015 | PSX0016 | PSX0019 | PSX0020 | PSX0022 | PSX0023 | PSX0024 | PSX0025 | PSX0026 | PSX0029 | PSX0030 | PSX0031 | PSX0033 | PSX0034 | PSX0035 | PSX0036 | PSX0037 | PSX0038 | PSX0040 | PSX0041 | PSX0042 | PSX0043 | PSX0044 | PSX0045 | PSX0046 | PSX0047 | PSX0048 | PSX0049 | PSX0050 | PSX0051 | PSX0052 | PSX0053 | PSX0054 | PSX0055 | PSX0056 | PSX0057 | PSX0058 | PSX0059 | PSX0060 | PSX0062 | PSX0063 | PSX0064 | PSX0065 | PSX0066 | PSX0067 | PSX0068 | PSX0069 | PSX0070 | PSX0071 | PSX0072 | PSX0073 | PSX0074 | PSX0075 | PSX0076 | PSX0077 | PSX0078 | PSX0079 | PSX0080 | PSX0081 | PSX0082 | PSX0083 | PSX0084 | PSX0085 | PSX0086 | PSX0087 | PSX0088 | PSX0089 | PSX0090 | PSX0091 | PSX0092 | PSX0094 | PSX0095 | PSX0096 | PSX0099
PSX0000 | Insufficient storage ($1 bytes) for $2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description |
An attempt by the SMARTS nucleus to acquire storage failed due to insufficient space either in a user program thread or in the SMARTS address space itself. Placeholders
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Action |
References
|
PSX0001 | Logic error in program $1 at offset $2 | ||||
Description |
During execution, the SMARTS nucleus encountered an unexpected situation that is likely to lead to other errors or unexpected behavior. Placeholders
|
||||
Action |
Report this message to your technical support representative. ReferencesNot applicable. |
PSX0002 | Function code `$1' not supported | ||
Description |
The SMARTS nucleus API was entered with a code for which it had no entry in its internal tables. This is indicative of a mismatch between the SMARTS stubs being used and the nucleus. Placeholders
|
||
Action |
Report this message to your technical support representative. ReferencesNot applicable. |
PSX0003 | Function `$1' code `$2' not implemented | ||||
Description |
The function named by placeholder $1 has been requested by the application but is not currently implemented within the SMARTS nucleus. Placeholders
|
||||
Action |
Not applicable. ReferencesRefer to the SMARTS SDK Programmer's Reference Manual to determine which function calls are supported by the level of SMARTS you are running. |
PSX0004 | Module `$1' Loaded | ||||||
Description |
The module identified by the $1 placeholder was loaded by the nucleus. This message is issued in the following cases:
Placeholders
|
||||||
Action |
This is an informational message, no action is necessary. ReferencesNot applicable. |
PSX0005 | Module `$1' not found | ||
Description |
The module identified by the $1 placeholder cannot be found. A request to the operating system to load a module fails. Modules to be loaded by SMARTS must be available either in the COMPLIB DD concatenation or system LNKLST for OS/390 and MSP systems, while it must be in a library identified in the search path for VSE. If this message is issued during the initialization process, initialization fails if the module is required for the correct operation of SMARTS. Otherwise, initialization continues. If this message is issued during termination processing, termination continues; however, depending on the function of the module, the termination process may not complete successfully. Placeholders
|
||
Action |
If the module should be available during initialization and/or termination processing, determine why it cannot be found. ReferencesNot applicable. |
PSX0006 | Error loading module `$1' RC=$2 Reason=x$3 | ||||||
Description |
The module identified by the $1 placeholder could not be loaded due to an error during LOAD processing. A request to the operating system to load a module fails for some reason other than the fact that module cannot be found. If this message is issued during the initialization process, initialization fails if the module is required for the correct operation of SMARTS. Otherwise, initialization continues. If this message is issued during termination processing, termination continues; however, depending on the function of the module, the termination process may not complete successfully. Placeholders
|
||||||
Action |
Determine from the return and reason codes why the LOAD request failed and correct the error. References
|
PSX0007 | Module $1 returned return code $2 | ||||
Description |
A number of modules are called internally during the SMARTS initialization/termination process. These modules generally issue a zero (0) return code to indicate that they have completed successfully. A module was called and its return code was not 0. The module responsible has issued a message itself to indicate where the problem lies. When this occurs during the initialization process, if the return code is less than 8, initialization processing continues. If the return code is 8 or greater, initialization processing terminates. When this occurs during the termination process, processing continues; however, if the return code is 8 or greater, there may be additional failures later in the termination process. Placeholders
|
||||
Action |
Refer to preceding messages in the log to determine why the return code was returned. Correct the situation to prevent the message. ReferencesNot applicable. |
PSX0008 | POSIX $1 system initialized, nucleus size $2 bytes | ||||
Description |
The POSIX subsystem has been successfully initialized. Placeholders
|
||||
Action |
No action is necessary as this is an informational message. ReferencesNot applicable. |
PSX0009 | SMARTS $1 initialization failed | ||
Description |
The SMARTS initialization failed. A preceding message indicates why it failed. Placeholders
|
||
Action |
Correct the reason for the initialization failure. Restart SMARTS. ReferencesNot applicable. |
PSX0010 | POSIX $1 system already active | ||
Description |
An attempt to start the POSIX subsystem failed because it was already active. Placeholders
|
||
Action |
Not applicable. ReferencesNot applicable. |
PSX0012 | POSIX $1 system terminated | ||
Description |
The POSIX subsystem has terminated. Placeholders
|
||
Action |
Not applicable. ReferencesNot applicable. |
PSX0013 | Unrecognized command `$1' | ||
Description |
An operator command to SMARTS was rejected as it was not a valid SMARTS operator command. Placeholders
|
||
Action |
Select a valid SMARTS operator command. ReferencesThe SMARTS Installation and Operations Manual . |
PSX0014 | Unrecognized or invalid parameter $1 | ||
Description |
SMARTS was initialized with $1 as a parameter but SMARTS did not recognize the parameter. Initialization continues, ignoring the invalid parameter. Placeholders
|
||
Action |
Select a valid SMARTS parameter. ReferencesThe SMARTS Installation and Operations Manual . |
PSX0015 | POSIX $1 Build $2 Patch level=$3 Initialization in progress | ||
Description |
The POSIX subsystem started its initialization processing. Placeholders
|
||
Action |
Not applicable. ReferencesNot applicable. |
PSX0016 | Function `$1' failed return code $2 (x'$3') | ||||||
Description |
The function $1 was issued by the application; however, an error during the processing of the function in the SMARTS nucleus caused the $2 return code to be generated. A preceding message indicates why the return code was returned. Placeholders
|
||||||
Action |
Determine from the preceding messages what caused the problem and correct these symptoms. ReferencesNot applicable. |
PSX0019 | Error opening `$1' errno=$2 | ||||
Description |
SMARTS attempted to open the file identified by $1, however, the request failed due to the errno $2. The result of this message depends on when the failure occurred and what the file was to be used for. Placeholders
|
||||
Action |
Determine why the file could not be opened using the errno returned and correct the problem. Generally this should occur when either the file does not exist or there is insufficient storage to open the file. References
|
PSX0020 | POSIX process initialization failed |
Description |
The first time a POSIX function is issued from a program, SMARTS initializes the environment for the process where the application program is running. This message indicates that this processing failed and therefore the function requested by the program could not be completed. PlaceholdersNot applicable |
Action |
Determine from any preceding messages why the initialization process failed and correct the problem. ReferencesNot applicable |
PSX0022 | Socket $1 request error PID=$2 rc=$3 reason=$4 diag=$5 | ||||||||||
Description |
A sockets subsystem call failed. Placeholders
|
||||||||||
Action |
Determine from the information returned why the error occurred. There are any number of reasons why errors will occur on a sockets call, many due to the peer to an ongoing SOCKETS conversation terminating or dropping the conversation. |
PSX0023 | BATCH ENVIRONMENT $1 ERROR, INFO=$2/$3/$4 | ||||||||
Description |
An error occurred with an operating system macro in the SMARTS batch interface. Placeholders
|
||||||||
Action |
Determine the cause of the problem based on the operating system macro return and feedback codes; take action to correct the problem. If the action to take is not obvious, report the error to your Software AG technical support representative. ReferencesRefer to the manuals specific to your operating system that describe Assembler interface macros and their use. |
PSX0024 | ESTAE Processing failed for $1 - RC=$2 | ||||
Description |
An OS/390 ESTAE macro was issued but failed with a $2 return code. Processing may continue; however, if abends occur, no recovery is in place. Placeholders
|
||||
Action |
Based on the return codes, determine why the ESTAE failed and correct the error. ReferencesMVS/ESA Assembler Programmers Macro Reference Manual |
PSX0025 | Sockets $1 failed | ||
Description |
The subsystem-specific SOCKETS initialization or termination did not complete successfully. If initialization processing fails, SMARTS fails to initialize. If termination processing fails, termination processing continues; however, subsequent errors may occur. In particular, the entire SMARTS address space should be brought down before attempting to restart the SMARTS as there are likely to be sockets problems if the address space is not cycled. Placeholders
|
||
Action |
Refer to preceding TCP/IP subsystem-specific error messages to determine why the failure occurred and correct the problem. ReferencesNot applicable. |
PSX0026 | Sockets $1 successful | ||
Description |
Sockets initialization or termination processing completed successfully. Placeholders
|
||
Action |
Not applicable. ReferencesNot applicable. |
PSX0029 | IBM TCP/IP $1 failure AS=$2 errno=$3 | ||||||
Description |
An error occurred for a request made by the IBM TCP/IP subsystem module. Placeholders
|
||||||
Action |
Determine from the information returned why the error occurred. There are any number of reasons why errors will occur on a sockets call, many due to the peer to an ongoing SOCKETS conversation terminating or dropping the conversation. ReferencesSMARTS Installation and Operations Manual IBM TCP/IP VvRr for MVS Programmers Reference |
PSX0030 | POSIX $1 is quiescing | ||
Description |
The POSIX subsystem is quiescing. In this state, application programs already started may continue to completion; however, no new requests to start the SMARTS programs are allowed. Placeholders
|
||
Action |
Not applicable. ReferencesNot applicable. |
PSX0031 | Waiting for $1 user(s) to terminate | ||
Description |
The POSIX subsystem cannot terminate correctly until all application programs that have requested SMARTS functions have terminated. This message indicates the number of users of SMARTS functions upon which the server is waiting. Placeholders
|
||
Action |
Wait until all users have terminated and reissue the request to QUIESCE or TERMINATE the POSIX subsystem. The server may be forced; however, this is not recommended due to the subsequent problems it can cause. ReferencesNot applicable. |
PSX0033 | Waiting on $1 dependent service(s) | ||
Description |
When subsystems initialize and have a dependency on SMARTS, they register this dependency. For example, the HTTP server may have one or more active servers in a given system. If these dependent services have not been terminated prior to SMARTS termination, SMARTS issues this message and will not terminate. Placeholders
|
||
Action |
Terminate any dependent services prior to requesting the termination of SMARTS. SMARTS may be forced; however, this is not recommended due to the subsequent problems it may cause and the immediate problems it will cause for dependent services. ReferencesNot applicable. |
PSX0034 | I/O Error (errno=$1) reading $2 | ||||
Description |
While reading the file identified by $2, an error was returned by the I/O subsystem interface module. Processing of the file will be terminated. Placeholders
|
||||
Action |
Determine from the returned information what caused the error and correct the problem. ReferencesSMARTS SDK Programmer's Reference Manual. SMARTS SDK Programmer's Guide. |
PSX0035 | Environment variable `$1' invalid data starting `$2' | ||||
Description |
While processing the file containing the SMARTS global environment variables, a variable containing invalid data was encountered. This generally occurs when a hexadecimal value is specified for a global environment variable. Placeholders
|
||||
Action |
Correct the value specification for the variable. ReferencesSMARTS Installation and Operations Manual. |
PSX0036 | Global environment variables processed successfully |
Description |
The global environment variable file as specified by the GENVNAME SMARTS configuration parameter was processed successfully and the global environment variables specified in the file have been successfully defined. PlaceholdersNot applicable. |
Action |
Not applicable. ReferencesSMARTS Installation and Operations Manual. |
PSX0037 | DYNALLOC FAILED (CODE=$1), DSN=$2 | ||||
Description |
The SMARTS attempt to allocate dataset ($2) failed. Placeholders
|
||||
Action |
Determine the cause of the problem based on the OS DYNALLOC macro error and information codes; take action to correct the problem. If the action to take is not obvious, report the error to your Software AG technical support representative. ReferencesRefer to the manuals specific to your operating system that describe Assembler interface macros and their use. |
PSX0038 | TISP/ISP $1 failure TID=$2 RC=$3 Reason=$4 | ||||||||
Description |
TISP/ISP macro call failed. Placeholders
|
||||||||
Action |
Use the information returned to determine why the error occurred. Errors on a TISP API call often occur when the peer to an ongoing TISP API conversation terminates or drops the conversation. ReferencesSMARTS Installation and Operations Manual. The Fujitsu manual TISP Handbook . |
PSX0040 | R=$1 T=$2 U=$3 S=$4 RC=$5 errno=$6 | ||||||||||||
Description |
This message is used when sockets tracing is active and the IBM TCP/IP subsystem module is in use. Placeholders
|
||||||||||||
Action |
Not applicable. ReferencesIBM TCP/IP VvRr for MVS Programmers Reference. |
PSX0041 | Context locate/initialization failed rc=$1 | ||
Description |
An attempt to build a new SMARTS context failed. Each program running under SMARTS, including the SMARTS main task itself, requires a context. When the context build fails, no further processing can occur. Placeholders`RC' is the return code:
|
||
Action |
The reason why the build for the context failed is indicated in a preceding message. Take action to correct the problem based on that information. ReferencesNot applicable. |
PSX0042 | Independent Kernel $1 Request failed rc=$2 | ||||||||||||||||||||||
Description |
An attempt by the environment-specific module to make a request of the independent kernel interface failed. This can happen during SMARTS kernel initialization or termination, or while processing an operator command. If the error occurs during initialization, processing cannot continue. Placeholders
|
||||||||||||||||||||||
Action |
Take action based on a previous message that indicates why the request failed. Report return codes 12 and 16 to your Software AG technical support representative. ReferencesNot applicable. |
PSX0043 | Resource $1 not authorized for user $2, reason $3 | ||||||
Description |
Access to a resource (for example, a file) has been denied by the active security subsystem. Placeholders
|
||||||
Action |
Use the implementation-specific reason code to determine the cause of the denied access. ReferencesNot applicable. |
PSX0044 | Invalid length supplied to `$1' function. Program will be aborted | ||
Description |
A number of functions are supported using inline coding generated by the C compiler that generated the C code. Normally, any length below 16 megabytes is dealt with inline; however, if a length greater than this is encountered, it is considered an error and this message is issued. Placeholders
|
||
Action |
Trace back to the C code and determine where the length supplied was invalid; determine why the length was invalid. ReferencesNot applicable. |
PSX0045 | pthread $1 $2 failure rc=$3 | ||||||
Description |
An error occurred during the initialization or termination of a pthread. Placeholders
|
||||||
Action |
Normally, a previous error indicates the reason for the error. Take action based on this information. If no reason is provided, report the problem to your Software AG technical support representative. ReferencesNot applicable. |
PSX0046 | Pthread id $1 $2 | ||||
Description |
A pthread ABENDed or was cancelled. Placeholders
|
||||
Action |
A pthread_cancel() request from the application indicates that the application has taken the decision, or an abend in a pthread indicates an error in the application code running on the pthread. Otherwise, an attempt was made to cancel all outstanding pthreads when a SMARTS instance was terminated. ReferencesNot applicable. |
PSX0047 | DXR Server environment $1 error, info=$2/$3/$4 | ||||||||
Description |
An error occurred with an operating system macro in the SMARTS server environment. Placeholders
|
||||||||
Action |
Based on any preceding messages and the SMARTS server macro return and feedback codes, determine the cause of the problem and take action to correct it. If the action to take is not obvious, report the error to your Software AG technical support representative. ReferencesRefer to appendix G in this manual. |
PSX0048 | Thread id $1 Abended code X$2/$3 | ||||||
Description |
A pthread ABENDed in the SMARTS server environment. Placeholders
|
||||||
Action |
This message is provided as a diagnostics message: determine why the ABEND is occurring. ReferencesNot applicable. |
PSX0049 | Required configuration parameter $1 missing oR invalid | ||
Description |
During initialization of a CDI protocol driver, a required configuration parameter was missing or invalid. As a result, the initialization of the protocol driver cannot proceed. Placeholders
|
||
Action |
Add or correct the required configuration parameter and restart SMARTS. ReferencesSMARTS Installation and Operations Manual. |
PSX0050 | CDI $1 protocol initialized | ||
Description |
A CDI protocol driver implementing the protocol specified in $1 has been successfully initialized. Placeholders
|
||
Action |
Not applicable. ReferencesNot applicable. |
PSX0051 | Too many arguments to fit in argv list |
Description |
The nucleus attempted to build an argb buffer based on the input provided by the user for a SMARTS spawn*() or exec*() request; however, there was insufficient room in the ARGB buffer to hold all of the data. The size of the ARGB buffer may be determined from the _POSIX_ARG_MAX macro variable. PlaceholdersNone |
Action |
Reduce the amount of data being passed in the ARGB buffer. ReferencesSMARTS SDK Programmer's Reference Manual SMARTS SDK Programmer's Guide |
PSX0052 | Function $1 `$2' Unsupported | ||||
Description |
FUNCLIST=YES is specified in the SMARTS configuration. A message is issued for each POSIX function that is registered within SMARTS but for which support has not yet been implemented. Note: Placeholders
|
||||
Action |
No action required. If the message is no longer required, turn off the FUNCLIST configuration parameter. ReferencesNot applicable. |
PSX0053 | Statistics Collection for: $1 | ||
Description |
Indicates the functions for which statistics are being collected. Placeholders
|
||
Action |
This message is for information only. No action is required. ReferencesSMARTS Installation and Operations Manual. |
PSX0054 | CDI $1 protocol terminated | ||
Description |
A CDI protocol handler has been terminated. This normally only happens during termination of the SMARTS environment. Placeholders
|
||
Action |
No action is required. ReferencesNot applicable. |
PSX0055 | CDI $1 protocol initialization error: $2 | ||||
Description |
An error occurred during CDI protocol handler initialization. Placeholders
|
||||
Action |
This will normally be a parameter error. Correct and retry. ReferencesSMARTS Installation and Operations Manual. |
PSX0056 | Failure to delete file `$1' | ||
Description |
An error occurred in the processing of a file delete. The file delete is attempted subsequently to a return value indicating success. This may occur if a file is open at the time of the delete command and the file is marked to be deleted at a later stage. Placeholders
|
||
Action |
Check for messages in the log that may indicate the reason for failure, such as a security violation. The file should be deleted if required. ReferencesNot applicable. |
PSX0057 | Pipe $1 request error PID=$2 RC=$3 REASON=$4 | ||||||||
Description |
An error has occurred while reading form or writing to a pipe. The placeholders indicate the action that encountered the error. Placeholders
|
||||||||
Action |
This error may be caused by other error situations in the environment, such as lack of memory. Look for other symptoms, correct and retry. If the problem persists, contact your Software AG technical support representative. ReferencesNot applicable. |
PSX0058 | DXR Server $1 $2 $3 | ||||||
Description |
An error has occurred while dealing with a SMARTS-based server running in the SMARTS server environment. The placeholders indicate the action that encountered the error. Placeholders
|
||||||
Action |
Clear up the problem leading to the message and retry the operation. ReferencesNot applicable. |
PSX0059 | DXR server $1 $2 $3 PID=$4 | ||||||
Description |
An operation on a SMARTS-based server running in the SMARTS server environment was completed successfully. Placeholders
|
||||||
Action |
No action required. ReferencesNot applicable. |
PSX0060 | DXR $1 function failed RC=$2 RV=$3 errno=$4 | ||||||||
Description |
SMARTS itself issued a POSIX interface request that failed. Placeholders
|
||||||||
Action |
Determine the cause of the problem using the return value, errno, and the SMARTS SDK Programmer's Reference Manual . If the error is expected for some reason, ignore the message. If it should not have occurred, correct the problem leading to the error. ReferencesSMARTS SDK Programmer's Reference Manual SMARTS SDK Programmer's Guide |
PSX0062 | Member $1 not stored in $2. No space left in directory | ||||
Description |
No space remains in the directory: the file could not be added or the file name could not be changed. Placeholders
|
||||
Action |
Increase the directory or the directory index space as appropriate for the operating system file system. ReferencesRefer to the manuals specific to your operating system. |
PSX0063 | Invalid keyword value specified for `$1' | ||
Description |
An invalid keyword value was passed in by the configuration file. Initialization continues, ignoring the invalid value. Placeholders
|
||
Action |
Check the SMARTS Installation and Operations Manual for a valid keyword value. ReferencesSMARTS Installation and Operations Manual . |
PSX0064 | Trace DataSpace InitialiZed, ESIZE=$1:BSIZE=$2:NBLKS=$3 | ||||||
Description |
Informational message issued at SMARTS initialization. Placeholders
|
||||||
Action |
If different values are required, set them in the configuration file. ReferencesSMARTS data collection facilities document. |
PSX0065 | Log DataSpace InitialiZed, ESIZE=$1:BSIZE=$2:NBLKS=$3 | ||||||
Description |
Informational message issued at SMARTS initialization. Placeholders
|
||||||
Action |
If different values are required, set them in the configuration file. ReferencesSMARTS data collection facilities document. |
PSX0066 | Trace level = `$1' | ||
Description |
Indicates the level of tracing in the system. Placeholders
|
||
Action |
This message is for information only. No action is required. ReferencesSMARTS Installation and Operations Manual . |
PSX0067 | System tracing enabled = `$1' | ||
Description |
Indicates the system tracing that is turned on. Placeholders
|
||
Action |
This message is for information only. No action is required. ReferencesSMARTS Installation and Operations Manual . |
PSX0068 | No System Tracing enabled |
Description |
Indicates that no system tracing is enabled. PlaceholdersNot applicable. |
Action |
This message is for information only. No action is required. ReferencesSMARTS Installation and Operations Manual . |
PSX0069 | No functions are being traced |
Description |
Indicates that no system tracing is enabled. PlaceholdersNot applicable. |
Action |
This message is for information only. No action is required. ReferencesSMARTS Installation and Operations Manual . |
PSX0070 | All functions are being traced |
Description |
Indicates that all functions are being traced. PlaceholdersNot applicable. |
Action |
This message is for information only. No action is required. ReferencesSMARTS Installation and Operations Manual . |
PSX0071 | Functions being traced: `$' | ||
Description |
Indicates the functions that are being traced. Placeholders
|
||
Action |
This message is for information only. No action is required. ReferencesSMARTS Installation and Operations Manual . |
PSX0072 | Functions not being traced: `$' | ||
Description |
Indicates the functions that are not being traced. Placeholders
|
||
Action |
This message is for information only. No action is required. ReferencesSMARTS Installation and Operations Manual . |
PSX0073 | P=$1 T=$2 $3 at $4+X$5 | ||||||||||
Description |
Back trace message. Placeholders
|
||||||||||
Action |
This message is for information only. No action is required. ReferencesNot applicable. |
PSX0074 | P=$1 T=$2 $3:$4 $5 $6 $7 *$8* | ||||||||||||||||
Description |
Back trace data. Placeholders
|
||||||||||||||||
Action |
This message is for information only. No action is required. ReferencesNot applicable |
PSX0075 | P=$1 T=$2 aborted due to $3 signal | ||||||
Description |
Abort due to signal. Placeholders
|
||||||
Action |
This message is for information only. No action is required. ReferencesNot applicable |
PSX0076 | Out of storage - increase region size |
Description |
Error - increase region size. PlaceholdersNone |
Action |
Increase region size, rerun. ReferencesSMARTS Installation and Operations Manual. |
PSX0077 | PFS termination checkpoint failed |
Description |
PFS checkpoint failure. PlaceholdersNone |
Action |
Report this message to your technical support representative. ReferencesNot applicable. |
PSX0078 | PFS container capacity at $1% | ||
Description |
PFS container is in danger of filling up. Placeholders
|
||
Action |
Once this message has been received more than once for a particular container it should be resized ReferencesSMARTS Installation and Operations Manual. |
PSX0079 | $2 block $1 corrupted |
Description |
A block was corrupted. Placeholders |
Action |
Report this message to your technical support representative. ReferencesNot applicable. |
PSX0080 | Error in ''$1'', record number $2 | ||||
Description |
Invalid record in hosts, protocols, services or networks file. Placeholders
|
||||
Action |
Check relevant record in input file for error. ReferencesSMARTS Installation and Operations Manual. |
PSX0081 | Error on PUT, DDNAME=$1 | ||
Description |
PUT error, Data collection file. Placeholders
|
||
Action |
Report this message to your technical support representative. ReferencesSMARTS Installation and Operations Manual. |
PSX0082 | ENQ/DEQ failure, DDNAME=$1 | ||
Description |
ENDQ/DEQ Data collection problem. Placeholders
|
||
Action |
Report this message to your technical support representative. ReferencesSMARTS Installation and Operations Manual. |
PSX0083 | Dataspace Max Size $1 exceeded | ||
Description |
Maximum dataspace size exceeded. Placeholders
|
||
Action |
Report this message to your technical support representative. ReferencesSMARTS Installation and Operations Manual. |
PSX0084 | PAeNDSM Module not available |
Description |
DSM module not available. PlaceholdersNone |
Action |
Report this message to your technical support representative. ReferencesSMARTS Installation and Operations Manual. |
PSX0085 | Dataspace $1 not initialised correctly | ||
Description |
The Dataspace was not successfully initialised. Placeholders
|
||
Action |
Report this message to your technical support representative. ReferencesSMARTS Installation and Operations Manual. |
PSX0086 | Dataspace $1 not terminated correctly | ||
Description |
The Dataspace was not successfully terminated. Placeholders
|
||
Action |
Report this message to your technical support representative. ReferencesSMARTS Installation and Operations Manual. |
PSX0087 | CEEPIPI Interface module not available |
Explanation |
Unable to load the LE PIPI interface module, CEEPIPI |
Action |
Make the module available to the job and rerun. ReferencesOS/390 LE Manuals. |
PSX0088 | LE PIPI $1 Error rf=$2 rc=$3 rsnc=X$4 fbc=X$5 | ||||||||||
Explanation |
An error has occurred while interfacing with the LE subsystem on OS/390. It indicates a possible installation problem for SMARTS. Placeholders
|
||||||||||
Action |
Report this message to your technical support representative. ReferencesRelevant OS/390 LE Manuals. |
PSX0089 | DXR/IMS: $1 of token failed - $2, return code $3 | ||||||
Explanation |
An MVS token creation, retrieval or deletion has failed. Placeholders
|
||||||
Action |
Report this message to your technical support representative. ReferencesIBM MVS Programming Assembler Services Reference |
PSX0090 | Warning: Error in freeing of storage addr $1 |
Explanation |
An Error occurred during the freeing of storage - corruption detected |
Action |
Contact Tech Support |
PSX0091 | TCPIP System Id (SYSPARM) specified='$1' | ||
Explanation |
Identifies the TCP/IP for VSE partition that the SMARTS Sockets interface has connected with. Placeholders
|
||
Action |
This message is for information only. ReferencesVSE/ESA V2R6 System Control Statements |
PSX0092 | Error freeing storage for $1 (address $2) |
Explanation |
An Error occurred during the freeing of a DXR Control Block at Address $2 |
Action |
Contact Tech Support with the text of this message |
PSX0094 | Sockets BUFSZ=$1, MINQ=$2, MAXQ=$3 | ||||||
Explanation |
Indicates the values used (explicitly or by default) by the Sockets subsystem. Placeholders
|
||||||
Action |
This message is for information only. ReferencesNot applicable |
PSX0095 | Sockets Port $1 listening. Queue length $2 | ||||
Explanation |
A server has opened a socket and is waiting for work. Placeholders
|
||||
Action |
This message is for information only. ReferencesNot applicable |
PSX0096 | Sockets Port $1 closed. Connections $2, Concurrent $3 | ||||||
Explanation |
Indicates that a previously listening port has been closed. Placeholders
|
||||||
Action |
This message is for information only. ReferencesNot applicable |
PSX0099 | $1 $2 $3 $4 $5 $6 $7 $8 | ||
Explanation |
Trace data. Placeholders
|
||
Action |
This message is for information only. Report this message to your technical support representative. ReferencesNot applicable |