Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherAre you sure that you are running the latest core.brg against that server?
The location of QueryDump.java was changed from com.lavastorm.brain.node.QueryDump to com.lavastorm.brain.node.old.QueryDump.
If in Tools->Preferences->Search Paths one of the entries is for a 4.1 LAE version, then an old version of core.brg will be picked up.
If this is the case, the JDBC Query node will search for the QueryDump class in com.lavastorm.brain.node.QueryDump instead of com.lavastorm.brain.node.old.QueryDump.
Once you have modified your search paths to ensure that only the 4.5.2 core library is in the search path, it may be necessary to exit & restart BRE.
Tim.