Index: /branches/eam_branches/ipp-20230313/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- /branches/eam_branches/ipp-20230313/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 42574)
+++ /branches/eam_branches/ipp-20230313/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 42575)
@@ -1135,5 +1135,5 @@
         my $fileID = $component; # FILE.ID
         $fileID = 0 unless defined $fileID;
-	my $fileN = sprintf ("%03d", $fileID);
+	my $fileN = sprintf ("%d", $fileID);
         $filename =~ s/\{FILE\.ID\}/$fileN/;
     }
