Could not find stored procedure...

Problem

You get this error when running your application:

Unable to get record list. Could not find stored procedure ‘XXXX’...

Your application could not access its database stored procedures at run-time.  This most often occurs in an application recently deployed into a production environment and the stored procedures are not installed into the production database.

Solution

Deploy your application’s stored procedures into your database.  The LoadStoredProcedures.bat utility is provided for your convenience to deploy stored procedures into a production database.

See Also

Part VII:  Troubleshooting Applications

Application Will Not Run

Application Runs But No Data is Displayed

Application Error Messages