-
i am running benchmark test setup as below its TPC-C. i am able to build tpcc database, one its completed with 4 virtual user. some times i get |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
So the first thing to check is that the database did actually get created correctly and you can connect and run SQL against it. With a Linux server and a Windows client try using the SSMS GUI to browse the schema, how many warehouses have been created? If the tables are created but the data is empty then this may give empty string type errors. There are examples of troubleshooting this type of error here https://sourceforge.net/p/hammerdb/discussion/292313/thread/6575123c/ |
Beta Was this translation helpful? Give feedback.
-
Closed as no further update |
Beta Was this translation helpful? Give feedback.
So the first thing to check is that the database did actually get created correctly and you can connect and run SQL against it. With a Linux server and a Windows client try using the SSMS GUI to browse the schema, how many warehouses have been created? If the tables are created but the data is empty then this may give empty string type errors. There are examples of troubleshooting this type of error here https://sourceforge.net/p/hammerdb/discussion/292313/thread/6575123c/
For can't create object "odbc" are you running the GUI or the CLI (or web service?) - "odbc" is the name of the connection that it creates so we need to find why it has already created it and not destroyed it or whether…