Index: trunk/ippScripts/scripts/ipp_serial_mops.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_serial_mops.pl	(revision 18150)
+++ trunk/ippScripts/scripts/ipp_serial_mops.pl	(revision 18536)
@@ -106,5 +106,7 @@
     }
 
-    print $dsFile "${output}|ipp-mops\n";
+    # format: filename|filesize|md5sum|filetype|  
+    # note: since we omit filesize and md5sum, dsreg will calculate them
+    print $dsFile "${output}|||ipp-mops|\n";
 }
 close $dsFile;
@@ -112,5 +114,5 @@
 # Register new files with the data store
 unless ($no_update) {
-    my $command = "$dsreg --add --product mops_transient_detections --type MOPS_TRANSIENT_DETECTIONS --fileset $fileset --list $dsName --copy --abspath --dbname DataStore";
+    my $command = "$dsreg --add $fileset --product mops_transient_detections --type MOPS_TRANSIENT_DETECTIONS --list $dsName --copy --abspath --dbname DataStore";
     my $success = run( command => $command, verbose => $verbose );
     die "Couldn't register files with data store.\n" unless $success;
