Changeset 9047 for trunk/MagicSoft/Mars/datacenter/scripts/dbchk
- Timestamp:
- 07/28/08 14:08:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dbchk
r8858 r9047 92 92 then 93 93 echo "No sequence file: $file" >> $scriptlog 2>&1 94 printprocesslog "ERROR No sequence file: $file" 94 95 continue 95 96 fi … … 99 100 then 100 101 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)." 101 103 continue 102 104 fi … … 112 114 then 113 115 echo "Invalid directory: $dir" >> $scriptlog 2>&1 116 printprocesslog "ERROR Invalid directory: $dir" 114 117 continue 115 118 fi … … 119 122 then 120 123 echo "$dir exists but no corresponding sequence in Sequences." >> $scriptlog 2>&1 124 printprocesslog "ERROR $dir exists, but no corresponding sequence in Sequences (DB)." 121 125 continue 122 126 fi … … 132 136 then 133 137 echo "Invalid directory: $dir" >> $scriptlog 2>&1 138 printprocesslog "ERROR Invalid directory: $dir" 134 139 continue 135 140 fi … … 139 144 then 140 145 echo "$dir exists but no corresponding sequence in Sequences." >> $scriptlog 2>&1 146 printprocesslog "ERROR $dir exists, but no corresponding sequence in Sequences (DB)." 141 147 continue 142 148 fi … … 152 158 then 153 159 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." 154 161 fi 155 162 done … … 164 171 then 165 172 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)." 166 174 continue 167 175 fi … … 177 185 then 178 186 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)." 179 188 continue 180 189 fi
Note:
See TracChangeset
for help on using the changeset viewer.