Comment 1 for bug 1081821

Revision history for this message
priyanka (pkc431) wrote :

Hi ,

1. Try to fix the bug by running the tpcc_start from the source directory where you make the file.
Since its just make and not make install, it requires you to run the benchmark from the source directory and not the mounted directory.
2. Also, try to kill the processes that are running for the tpcc_start.
   i.e "kill <PID>"
3. give the correct parameters, like the correct database and the number of warehouses.
First load the database and then start the benchmark.

Hope this helps.