gtpm4m13Messages (System Error and Offline)

097000-097FFF


097400

Program: EQA00TPF

Error Message: UNEXPECTED API CALL TO function, PLEASE CONTACT IBM

Where:

function
The name of the function that was called.

Explanation: A call to a system service was made that was unexpected, so an error occurred.

System Action: The entry control block (ECB) continues.

User Response: See your IBM service representative.


097401

Program: CLESTB

Error Message: A CALL HAS BEEN MADE TO function

Where:

function
The name of the function that was called.

Explanation: A call was made to a system service from the VisualAge TPF debug server, but was not expected.

System Action: The entry control block (ECB) continues.

User Response: See your IBM service representative, and provide the name of the function that was called.


097450

Program: CPA0

Error Message: AN ERROR OCCURRED WHILE CALLING FUNCTION function, RETURN CODE code

Where:

function
The name of the C/C++ function that was called.

code
The return code from the C/C++ function.

Explanation: A call to a system service was made, but an unexpected return code was received.

System Action: The entry control block (ECB) continues.

User Response: See your IBM service representative, and provide the name of the C/C++ function that was called.


097451

Program: CPA0

Error Message: AN ERROR OCCURRED WHILE CALLING FUNCTION function

Where:

function
The name of the C/C++ function that was called.

Explanation: An unexpected call to a C/C++ function occurred.

System Action: The entry control block (ECB) continues.

User Response: See your IBM service representative, and provide the name of the C/C++ function that was called.


097452

Program: CPA0

Error Message: PERFORMANCE ANALYZER FAILED CALLING FILE SYSTEM API

Explanation: The TPF Performance Execution Trace Analyzer for VisualAge Client tried to call a file system application programming interface (API), but an error occurred.

System Action: The entry control block (ECB) continues.

User Response: Do the following:

  1. Determine why this file system function failed.
  2. Be sure that the file system is enabled.
  3. Enter ZFILE chmod 777 / to give write access to the root directory.
See TPF Operations for more information about the ZFILE and ZFINT commands.


097453

Program: CPA0

Error Message: HOOKS DETECTED IN TPF LIBRARY BY PERFORMANCE ANALYZER

Explanation: The performance analyzer detected recursive hook processing, which is caused by hooks compiled into TPF libraries. The SNAPC dump is issued only the first time the recursive hook is detected. All recursive hooks are simply ignored by the performance analyzer and normal processing continues.

System Action: The entry control block (ECB) continues.

User Response: Remove the hooks from all TPF libraries.