Index: trunk/pstamp/scripts/pstamp_queue_requests.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_queue_requests.pl	(revision 18537)
+++ trunk/pstamp/scripts/pstamp_queue_requests.pl	(revision 18538)
@@ -75,6 +75,6 @@
 
     if (@$stdout_buf == 0) {
-        print STDERR "no data stores registered\n";
-        exit 1;
+        print STDERR "no data stores registered\n" if $verbose;
+        exit 0;
     }
     my $metadata = $mdcParser->parse(join "", @$stdout_buf) or
@@ -161,5 +161,5 @@
             next if $req_uri =~ (/^#.*/);
             {
-                my $command = "$pstamptool -addreq -uri $req_uri -ds_id $ds_id -out_fileset $outProduct/$fs_name";
+                my $command = "$pstamptool -addreq -uri $req_uri -ds_id $ds_id";
                 $command .= " -dbname $dbname" if $dbname;
                 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
