Advantage Error Guide
Problem: Execution of the stored procedure failed.
Solution: When this error occurs, retrieve the text error message that accompanies the error code. That text will include specifics about the error. Some causes of this problem are:
The stored procedure file could not be found
The stored procedure could not be loaded
The stored procedure did not contain the function specified in the stored procedure definition.