Ignore:
Timestamp:
08/22/06 13:42:30 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7908 r7909  
    296296      done
    297297   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 "
    299301   if [ "$singleprocess" = "yes" ]
    300302   then
     
    311313      if [ "$singleprocess" = "yes" ]
    312314      then
    313          listfile=$listpath/ToDo-$table-$column-$process.txt
     315         todofile=$listpath/ToDo-$table-$column-$process.txt
    314316         echo "  => found $process"
    315317      else
    316          listfile=$listpath/ToDo-$table-$column.txt
     318         todofile=$listpath/ToDo-$table-$column.txt
    317319         echo "found processes"
    318320      fi
    319 #      echo " list: "$listfile
     321#      echo " list: "$todofile
    320322     
    321       if ls $listfile > /dev/null 2>&1
     323      if ls $todofile > /dev/null 2>&1
    322324      then
    323          echo "$listfile exists already"
     325         echo "$todofile exists already"
    324326         contex
    325327      fi
    326       echo $process > $listfile
    327    fi
    328 }
     328      echo $process > $todofile
     329   fi
     330}
Note: See TracChangeset for help on using the changeset viewer.