If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Microsoft VBScript runtime error '800a01fb'

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-15-03, 09:07
booster booster is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Thumbs down Microsoft VBScript runtime error '800a01fb'

I get this error when I run my asp script:

Microsoft VBScript runtime error '800a01fb'

An exception occurred: 'Execute'

I know it has something to do with:

- IIS: When I do an unload or restart everything is oke for a while
- MDAC: I already tried reinstalling the MDAC
- ODBC: I have installed another ODBC driver but did also didn't work
- Closing Recordsets: I closed all my recordsets.

Can someone please help me with this problem???

Thank you
Reply With Quote
  #2 (permalink)  
Old 10-15-03, 11:12
jlot6 jlot6 is offline
Registered User
 
Join Date: Sep 2003
Location: Newark, Vermont
Posts: 20
What's your asp code?
Reply With Quote
  #3 (permalink)  
Old 10-16-03, 03:16
booster booster is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
It happens when i execute a query like this for example:

connection.Execute("select * from database_table")

For a while everything is oke, but then suddenly this execute error raises.
Reply With Quote
  #4 (permalink)  
Old 10-16-03, 20:25
smorton smorton is offline
Registered User
 
Join Date: Oct 2003
Posts: 12
If you are using IE make sure you turn off 'Show friendly HTTP error messages'.

You will find it under Tools->Internet Options-> Advanced.

By do this and then regenerating the error you will hopefully get a better error message than the one described.


Hope this helps...
Reply With Quote
  #5 (permalink)  
Old 10-17-03, 03:51
booster booster is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
This ain't a friendly http error!!!

And the problem is not with my asp/mysql because on another server erverything works ok. The problem lies within IIS I think. Because after a restart/unload of IIS everything works ok again for a while.

What I want to know if someone else had this error and what they did to solve this problem.

Thanks.
Reply With Quote
  #6 (permalink)  
Old 10-31-03, 02:22
pe1pbu pe1pbu is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Found this on another search... might be helpful.

Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'GetEnhWMF'
This problem occurs after performing the latest security updates and service packs on some operating systems including Windows XP and Windows 2000 Professional.

Solution(s):


The problem only occurs when you do not specify the HEIGHT and WIDTH parameters. For example, http://localhost/idalin.asp?BARCODE=123456 causes this error,
and
http://localhost/idalin.asp?BARCODE=...T=80&WIDTH=200 allows the server to create the correct barcode.

To solve the problem, you can specify the HEIGHT and WIDTH parameters in pixels for the resulting image or upgrade your package. The latest package of the ASP Server Component for IIS solves the problem and was released January 2003.


Found at http://www.idautomation.com/kb/http500error2.html
Reply With Quote
  #7 (permalink)  
Old 10-31-03, 03:22
booster booster is offline
Registered User
 
Join Date: Oct 2003
Posts: 5
Thanks all for your replies.

I think the problem has nothing to do with:

Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'GetEnhWMF'

The problem occurs when I execute a query:

Microsoft VBScript runtime error '800a01fb'

An exception occurred: 'Execute'


This happens after a while. When I restart IIS everything works fine for a while and then the error starts again.

I thinks the problem lies with DLLHOST.EXE:

My private bytes and handles increase and never stop increasing.

In the handles i have a lot of:

* Threads
* Token --> IUSR
* Event --> empty

I hope you can help me with this, thank you!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On