COM error during the conversion from .ini to .xls

Asked By 0 points N/A Posted on -
qa-featured

Hi there,

I need help with .ini to .xls converter and this is the error that I have when I to make the conversion. I didn’t find a solution and I don’t have the experience to solve this by myself. Can an expert help me please to fix this error ? What I did wrong ?

Thank you experts !

COM ERROR

Error Number: 80020009

Source:

Description:

WinDescription:

Script Line: 451

SHARE
Answered By 0 points N/A #178454

COM error during the conversion from .ini to .xls

qa-featured

This error is about your script. Therefore

  • Check your "IIS log" with all fields.
  • you may find it in C > Window > System 32 > Log Files> W3SVC / Your Website Identity.
  • you will find error in line 451 as it is mentioned in error message
  • do a simple out put syntax and check your out put one row record, 
  • modify your script and query every single column individually, if the error persist on every column.

You can solve your problem in this way. But if you have the problem because of wend loop. You have to change it too.

Related Questions