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 2229 during patch


2 replies to this topic

Giurcanu Daniel

Giurcanu Daniel
  • Members
  • 51 posts

Posted 07 July 2004 - 09:15

1. Multilanguage Basic MSI Installation
2. Happens during patch only (7.14.1 ->7.14.2)
2. Only on a non english system
3. Happens before UI sequence

Error LOG dump

<LOG>
2229 3 Launch condition
I (s) (7C:BC): Note: 1: 2254 2: 3: LaunchCondition
MSI (s) (7C:BC): Note: 1: 2229 2: 3: LaunchCondition 4: SELECT `Condition`, `Description` FROM `LaunchCondition`
MSI (s) (7C:BC): Transforming table Error.

DEBUG: Error 2229: Database: . Could not load table 'LaunchCondition' in SQL query: SELECT `Condition`, `Description` FROM `LaunchCondition`
ÄÚ²¿´íÎó 2229. , LaunchCondition, SELECT `Condition`, `Description` FROM `LaunchCondition`
MSI (s) (7C:BC): Transforming table Error.

MSI (s) (7C:BC):·: Product 2229. , LaunchCondition, SELECT `Condition`, `Description` FROM `LaunchCondition`

16:50:16: LaunchConditions¡
MSI (s) (7C:BC): Doing action: ISCleanUpFatalExit
<LOG END>

any ideea is more than welcome







Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 08 July 2004 - 09:13

Really no good idea here, but I don't think MSI files are Unicode, so I suppose you could get problems if you insert exotic characters in MSI tables. What does your LaunchCondition table look like?
Regards
-Stein Åsmul

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 08 July 2004 - 15:09

Do you have a more verbose log file? This looks like a Debug error, which usually would not cause your setup to fail. It also looks like the log is corrupted, e.g. this:
I (s) (7C:BC): Note: 1: 2254 2: 3: LaunchCondition
should pobably be:
MSI (s) (7C:BC): Note: 1: 2254 2: 3: LaunchCondition

Also you men tioned that this happens before the UI sequence. However the log indicates that the installation is already in the Server process, which means it's the Execute sequence.