Index: trunk/ippScripts/scripts/publish_file.pl
===================================================================
--- trunk/ippScripts/scripts/publish_file.pl	(revision 28413)
+++ trunk/ippScripts/scripts/publish_file.pl	(revision 28542)
@@ -252,6 +252,8 @@
 close $dsFile;
 
+my $fileset_type = $mops ? "IPP-MOPS" : $product; # Type of fileset for DataStore
+
 unless ($no_update) {
-    my $command = "$dsreg --add pub.$pub_id.$stage.$stage_id --copy --abspath --product $product --type $product --list $dsFileName";
+    my $command = "$dsreg --add pub.$pub_id.$stage.$stage_id --copy --abspath --product $product --type $fileset_type --list $dsFileName";
     $command .= " --ps0 \"$comment\"" if defined $comment;
 
