Text | Natural/TSO runtime environment is not TSO. |
Expl. | Natural/TSO has been started in a non-TSO environment. |
Actn. | Natural/TSO can run in a TSO environment only. Link the
appropriate frontend interface for this environment to your nucleus. |
Text | Dataset cannot be opened - .... |
Expl. | The required dataset cannot be opened. Either it is not or incorrectly defined in the JCL, or it cannot be opened due to other reasons. |
Actn. | Supply the correct dataset definition in the JCL. Check for operating-system error messages in the job log to ascertain the cause of the error. |
Text | NATSTUB not linked to Natural nucleus :1:. |
Expl. | Either the module NATSTUB is not linked to the Natural nucleus;
or the shared nucleus :1: has been loaded; but NATSTUB is not defined as its entry point. |
Actn. | Link the module NATSTUB to the Natural nucleus. If a shared
nucleus is used, specify CMSTUB as its entry point in the link job. |
Text | Invalid Natural nucleus - .... |
Expl. | The version of the Natural nucleus module, as indicated in the
error message, does not correspond to the front-end interface module. For example, the front-end has loaded a shared nucleus of a different version. |
Actn. | Link the correct Natural nucleus; or specify a correct shared
nucleus name, using the profile parameter NUCNAME. |
Text | Terminal I/O error - :1:: RC=:2:. |
Expl. | A terminal I/O error has occurred. The I/O response code RC=:2: indicates the reason for the failure of request :1:. Under TSO, the response code comes from the failing TSO I/O request macro TPUT or TGET. |
Actn. | Check the meaning of the response code in the TSO documentation. Contact Software AG Support for further problem analysis. |
Text | Natural server cannot run as LE main routine. |
Expl. | The Natural front-end (NATOS) received control from a front-end
server stub which did not initialize the IBM language environment. NATOS as a server generated with LE370=YES cannot run as an LE main routine. |
Actn. | Either generate NATOS with option LE370=NO, or generate the
front-end server stub with LE support if possible. |
Text | Unsupported operating-system version. |
Expl. | The current operating-system version is not supported by this Natural version. |
Actn. | See Natural documentation for supported operating systems and
versions. |
Text | Nucleus module does not reside below 16 MB line - ... |
Expl. | The nucleus module specified in the message must be executed below the 16 MB line due to operating-system requirements. |
Actn. | Re-link the specified nucleus module with parameter MODE
RMODE(24). |
Text | Unsupported teleprocessing system version. |
Expl. | This version of the teleprocessing system (e.g. Com-plete) is not supported by Natural. It is either an old version which does not contain the facilities required by Natural, or a new version which is not yet supported by your version of Natural. |
Actn. | Either install a newer version of the teleprocessing system, or install a newer version of Natural. |
Text | Session communication area missing or invalid. |
Expl. | The Natural server session communication area is missing or
invalid. The session communication area is internally used by the Natural server and must be supplied by the front-end server stub. |
Actn. | Contact Software AG Support for further problem analysis. |
Text | Invalid storage thread size specified. |
Expl. | Running Natural as a server requires the acquisition of
main-storage threads of a fixed size. The thread size defined by the front-end server stub is invalid. It must be in the range from 256 kilobytes to 16 megabytes. |
Actn. | Specify a correct thread size in the front-end server stub
definitions. |
Text | The number of threads is invalid or too high. |
Expl. | Running Natural as a server requires the acquisition of
main-storage threads. The number of threads defined by the front-end server stub is invalid or too great. It must be in the range from 0 to 8191, and the total thread storage must be less than 2 gigabytes. |
Actn. | Reduce the number of threads or the thread size in the front-end server stub definitions. |
Text | Server environment already initialized. |
Expl. | The front-end server stub requested Natural to initialize the
server environment, but the server environment has already been initialized. |
Actn. | Terminate the server environment before restarting it. Contact Software AG Support for further problem analysis. |
Text | GETMAIN for common server table failed. |
Expl. | The Natural server environment cannot be initialized because the GETMAIN for its central control block has failed. Sufficient region storage must be available. |
Actn. | Increase the region size for the Natural server. If the problem
cannot be solved, contact SAG technical support for further problem analysis. |
Text | GETMAIN for thread storage failed. |
Expl. | The Natural server environment cannot be initialized because a GETMAIN for its storage threads has failed. Sufficient region storage must be available. |
Actn. | Increase the region size for the Natural server or reduce the
number or the size of its storage threads in the frontend stub definitions. |
Text | Error retrieving server name token. RC=.... |
Expl. | The central anchor for the Natural server is an MVS name token. The retrieve request for the name token has failed with the decimal return code shown in the message. The explanation of the return code can be found in the IBM MVS Authorized Assembler Services Reference under the IEANTRT macro call description. |
Actn. | If you cannot find the reason for the problem and correct it,
contact Software AG technical support for further problem analysis. |
Text | Error creating server name token. RC=.... |
Expl. | The central anchor for the Natural server is an MVS name token. The create request for the name token has failed with the decimal return code shown in the message. The explanation of the return code can be found in the IBM MVS Authorized Assembler Services Reference under the IEANTCR macro call description. |
Actn. | If you cannot find the reason for the problem and correct it,
contact Software AG technical support for further problem analysis. |
Text | Error deleting server name token. RC=.... |
Expl. | The central anchor for the Natural server is an MVS name token. The delete request for the name token has failed with the decimal return code shown in the message. The explanation of the return code can be found in the IBM MVS Authorized Assembler Services Reference under the IEANTDL macro call description. |
Actn. | If you cannot find the reason for the problem and correct it,
contact Software AG technical support for further problem analysis. |
Text | Invalid server function code. |
Expl. | The frontend server stub called the Natural server with an invalid server function code. |
Actn. | Contact SAG technical support for further problem analysis. |
Text | Roll server not active. SUBSID=:1:. |
Expl. | The Natural server environment requires the Natural roll server
for running multiple server sessions within a limited number of storage threads. Either there is no roll server started for the specified Natural subsystem ID or the SUBSID profile parameter is incorrectly or dynamically specified in the Natural parameter module. |
Actn. | Start the Natural roll server for the subsystem ID or set the
SUBSID profile parameter correctly or use SUBSID=" " to run without a roll server or specify this in the frontend server stub definitions. |
Text | Server environment not initialized. |
Expl. | The frontend server stub called Natural with a server function code other than "initialize server" and the Natural server environment is in uninitialized state. |
Actn. | Restart the frontend server stub to reset its state completely. Contact SAG technical support for further problem analysis. |
Text | The initialization session cannot be rolled. |
Expl. | The frontend server stub requested a session create, roll-out or roll-in server function while the Natural server was initializing. During the server initialization phase these server functions are not allowed. |
Actn. | Contact SAG technical support for further problem analysis. |
Text | No server clone session available. |
Expl. | The frontend server stub requested a session create but the clone session had not been saved yet. |
Actn. | Contact SAG technical support for further problem analysis. |
Text | Session ID missing or invalid. |
Expl. | The Natural server session ID is a unique internal ID to identify a Natural session. The frontend server stub passed either no session ID or a hexadecimal null session ID which is not allowed or the session ID hads been modified. |
Actn. | Contact SAG technical support for further problem analysis. |
Text | Session ID already exists. |
Expl. | The front-end server stub requested a "session create"
but a session with the same session ID exists already and is ready to run. |
Actn. | Contact Software AG Support for further problem analysis. |
Text | Session not in rolled-in status. |
Expl. | The frontend server stub requested a session roll-out, execute or save clone function, but the session is not in rolled-in state. |
Actn. | Contact SAG technical support for further problem analysis. |
Text | Session not in rolled-out status. |
Expl. | The frontend server stub requested a session roll-in function, but the session is not in rolled-out state. |
Actn. | Contact SAG technical support for further problem analysis. |
Text | Compression failed during roll-out. RC=.... |
Expl. | The Natural thread storage compression failed. The exact reason is indicated by the decimal return code RC=00nn. It is explained in the Natural documentation. |
Actn. | Contact Software AG support for further problem analysis. |
Text | Decompression failed during roll-in. RC=:1:. |
Expl. | The Natural thread storage decompression failed. The exact reason is indicated by the decimal return code RC=00nn. It"s explained in the Natural documentation. |
Actn. | Contact SAG technical support for further problem analysis. |
Text | GETMAIN failed for roll buffer. |
Expl. | During Natural session thread storage roll-out the GETMAIN
request for the roll buffer failed. Sufficient region storage must be available to save the compressed session storage. |
Actn. | Increase the region size for the Natural server or use the
Natural roll server as roll facility. |
Text | The AUTOTERM facility cannot be initialized. |
Expl. | In a Natural server environment, the automatic server termination facility helps to avoid problems caused by an unintended DETACH of the server initialization TCB (e.g. MVS abends A03, no server resource cleanup etc.). The AUTOTERM facility cannot be initialized due to storage protection problems. |
Actn. | Disable the AUTOTERM facility in the frontend server stub
definitions or contact SAG technical support for further problem analysis. |
Text | Natural runtime error occurred - :1:. |
Expl. | During the execution of a Natural server session, the indicated Natural runtime error :1: occurred. |
Actn. | Check the complete runtime error message issued by Natural. It can be found either in the return data on the client side or in the Natural standard output dataset of the server. |
Text | Roll server ALLOCATE request failed. RC=.../.... |
Expl. | During session creation, the ALLOCATE request for a new roll-file
slot failed. Sufficient roll-file storage must be available. The reason for the failure is indicated by the decimal return/reason codes. These are explained in the Natural documentation. |
Actn. | If you cannot find the reason for the problem and correct it,
contact Software AG support for further problem analysis. |
Text | Roll server WRITE request failed. RC=.../.... |
Expl. | During session roll-out, the WRITE request to the Natural roll
server failed. The reason for the failure is indicated by the decimal return/reason codes. These are explained in the Natural documentation. |
Actn. | If you cannot find the reason for the problem and correct it,
contact Software AG support for further problem analysis. |
Text | Roll server READ request failed. RC=:1:/:2:. |
Expl. | During session roll-in the READ request from the Natural roll
server failed. The reason for the failure is indicated by the decimal return/reason codes. These are explained in the Natural Documentation. |
Actn. | If you cannot find the reason for the problem and correct it,
contact SAG technical support for further problem analysis. |
Text | Roll server FREE request failed. RC=.../.... |
Expl. | During session termination, the FREE request to the Natural roll server failed. The reason for the failure is indicated by the decimal return/reason codes. These are explained in the Natural documentation. |
Actn. | If you cannot find the reason for the problem and correct it,
contact Software AG support for further problem analysis. |
Text | Server I/O subtask cannot be started. RC=:1:/:2:. |
Expl. | In the Natural server environment, the whole I/O handling is done by a separate MVS subtask, started during server initialization. The ATTACH request for the I/O subtask failed. The reason for the failure is indicated by RC=:1:/:2:, where :1: is the decimal return code of the internal function code :2:. |
Actn. | Contact Software AG Support for further problem analysis. |
Text | Termination of SMARTS environment failed. |
Expl. | No further explanation available. |
Actn. | Contact Software AG support. |
Text | Remote front-end communication error. RC=... |
Expl. | A Natural server environment uses the Natural remote front-end to dispatch a Natural session in a remote TP environment (e.g. CICS). This is used, for example, by the NDV CICS Adapter. This error indicates an error in the communication between the Natural server environment and the remote TP environment. The meaning of the RC value depends on the error text. For example: - "Cannot load NCI front-end RC= ": RC contains the CICS EIB response code. - "Error at Remote Gateway Obtain/Restore": RC contains the response code from the NDV remote gateway. |
Actn. | In case of a CICS EIB response code, examine the CICS messages or
the remote front-end trace for further error information. In case of a remote gateway RC, contact Software AG technical support. |
Text | Server parameter list(s) missing or invalid. |
Expl. | A mandatory Natural server parameter list is missing or invalid. A Natural front-end server stub communicates with a Natural server session using internal parameter lists, which are mandatory depending on the internal server function. |
Actn. | Contact Software AG Support for further problem analysis. |
Text | Wrong Smarts version for use of LE/370. |
Expl. | Smarts version V272 is required to support the CEEPIPI interface
for LE/370 programs. |
Actn. | Install the required Smarts version. |
Text | Server Front-End incompatible with Natural version. |
Expl. | The Front-End Server Stub requires a Natural version different
from the version of the current Natural environment-dependent nucleus. |
Actn. | Install and use a compatible Natural version according to the Front-End Server Stub documentation. |
Text | Logic error in Natural program for asynchronous session. |
Expl. | Input data requested, but an asynchronous session runs without
any input device. To avoid this error situation, check the Natural system variable *SCREEN-IO. |
Actn. | Correct the program logic. |