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

VBScript Runtime errors in Log files?


1 reply to this topic

woter324

woter324
  • Full Members
  • 18 posts

Posted 01 May 2006 - 13:09

Hi,

I wonder if someone would be able to help me out regarding the following error in a log file:

CODE
MSI (c) (64:AC) [21:49:37:677]: Note: 1: 1720 2: DB_CONNLIST 3: -2146827864 4: Microsoft VBScript runtime error 5: Object required: '' 6: 10 7: 2


I understand what the error is, but I would like to know where it is. I guess the 6: 10 7: 2 is refering to a line and colum number in the VBScript CA, however I cannot match these numbers up to the error.

How do these numbers work / relate to the code?

Many thanks

Woter

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 01 May 2006 - 21:13

The errors section of Msi.chm describes the messages. The number after (1:) is always the error number, the others (2: , 3: etc.) are context specific.