Ignore:
Timestamp:
07/28/08 14:08:53 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8858 r9047  
    9292   then
    9393      echo "No sequence file: $file" >> $scriptlog 2>&1
     94      printprocesslog "ERROR No sequence file: $file"
    9495      continue
    9596   fi
     
    99100   then
    100101      echo "Sequence-File $sequence exist but it is not in Sequences." >> $scriptlog 2>&1
     102      printprocesslog "ERROR Sequence-File $sequence exists, but it is not in Sequences (DB)."
    101103      continue
    102104   fi
     
    112114   then
    113115      echo "Invalid directory: $dir" >> $scriptlog 2>&1
     116      printprocesslog "ERROR Invalid directory: $dir"
    114117      continue
    115118   fi
     
    119122   then
    120123      echo "$dir exists but no corresponding sequence in Sequences." >> $scriptlog 2>&1
     124      printprocesslog "ERROR $dir exists, but no corresponding sequence in Sequences (DB)."
    121125      continue
    122126   fi
     
    132136   then
    133137      echo "Invalid directory: $dir" >> $scriptlog 2>&1
     138      printprocesslog "ERROR Invalid directory: $dir"
    134139      continue
    135140   fi
     
    139144   then
    140145      echo "$dir exists but no corresponding sequence in Sequences." >> $scriptlog 2>&1
     146      printprocesslog "ERROR $dir exists, but no corresponding sequence in Sequences (DB)."
    141147      continue
    142148   fi
     
    152158   then
    153159      echo "Sequence-File for $sequence not found but in db." >> $scriptlog 2>&1
     160      printprocesslog "ERROR Sequence-File for $sequence not found but in DB."
    154161   fi
    155162done
     
    164171   then
    165172      echo "Sequence $sequence exists in Sequences but not in RunData." >> $scriptlog 2>&1
     173      printprocesslog "Sequence $sequence exists in Sequences but not in RunData (DB)."
    166174      continue
    167175   fi
     
    177185   then
    178186      echo "Sequence $sequence exists in RunData but not in Sequences." >> $scriptlog 2>&1
     187      printprocesslog "Sequence $sequence exists in RunData but not in Sequences (DB)."
    179188      continue
    180189   fi
Note: See TracChangeset for help on using the changeset viewer.