ACS BR! Error Code Help

Error Number:

9002

Description:

A. RPM stacks is full

B. ACS Error Routine in a library

Common Causes:

A. The RPM stacks is full, too many concatenations or variable references have been made; there are to many nested functions.

B. When you have a Error in a Library, that has a error routine in it. Because the Error routine does not work in libraries.

Common Solutions:

A. Break the expressions and staements into smaller, less complex pieces. Reduce the number of variables and nested functions. Increase the size of RPN stack in the WBConfig.sys file but remember that RPN stack space comes from user memory.

B. Take the error routine out.

Notes:

A. From the ADS BR Help File

B. ACS - Kris gets the credit for this one.


ACS Help Home | Error Documentation Home