Index: /trunk/ippScripts/scripts/sc_prepare_camera.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_prepare_camera.pl	(revision 36965)
+++ /trunk/ippScripts/scripts/sc_prepare_camera.pl	(revision 36966)
@@ -351,5 +351,5 @@
     
     if (defined $id and not $no_update) {
-        my $command = "remotetool -updaterun -stage_id $id";
+        my $command = "remotetool -updaterun -remote_id $id";
         $command .= " -fault $exit_code " if defined $exit_code;
         $command .= " -set_state $exit_state " if defined $exit_state;
Index: /trunk/ippScripts/scripts/sc_prepare_chip.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_prepare_chip.pl	(revision 36965)
+++ /trunk/ippScripts/scripts/sc_prepare_chip.pl	(revision 36966)
@@ -535,5 +535,5 @@
     
     if (defined $id and not $no_update) {
-	my $command = "remotetool -updaterun -stage_id $id";
+	my $command = "remotetool -updaterun -remote_id $id";
 	$command .= " -fault $exit_code " if defined $exit_code;
 	$command .= " -set_state $exit_state " if defined $exit_state;
Index: /trunk/ippScripts/scripts/sc_prepare_stack.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_prepare_stack.pl	(revision 36965)
+++ /trunk/ippScripts/scripts/sc_prepare_stack.pl	(revision 36966)
@@ -357,5 +357,5 @@
     
     if (defined $id and not $no_update) {
-        my $command = "remotetool -updaterun -stage_id $id";
+        my $command = "remotetool -updaterun -remote_id $id";
         $command .= " -fault $exit_code " if defined $exit_code;
         $command .= " -set_state $exit_state " if defined $exit_state;
Index: /trunk/ippScripts/scripts/sc_prepare_warp.pl
===================================================================
--- /trunk/ippScripts/scripts/sc_prepare_warp.pl	(revision 36965)
+++ /trunk/ippScripts/scripts/sc_prepare_warp.pl	(revision 36966)
@@ -118,4 +118,5 @@
     # This actually returns all the individual warp/skyfiles that comprise this run.  Because consistency.
     my $command = "$warptool -towarped -warp_id $warp_id ";
+    $command   .= " -dbname $dbname " if defined($dbname);
     ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
 	run(command => $command, verbose => 0);
@@ -366,5 +367,5 @@
     
     if (defined $id and not $no_update) {
-        my $command = "remotetool -updaterun -stage_id $id";
+        my $command = "remotetool -updaterun -remote_id $id";
         $command .= " -fault $exit_code " if defined $exit_code;
         $command .= " -set_state $exit_state " if defined $exit_state;
