Index: trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C	(revision 7164)
+++ trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C	(revision 7165)
@@ -83,5 +83,5 @@
         query = Form("DELETE FROM Star WHERE fSequenceFirst=%s", (*row)[0]);
 
-        TSQLResult *res = serv.Query(query);
+        res = serv.Query(query);
         if (!res)
             return kFALSE;
Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7164)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 7165)
@@ -168,5 +168,5 @@
       if grep "$filename: OK" $transdir/.check  >> $scriptlog 2>&1 
       then
-         newfile=`echo $file | sed -e 's/datacenter\/transfer/subsystemdata/' -e 's/ccdata/cc/' -e 's/cacodata/caco/' -e 's/drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' `
+         newfile=`echo $file | sed -e 's/home\/lapalma\/transfer/magic\/subsystemdata/' -e 's/ccdata/cc/' -e 's/cacodata/caco/' -e 's/drivelogs/drive/' -e 's/_/\//1' -e 's/_/\//1' `
          echo "file (new path): "$newfile >> $scriptlog 2>&1 
          newpath=`dirname $newfile`
