Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Error 2725


3 replies to this topic

aarthi_m

aarthi_m
  • Full Members
  • 65 posts

Posted 08 May 2008 - 13:42

I get 'Internal error 2725' while trying to apply a patch.

I am copy pasting the log messages for this error

================================================

Action 4:25:59: MoveFiles. Moving files
Action start 4:25:59: MoveFiles.
Action ended 4:25:59: MoveFiles. Return value 1.
MSI (s) (4C:30) [04:25:59:031]: Doing action: InstallFiles
Action 4:25:59: InstallFiles. Copying new files
Action start 4:25:59: InstallFiles.
MSI (s) (4C:30) [04:25:59:046]: Patch Modified Files List:
MSI (s) (4C:30) [04:25:59:046]: File = ntpd.dll.C38DCF74_8278_4754_BE67_3D526F0C4C35: Final State = Install
MSI (s) (4C:30) [04:25:59:046]: File = stsc.dll.C38DCF74_8278_4754_BE67_3D526F0C4C35: Final State = Install
MSI (s) (4C:30) [04:25:59:062]: Note: 1: 2725
DEBUG: Error 2725: Invalid database tables
MSI © (48:D0) [04:25:59:062]: Transforming table Binary.

MSI © (48:D0) [04:25:59:062]: Transforming table Binary.

MSI © (48:D0) [04:25:59:062]: Note: 1: 2262 2: Binary 3: -2147287038
MSI © (48:D0) [04:25:59:062]: Transforming table Binary.

MSI © (48:D0) [04:25:59:062]: Transforming table Binary.

MSI © (48:D0) [04:25:59:062]: Note: 1: 2262 2: Binary 3: -2147287038
DEBUG: Error 2835: The control ErrorIcon was not found on dialog SetupError
Internal Error 2835. ErrorIcon, SetupError


=================================================

Does this indicate that there is some problem with the binary table? How do I debug this issue?


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 May 2008 - 21:00

No, there's no problem with the Binary table. Note 2262 means: Stream does not exist: [2]. System error: [3], with [2] = Binary and [3] = -2147287038. System error code -2147287038 means "not found". This is Windows Installer's way to note that there is no Binary table in this package, which is perfectly okay.

The problem might be here:
Error 2725: Invalid database tables
Unfortunately it doesn't tell you which table is invalid.

You could try to load the base msi in Orca and then apply the patch to it in Orca. This might give additional information. Also you could run validation to see if there's something wrong with the tables.

aarthi_m

aarthi_m
  • Full Members
  • 65 posts

Posted 09 May 2008 - 06:12

Thanks Stefan.

Are there any particular tables that I should look for after viewing the patch on the base msi in orca? Any set of ICE's to be run for the validation?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 May 2008 - 08:16

I'd run full validation and then look for tables with errors.