Index: /trunk/pstamp/scripts/pstamp_job_run.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_job_run.pl	(revision 18619)
+++ /trunk/pstamp/scripts/pstamp_job_run.pl	(revision 18620)
@@ -161,4 +161,6 @@
         print STDERR "ppstamp failed with error code: $jobStatus\n";
     }
+} elsif ($jobType eq "detect_query") {
+    die("multiple detect_query jobs not supported yet");
 } else {
     die("unknown jobType $jobType found");
Index: /trunk/pstamp/scripts/request_finish.pl
===================================================================
--- /trunk/pstamp/scripts/request_finish.pl	(revision 18619)
+++ /trunk/pstamp/scripts/request_finish.pl	(revision 18620)
@@ -50,4 +50,5 @@
 $err .= "--req_type is required\n" if !$req_type;
 $err .= "--req_name is required\n" if !$req_name;
+$err .= "--product is required\n" if !$product;
 
 die "$err" if $err;
