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/fillganymed

    r7902 r7909  
    2929#
    3030# After checking, if the script is already running, the todolist is
    31 # written by using the macro getdolist.C
     31# written
    3232# Then for each dataset in the todo list the ganymed results are filled
    3333# into the table Ganymed in the database using the macro fillganymed.C
     
    4141set -C
    4242
    43 table=DataSetProcessStatus
    4443column=fFillGanymed
    4544
    46 todofile=$listpath/ToDo-$table-$column.txt
    4745lockfile=$lockpath/lock-$program.txt
    4846
     
    5351date >> $scriptlog 2>&1
    5452
    55 cd $mars
    56 
    5753# check if script is already running
    5854checklock  >> $scriptlog 2>&1
    5955
    6056# get todo list
    61 getdolist  >> $scriptlog 2>&1
     57gettodo  >> $scriptlog 2>&1
    6258
    6359# retrieve datasets from todo file
     
    6864   finish >> $scriptlog 2>&1
    6965fi
     66
     67cd $mars
    7068
    7169# run fillganymed for datasets
Note: See TracChangeset for help on using the changeset viewer.