Index: trunk/ippScripts/scripts/ipp_serial_mops.pl
===================================================================
--- trunk/ippScripts/scripts/ipp_serial_mops.pl	(revision 17950)
+++ trunk/ippScripts/scripts/ipp_serial_mops.pl	(revision 17956)
@@ -111,5 +111,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";
+    my $command = "$dsreg --add --product mops_transient_detections --type MOPS_TRANSIENT_DETECTIONS --fileset $fileset --list $dsName --copy --abspath --dbname DataStore";
     my $success = run( command => $command, verbose => $verbose );
     die "Couldn't register files with data store.\n" unless $success;
