Index: /trunk/pstamp/scripts/dquery_finish.pl
===================================================================
--- /trunk/pstamp/scripts/dquery_finish.pl	(revision 19220)
+++ /trunk/pstamp/scripts/dquery_finish.pl	(revision 19221)
@@ -146,5 +146,5 @@
     my $verbose = shift;
     
-    my $command = "$pstamptool -processedreq -req_id $req_id -state stop";
+    my $command = "$pstamptool -updatereq -req_id $req_id -state stop";
     $command   .= " -fault $fault" if $fault;
     $command   .= " -dbname $dbname" if $dbname;
Index: /trunk/pstamp/scripts/dqueryparse.pl
===================================================================
--- /trunk/pstamp/scripts/dqueryparse.pl	(revision 19220)
+++ /trunk/pstamp/scripts/dqueryparse.pl	(revision 19221)
@@ -150,5 +150,5 @@
 
 {
-    my $command = "$pstamptool -processedreq -req_id $req_id -name $req_name -outProduct $product";
+    my $command = "$pstamptool -updatereq -req_id $req_id -name $req_name -outProduct $product";
     $command .= " -fault $result" if $result;
     $command .= " -dbname $dbname" if $dbname;
Index: /trunk/pstamp/scripts/pstamp_dorequest.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_dorequest.pl	(revision 19220)
+++ /trunk/pstamp/scripts/pstamp_dorequest.pl	(revision 19221)
@@ -106,9 +106,9 @@
 {
     ## TODO: what about request status
-    my $command = "$pstamptool -processedreq -req_id $request_id -state stop"; 
+    my $command = "$pstamptool -updatereq -req_id $request_id -state stop"; 
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
         run(command => $command, verbose => $verbosity);
     unless ($success) {
-        die("Unable to perform pstamptool -processedreq: $error_code");
+        die("Unable to perform pstamptool -updatereq: $error_code");
     }
 }
Index: /trunk/pstamp/scripts/pstamp_finish.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_finish.pl	(revision 19220)
+++ /trunk/pstamp/scripts/pstamp_finish.pl	(revision 19221)
@@ -217,5 +217,5 @@
     # set the request's state to stop
     {
-        my $command = "$pstamptool -processedreq -req_id $req_id -state stop -fault $request_fault";
+        my $command = "$pstamptool -updatereq -req_id $req_id -state stop -fault $request_fault";
         $command   .= " -dbname $dbname" if $dbname;
         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
@@ -231,5 +231,5 @@
     my $dbname = shift;
 
-    my $command = "$pstamptool -processedreq -req_id $req_id -state stop -fault $fault";
+    my $command = "$pstamptool -updatereq -req_id $req_id -state stop -fault $fault";
     $command   .= " -dbname $dbname" if $dbname;
 
Index: /trunk/pstamp/scripts/pstamp_job_run.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_job_run.pl	(revision 19220)
+++ /trunk/pstamp/scripts/pstamp_job_run.pl	(revision 19221)
@@ -171,5 +171,5 @@
 # stop the job and set the result value
 {
-    my $command = "$pstamptool -processedjob -job_id $job_id -state stop -fault $jobStatus";
+    my $command = "$pstamptool -updatejob -job_id $job_id -state stop -fault $jobStatus";
     $command .= " -dbname $dbname" if $dbname;
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Index: /trunk/pstamp/scripts/pstamp_parser_run.pl
===================================================================
--- /trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 19220)
+++ /trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 19221)
@@ -193,5 +193,5 @@
     print STDERR "Unknown request type $request_type found in $uri";
 
-    my $command = "$pstamptool -processedreq -req_id $req_id -state run";
+    my $command = "$pstamptool -updatereq -req_id $req_id -state run";
     $command   .= " -reqType unknown";
     $command   .= " -fault $PS_EXIT_DATA_ERROR";
@@ -240,5 +240,5 @@
 #
 {
-    my $command = "$pstamptool -processedreq -req_id $req_id -state run";
+    my $command = "$pstamptool -updatereq -req_id $req_id -state run";
     $command   .= " -reqType $reqType" if $reqType;
     $command   .= " -uri $new_uri" if $new_uri;
Index: /trunk/pstamp/scripts/request_finish.pl
===================================================================
--- /trunk/pstamp/scripts/request_finish.pl	(revision 19220)
+++ /trunk/pstamp/scripts/request_finish.pl	(revision 19221)
@@ -76,5 +76,5 @@
     # Since we don't have a req_name there's not much we can do so just the request's state to stop.
     print STDERR "request  $req_id has unknown reqType $req_type\n" if $verbose;
-    my $command = "$pstamptool -processedreq -req_id $req_id -state stop -fault $PS_EXIT_DATA_ERROR";
+    my $command = "$pstamptool -updatereq -req_id $req_id -state stop -fault $PS_EXIT_DATA_ERROR";
     $command   .= " -dbname $dbname" if $dbname;
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
