Index: /branches/eam_branches/ipp-20230313/pstamp/scripts/dquery_finish.pl
===================================================================
--- /branches/eam_branches/ipp-20230313/pstamp/scripts/dquery_finish.pl	(revision 42529)
+++ /branches/eam_branches/ipp-20230313/pstamp/scripts/dquery_finish.pl	(revision 42530)
@@ -123,5 +123,10 @@
     $colData{$col} = [];
 }
-    
+
+## ir parse_error.txt exists then also include it on datastore
+if (-e "$outdir/parse_error.txt") {
+    print $REGLIST "parse_error.txt|||text|\n";
+}
+
 my $i = 0;
 foreach my $job (@jobs) {
