Index: branches/eam_branches/ipp-20121219/ippToPsps/jython/ipptopspsdb.py
===================================================================
--- branches/eam_branches/ipp-20121219/ippToPsps/jython/ipptopspsdb.py	(revision 34971)
+++ branches/eam_branches/ipp-20121219/ippToPsps/jython/ipptopspsdb.py	(revision 34972)
@@ -756,4 +756,5 @@
                 WHERE host = '" + host + "' \
                 AND pid = " + str(pid))
+
     '''
     Sets the config field for a set of loader clients
@@ -831,5 +832,5 @@
         try:
             rs = self.executeQuery(sql)
-            rs.first()
+            if rs.first() is False:  return False
             if rs.getInt(1) == 1: return True
             else: return False
