ClInvoke cleanup for all the tables
- Open a command prompt as an administrator, and go to egurkha\lib folder. Run the SetEnv.bat, it will set the classpath to run the cleanup.
- Then to start the clean up for all the tables,
- java com.eg.EgDbCleanup
- To clean up the specific table,
-
java com.eg.EgDbCleanup -tables SystemTest,NetworkTest
-
-
To clean up the specific tables for the specific duration,
-
java com.eg.EgDbCleanup -tables SystemTest,NetworkTest -period 20
-