Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 18359)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 18360)
@@ -323,4 +323,5 @@
         $command .= " -hostname $host" if defined $host;
         $command .= " -dbname $dbname" if defined $dbname;
+        $command .= " -path_base $outroot" if defined $outroot;
         system ($command);
     }
Index: trunk/ippScripts/scripts/chip_imfile.pl
===================================================================
--- trunk/ippScripts/scripts/chip_imfile.pl	(revision 18359)
+++ trunk/ippScripts/scripts/chip_imfile.pl	(revision 18360)
@@ -226,4 +226,5 @@
     my $class_id = shift; # Class identifier
     my $exit_code = shift; # Exit code to add
+    # outputImage and outroot are globals
 
     carp($msg);
@@ -235,4 +236,5 @@
         $command .= " -code $exit_code";
         $command .= " -uri $outputImage";
+        $command .= " -path_base $outroot";
         $command .= " -hostname $host" if defined $host;
         $command .= " -dbname $dbname" if defined $dbname;
