Can't run the test #312
-
I am running HammerDB 4.3. After building the schema I start the load testing process but keep getting this error:
My script is very simple:
For the test:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
So the error: Drop the database and recreate it - if you still see the error copy the output at the end of the build here for further guidance. |
Beta Was this translation helpful? Give feedback.
-
Thank you for taking a look at this. I tried dropping the database multiple times but still no luck:
|
Beta Was this translation helpful? Give feedback.
-
The tables are created but the stored procs aren't there. |
Beta Was this translation helpful? Give feedback.
So the error:
PROCEDURE tpcc.NEWORD does not exist
means the schema build didn't complete successfully.
The stored procedures are created at the end of the schema build process, so check the output at the end of the build to see if everything completed as expected and query the stored procedures to see if they have been created.
Drop the database and recreate it - if you still see the error copy the output at the end of the build here for further guidance.