Index: trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt
===================================================================
--- trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt	(revision 42454)
+++ trunk/tools/eam/rawfix.20230221/src/rawfix.ckchip.pt	(revision 42462)
@@ -59,5 +59,5 @@
   periods      -timeout 60
   host         -required $HOST_CKCHIP
-  npending 1
+  npending 2
 
   task.exec
@@ -78,12 +78,12 @@
     option $pageName
 
-    # this is the first place in the proces that this location is known
-    mkdir  $mypath/$DATEOBS
-    stdout $mypath/$DATEOBS/log.ckchip.runhosts.v$ITER
-    stderr $mypath/$DATEOBS/log.ckchip.runhosts.v$ITER  
-
     substr $DATEOBS 0 4 YEAR
     substr $DATEOBS 4 2 MONTH
     substr $DATEOBS 6 2 DAY
+
+    # this is the first place in the proces that this location is known
+    mkdir  $mypath/$YEAR/$DATEOBS
+    stdout $mypath/$YEAR/$DATEOBS/log.ckchip.runhosts.v$ITER
+    stderr $mypath/$YEAR/$DATEOBS/log.ckchip.runhosts.v$ITER  
 
     sprintf FULLDATE "%s/%s/%s" $YEAR $MONTH $DAY
