Index: trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 7605)
+++ trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 7606)
@@ -65,4 +65,6 @@
 fi
 
+column=fCallisto
+table=SequenceProcessStatu
 
 # make links for callisto.rc for which the callisto.log contains reason
@@ -83,5 +85,5 @@
          resetlog=$resetlogpath/reset-callisto-$sequ.log
 
-         check1=`root -q -b $macrospath/resetcolumn.C+\("\""\"fCallisto\""\""\,"\""\"SequenceProcessStatus\""\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`
+         check1=`root -q -b $macrospath/resetcolumn.C+\("\"$column\""\,"\"$table\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`
          case $check1 in
             1)   echo "check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
