Ignore:
Timestamp:
08/29/06 09:08:55 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets

    r7944 r7954  
    7070      echo "number in filename and in file are not the same " >> $scriptlog 2>&1
    7171      echo " -> continue with next dataset" >> $scriptlog 2>&1
    72       printprocesslog "ERROR number in filename and file are not the same for dataset $no2"
     72      printprocesslog "ERROR number in filename ($no) and file ($no3) are not the same for dataset $no2"
    7373      continue
    7474   fi
     
    9797   printprocesslog "INFO inserting dataset $no2"
    9898   # insert information into db
    99    check0=`root -q -b $macrospath/insertdataset.C+\("\"$no2\""\,"\"$source\""\,"\"$wobble\""\,"\"$comment\""\,kFALSE\) | tee $insertdatasetlog | grep int | sed -e 's/(int)//'`
     99   check0=`root -q -b $macrospath/insertdataset.C+\("\"$no2\""\,"\"$source\""\,"\"$wobble\""\,"\"$comment\""\,kFALSE\) | tee $insertdatasetlog | intgrep`
    100100   case $check0 in
    101101      1)   echo " check0=$check0 -> everything ok " >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.