Index: trunk/ippTools/share/camtool_find_pendingexp.sql
===================================================================
--- trunk/ippTools/share/camtool_find_pendingexp.sql	(revision 19092)
+++ trunk/ippTools/share/camtool_find_pendingexp.sql	(revision 19558)
@@ -25,6 +25,6 @@
     WHERE
         chipRun.state = 'full'
-        AND camRun.state = 'new'
+        AND ((camRun.state = 'new' AND camProcessedExp.cam_id IS NULL)
+            OR camRun.state = 'update')
         AND camMask.label IS NULL
-        AND camProcessedExp.cam_id IS NULL
     ) as Foo
