Index: trunk/DataCheck/Processing/FillAuxData.sh
===================================================================
--- trunk/DataCheck/Processing/FillAuxData.sh	(revision 18775)
+++ trunk/DataCheck/Processing/FillAuxData.sh	(revision 18776)
@@ -166,4 +166,16 @@
       # get information from rawfile
       rawfile=`ls $rawdir/$runnumber"_"\`printf %03d $filenum\`.fits* 2>/dev/null`
+      if [ "$rawfile" = "" ]
+      then
+         if [ $runnumber -le $checknight ] 
+         then 
+            printprocesslog "WARN no raw file found for "$runnumber"_"`printf %03d $filenum`
+         else
+            printprocesslog "INFO no raw file found for "$runnumber"_"`printf %03d $filenum`
+         fi
+         continue
+      fi
+      # this check is obsolete
+      #   find a way to check raw files also with general function
       if ! check_file_avail $rawfile
       then 
