Index: trunk/ippToPsps/jython/detectionbatch.py
===================================================================
--- trunk/ippToPsps/jython/detectionbatch.py	(revision 32140)
+++ trunk/ippToPsps/jython/detectionbatch.py	(revision 32166)
@@ -50,4 +50,8 @@
        # get camera meta data
        meta = self.gpc1Db.getCameraStageMeta(self.id)
+       if not meta:
+           self.everythingOK = False
+           return
+
        self.expID = meta[0];
        self.expName = meta[1];
