Changeset 7909 for trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 08/22/06 13:42:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7908 r7909 296 296 done 297 297 fi 298 query=$query" isnull(fStartTime) and isnull(fFailedTime) and isnull(fFailedCode) and isnull(fFailedCodeAdd) and isnull(fReturnCode) order by $primary desc " 298 query=$query" isnull($column) " 299 query=$query" and isnull(fStartTime) and isnull(fFailedTime) and isnull(fFailedCode) and isnull(fFailedCodeAdd) and isnull(fReturnCode) " 300 query=$query" order by $primary desc " 299 301 if [ "$singleprocess" = "yes" ] 300 302 then … … 311 313 if [ "$singleprocess" = "yes" ] 312 314 then 313 listfile=$listpath/ToDo-$table-$column-$process.txt315 todofile=$listpath/ToDo-$table-$column-$process.txt 314 316 echo " => found $process" 315 317 else 316 listfile=$listpath/ToDo-$table-$column.txt318 todofile=$listpath/ToDo-$table-$column.txt 317 319 echo "found processes" 318 320 fi 319 # echo " list: "$ listfile321 # echo " list: "$todofile 320 322 321 if ls $ listfile > /dev/null 2>&1323 if ls $todofile > /dev/null 2>&1 322 324 then 323 echo "$ listfile exists already"325 echo "$todofile exists already" 324 326 contex 325 327 fi 326 echo $process > $ listfile327 fi 328 } 328 echo $process > $todofile 329 fi 330 }
Note:
See TracChangeset
for help on using the changeset viewer.