PDA

View Full Version : error 2602 while applying MSP to MSI



Chikura
03-26-2007, 02:29 AM
Hi everyone,

I am using the following command to apply patches to administrative image:
msiexec /p <MSP name> /a <MSI Name>.

When there are less number of new files then patch is getting applied correctly,
but when i am having more number of new files,, i am getting following error:
"Internal error 2602.File<fileName>"

My MSI File Table already has 39759 file entries.
Also media table is having following entry:
1-39759-1-<EMPTY>-DISK1-<EMPTY>,,

Is there anything else that should be done??

Also the the log file has following lines at the starting:
MSI (c) (0C:EC) [16:39:45:140]: Transforming table Media.

MSI (c) (0C:EC) [16:39:45:140]: Note: 1: 2262 2: PatchPackage 3: -2147287038
MSI (c) (0C:EC) [16:39:45:140]: TRANSFORM: The minimum 'Media.DiskId' value inserted by a patch transform is 100
MSI (c) (0C:EC) [16:39:45:140]: TRANSFORM: The maximum 'Media.DiskId' value inserted by a patch transform is 99
MSI (c) (0C:EC) [16:39:45:140]: TRANSFORM: The minimum 'File.Sequence' or 'Patch.Sequence' value inserted by a patch transform is 10000
MSI (c) (0C:EC) [16:39:45:140]: TRANSFORM: The maximum 'File.Sequence' or 'Patch.Sequence' value inserted by a patch transform is 9999.
MSI (c) (0C:EC) [16:39:45:140]: TRANSFORM: Applying special patch transform to database.

Are these the reason for the problem???

Plz help me in this regard,,,,

Thanks in Advance,
Chikura