Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 32020)
+++ trunk/ippToPsps/jython/batch.py	(revision 32021)
@@ -71,4 +71,6 @@
         self.useFullTables = int(self.doc.find("dvo/useFullTables").text)
         self.scratchDb = ScratchDb(logger, self.doc, self.useFullTables)
+
+        if not self.scratchDb.everythingOK: return
 
         # TODO
@@ -463,4 +465,5 @@
             return
 
+        self.printMe()
         self.createEmptyPspsTables()
         self.importIppTables()
