Index: trunk/ippToPsps/jython/dvo.py
===================================================================
--- trunk/ippToPsps/jython/dvo.py	(revision 35175)
+++ trunk/ippToPsps/jython/dvo.py	(revision 35177)
@@ -50,5 +50,5 @@
         # connect to the specified scratch database, if a name is given, otherwise use the first version
         try:
-            self.scratchDb = ScratchDb(self.logger, self.config, '1', scratchDbName)
+            self.scratchDb = ScratchDb(self.logger, self.config)
         except: raise
 
