Index: branches/ccl_branches/ipponly-20191108/ippTasks/addstar.pro
===================================================================
--- branches/ccl_branches/ipponly-20191108/ippTasks/addstar.pro	(revision 41106)
+++ branches/ccl_branches/ipponly-20191108/ippTasks/addstar.pro	(revision 41211)
@@ -405,6 +405,6 @@
 
   ## we want only a single outstanding addstar job.  
-  host         local
-  npending     1
+#  host         local
+  npending     50
 
   task.exec
@@ -433,8 +433,14 @@
     book getword addPendingExp $pageName image_only -var IMAGE_ONLY
     book getword addPendingExp $pageName dbname -var DBNAME
-
+    book getword addPendingExp $pageName dvodbhost  -var DVODBHOST
+
+    echo $DBNAME
+    echo $MINIDVODB_NAME
+    echo $DVODBHOST
+
+    host -required $DVODBHOST
 
     # specify choice of remote host based on camera and chip (class_id)
-    # set.host.for.camera $CAMERA FPA
+    #set.host.for.camera $CAMERA FPA
 
     # set the WORKDIR variable
@@ -473,10 +479,9 @@
     end
 
-  
-
     stdout $LOGDIR/addstar.exp.log
     stderr $LOGDIR/addstar.exp.log
 
-    $run = addstar_run.pl --add_id $ADD_ID --camera $CAMERA --dvodb $DVODB --stage $STAGE --stageroot $STAGEROOT --outroot $outroot --redirect-output
+    $run = addstar_run.pl --add_id $ADD_ID --camera $CAMERA --dvodb $DVODB --stage $STAGE --stageroot $STAGEROOT --outroot $outroot --redirect-output --dvodbhost $DVODBHOST
+
     if ("$REDUCTION" != "NULL")
       $run = $run --reduction $REDUCTION
@@ -503,5 +508,5 @@
     end
 
-
+    echo $run
 
     if ("$IMAGE_ONLY" == "T")
@@ -527,4 +532,5 @@
     end
     command $run
+    showcommand
   end
 
@@ -546,4 +552,5 @@
     book setword addPendingExp $options:0 pantaskState TIMEOUT
   end
+
 end
 
