Index: trunk/ippTools/share/Makefile.am
===================================================================
--- trunk/ippTools/share/Makefile.am	(revision 12175)
+++ trunk/ippTools/share/Makefile.am	(revision 12184)
@@ -12,2 +12,3 @@
 	chiptool_queuerawexp.sql \
 	chiptool_queuerawimfile.sql
+	chiptool_find_rawexp.sql 
Index: trunk/ippTools/share/chiptool_find_rawexp.sql
===================================================================
--- trunk/ippTools/share/chiptool_find_rawexp.sql	(revision 12184)
+++ trunk/ippTools/share/chiptool_find_rawexp.sql	(revision 12184)
@@ -0,0 +1,7 @@
+-- this query is used to find potental rawExps to be queued for chiptool
+-- processeing
+SELECT
+    exp_tag
+FROM rawExp
+WHERE
+    rawExp.fault = 0
