Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jim251Here are my responses...
- Exactly which node are you using? (From the question I'm guessing either the JDBC Store, or possibly the JDBC Execute nodes)
JDBC Store (Core) Lavastorm Version 4.5.2
- What is the value of the CommitFrequency paramameter? (If it is not set, you might try 1000 or 10,000 and doing this is likely to improve performance)
Blank/default or 1 are the only conditions we were able to run with this parameter. Tried 1000 and got this error:
Exited with non zero status
Installing log (04/09/2014 19:49:32) ...
2014-04-09 19:49:33; Level: 4; Type: 0; Desc: "prepare statement error: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Can't start a cloned connection while in manual transaction mode."; File: "DBLoader.java"; Line: 94; Context: "nodeMain"
Uninstalling log (04/09/2014 19:49:33) ...
- If you are using the JDBC Store node, what is the value in LoadMethod? (optimized is significantly faster, but uses memory differently)
Blank/Default. I haven't tried any variation of this yet. What would you recommend?