Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 35035)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 35036)
@@ -37,6 +37,11 @@
         self.gpc1Db = Gpc1Db(self.logger, self.config)
 
+        # XXX this is really bad: need to get these from config... (see this code:)
+        ## XX # open config and grab database parameters
+        ## XX if not dbName: self.dbName = config.getDbName(dbType)
+        ## XX else: self.dbName = dbName
+
         # connect to scratch database
-        scratchDbs = ['ipptopsps_scratch', 'ipptopsps_scratch2', 'ipptopsps_scratch3']
+        scratchDbs = ['ipptopsps_test_scratch', 'ipptopsps_test_scratch2', 'ipptopsps_test_scratch3']
         for dbName in scratchDbs:
             self.scratchDb = ScratchDb(self.logger, self.config, dbName)
