Index: trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail	(revision 7501)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail	(revision 7503)
@@ -89,4 +89,7 @@
    case $check1 in
       1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
+      2)   echo "check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1 
+           check="no"
+           ;;
       *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
            com=$Ffilesavail
Index: trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7501)
+++ trunk/MagicSoft/Mars/datacenter/scripts/checkstardone	(revision 7503)
@@ -101,4 +101,7 @@
       case $check1 in
          1)   echo "check1=$check1 -> everything ok -> continue with next sequence..." >> $scriptlog 2>&1 ;;
+         2)   echo "check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1 
+              check="no"
+              ;;
          *)   echo "check1=$check1 -> ERROR " >> $scriptlog 2>&1 
               echo "starfiles not available for sequence -> continue" >> $scriptlog 2>&1 
Index: trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 7501)
+++ trunk/MagicSoft/Mars/datacenter/scripts/sourcefile	(revision 7503)
@@ -174,4 +174,7 @@
                       statustime="Now()"
                       ;;
+                 no)  echo ", nothing new"
+                      $check="ok"
+                      ;;
                   *)  echo " failed"
                       starttime=noreset
@@ -183,4 +186,5 @@
                       fi
                       failedtime="Now()"
+                      $check="ok"
                       ;;
                esac
