Changeset 7529 for trunk


Ignore:
Timestamp:
02/25/06 18:36:32 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7527 r7529  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/02/25 Daniela Dorner
     21
     22   * datacenter/scripts/checkfilesforsequavail, checkstardone,
     23     writesequencefiles, buildsequenceentries, dodatacheck, doexclusions,
     24     fillcallisto, fillganymed, fillstar,
     25     datacenter/macros/writesequencefile.C, filldotraw.C, fillsinope.C
     26     buildsequenceentries.C, resetcolumn.C, doexclusions.C, fillcalib.C
     27     fillsignal.C, fillganymed.C, fillstar.C:
     28     - implemented, that a missing connection to the database doesn't
     29       cause an failure entry in the database, so that the step is
     30       retried in this case
     31     - updated documentation
     32
     33
     34
    2035 2006/02/24 Markus Meyer
    2136
  • trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries

    r7486 r7529  
    8888   case $check1 in
    8989      1)   echo "check1=$check1 -> everything ok -> setting status for $date..." >> $scriptlog 2>&1;;
     90      0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
     91           check="no"
     92           ;;
    9093      *)   echo "check1=$check1 -> ERROR - $program.C failed for $date -> step has to be repeated" >> $scriptlog 2>&1
    9194           com=$Fbuildsequ
  • trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail

    r7503 r7529  
    9292           check="no"
    9393           ;;
     94      0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
     95           check="no"
     96           ;;
    9497      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9598           com=$Ffilesavail
  • trunk/MagicSoft/Mars/datacenter/scripts/checkstardone

    r7513 r7529  
    105105              break
    106106              ;;
     107         0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
     108              check="no"
     109              break
     110              ;;
    107111         *)   echo "check1=$check1 -> ERROR " >> $scriptlog 2>&1
    108112              echo "starfiles not available for sequence -> continue" >> $scriptlog 2>&1
  • trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck

    r7486 r7529  
    144144
    145145   case $check1 in
    146        1)   echo "check1=$check1 -> everything ok -> go on with $program..." >> $scriptlog 2>&1
    147             ;;
    148        *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    149             com=$Ffillraw
    150             check=$check1
    151             setstatus "stop" >> $scriptlog 2>&1
    152             continue ;;
     146      1)   echo "check1=$check1 -> everything ok -> go on with $program..." >> $scriptlog 2>&1
     147           ;;
     148      0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
     149           check="no"
     150           setstatus "stop" >> $scriptlog 2>&1
     151           continue ;;
     152      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
     153           com=$Ffillraw
     154           check=$check1
     155           setstatus "stop" >> $scriptlog 2>&1
     156           continue ;;
    153157   esac
    154158   
     
    190194
    191195   case $check3 in
    192        1)   echo "check3=$check3 -> everything ok -> set status..." >> $scriptlog 2>&1
    193             ;;
    194        *)   echo "check3=$check3 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    195             com=$Ffillsinope
    196             check=$check3
    197             setstatus "stop" >> $scriptlog 2>&1
    198             continue;;
     196      1)   echo "check3=$check3 -> everything ok -> set status..." >> $scriptlog 2>&1
     197           ;;
     198      0)   echo "check3=$check3 -> no connection to db -> continue..." >> $scriptlog 2>&1
     199           check="no"
     200           setstatus "stop" >> $scriptlog 2>&1
     201           continue ;;
     202      *)   echo "check3=$check3 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
     203           com=$Ffillsinope
     204           check=$check3
     205           setstatus "stop" >> $scriptlog 2>&1
     206           continue ;;
    199207   esac
    200208
     
    210218      1)   echo "check5=$check5 -> everything ok, fExclusions have been reset " >> $scriptlog 2>&1
    211219           ;;
     220      0)   echo "check5=$check5 -> no connection to db -> continue..." >> $scriptlog 2>&1
     221           check="no"
     222           setstatus "stop" >> $scriptlog 2>&1
     223           continue ;;
    212224      *)   echo "check5=$check5 -> ERROR -> step could not be resetted -> repeat step " >> $scriptlog 2>&1
    213225           com=$Fresetexcl
     
    215227           check=$check5
    216228           setstatus "stop" >> $scriptlog 2>&1
    217            continue;;
     229           continue ;;
    218230   esac
    219231
  • trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto

    r7486 r7529  
    9595   case $check1 in
    9696      1)   echo "check1=$check1 -> everything ok -> run fillsignal " >> $scriptlog 2>&1 ;;
     97      0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
     98           check="no"
     99           setstatus "stop" >> $scriptlog 2>&1
     100           continue ;;
    97101      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    98102           com=$Ffillcalib
     
    105109   case $check2 in
    106110      1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
     111      0)   echo "check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1
     112           check="no"
     113           ;;
    107114      *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    108115           com=$Ffillsignal
  • trunk/MagicSoft/Mars/datacenter/scripts/fillganymed

    r7486 r7529  
    9191   case $check2 in
    9292      1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
     93      0)   echo "check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1
     94           check="no"
     95           ;;
    9396      *)  echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9497          com=$Ffillganymed
  • trunk/MagicSoft/Mars/datacenter/scripts/fillstar

    r7486 r7529  
    9292   case $check2 in
    9393      1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
     94      0)   echo "check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1
     95           check="no"
     96           ;;
    9497      *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9598           com=$Ffillstar
  • trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles

    r7506 r7529  
    9191   case $check2 in
    9292      1)   echo "check2=$check2 -> everything ok " >> $scriptlog 2>&1 ;;
     93      0)   echo "check2=$check2 -> no connection to db -> continue..." >> $scriptlog 2>&1
     94           check="no"
     95           ;;
    9396      *)   echo "check2=$check2 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
    9497           com=$Fwritesequfile
Note: See TracChangeset for help on using the changeset viewer.