Print Page | Close Window

ASP Error 0115

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=24711
Printed Date: 06 April 2026 at 10:20am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: ASP Error 0115
Posted By: milchman
Subject: ASP Error 0115
Date Posted: 29 October 2007 at 8:56pm
Hello!

I have been running WebWizForums for years. Just this week my provider made some updates on the server und now I'm getting an error when somebody posts a thread and the server breaks down. When I lock all forums, no posts are writen and no error occurs. I tried Web Wiz Forums V 9.06 and V 8.04 -> same result.

Error message (Translation)
-----------------------------
Active Server Pages Error "ASP 0115'
forum/new_post.asp
A trappable error (C0000005) occurred in an external object. The script cannot continue running.
-----------------------------
Error message (original -> German)
-----------------------------
Active Server Pages Fehler "ASP 0115'
forum/new_post.asp

Abfangbarer (C0000005) Fehler in einem externen Objekt. Das Skript kann nicht ausgeführt werden

-----------------------------

Can anybody help? It's a
disaster running the forum without the possibility of posting threads.

Thx a lot
Milchman



Replies:
Posted By: milchman
Date Posted: 29 October 2007 at 11:52pm
I just read this topic:  http://forums.webwiz.net/forum_posts.asp?TID=22927&KW=trappable+error - http://forums.webwiz.net/forum_posts.asp?TID=22927&KW=trappable+error

The Problem seams to be quite similar (look especially at monoix). I removed the Server. part from:
Set adoCon = Server.CreateObject("ADODB.Connection")

But it didn't solve the problem.
Furthermore it is pruposed to remove myODBC 3.51.14 driver and installing the older myODBC 3.15.12 driver. What can I do if I can't install this older driver?

Additional Info: The server uses IIS 6

Does anybody has an idea about it?
Thanks in advance.



Posted By: WebWiz-Bruce
Date Posted: 30 October 2007 at 9:16am
These are certainly server related issues rather than a problem with Web Wiz Forums.

You should contact your provider who made the update and get them to fix the server, however, given the original error message is in German, my guess is that you are using a 1&1 server, so I don't hold much hope of you getting any help from your provider.

You should also be aware that version 9 is not supported on 1&1 and you may need to look for a new provider.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: milchman
Date Posted: 30 October 2007 at 11:25pm
Thanks for your answer. My provider is not 1&1 (there are other providers in Germany too Smile) and they really try to help.

They tried to get and install myODBC 3.51.12 or 3.15.12 ( forum_posts.asp?TID=22927 - as proposed here ) but they are not available for download.
As win2003/sp2 is pretty new I guess more and more peoble will have this problem. Isn't there anything that can be done?
Would be very glad to get some ideas.

Thx



Posted By: WebWiz-Bruce
Date Posted: 31 October 2007 at 8:28am
Windows 2003 SP2 isn't new, it's been out for about 6 months now and most hosts will have upgraded to it along time ago.

The error itself, doesn't look like a database error, it looks more like an issue with ASP rather than the database drivers.

Reinstalling IIS may help fix the issue. If it doesn't then try monitoring the IIS process w3wp.exe and try and capture the event that is coursing the failure. Your servers log files in the Event Viewer may also give some glues as to what is coursing the problem.

As this is a server error rather than an issue with the forum software, you may also want to contact Microsoft support and see if they have any resolutions.

The problem with IIS is that when it goes wrong like this finding a resolution isn't always easy, and I can recall many a time when we have spent 8 hours plus pulling our hair out and trolling through MSDN, blogs, forum posts, etc. trying to find a resolution.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: ctscott
Date Posted: 02 November 2007 at 12:28pm
i'm guessing but here's a couple of things you may want to check:
 
1. Form elements are not named.
 
Refer to the following article:
 
    Q173741 PRB: Random ASP 0115 Errors when Submitting Form

  http://support.microsoft.com/support/kb/articles/q173/7/41.asp - http://support.microsoft.com/support/kb/articles/q173/7/41.asp

---------- 
 
2. Use of the ASP Session Object prior to version 1.24.09 of the ASP dll
 
Refer to the following article:
 
    Q177036 FIX: ASP 0115 Error Occur With The Session Object
  http://support.microsoft.com/support/kb/articles/q177/0/36.asp - http://support.microsoft.com/support/kb/articles/q177/0/36.asp


-------------
______________________
http://www.cfbtrivia.com" rel="nofollow - College Football Trivia


Posted By: WebWiz-Bruce
Date Posted: 02 November 2007 at 1:25pm
Can't see how it could be the first one as all form elements in Web Wiz Forums have names.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: milchman
Date Posted: 04 November 2007 at 11:04pm
Thx for your suggestions!
I tried to follow them.
----------
1.

I checked all forms but all the form elements have names

----------
2.

As far as I see there is neither a session nor application object used when posting a topic.
And this error refers to IIS 3, the used server is IIS 6.

----------

Tried some other things too, but I'm still struggling with this error message. No idea what I could do further.





Posted By: WebWiz-Bruce
Date Posted: 05 November 2007 at 8:32am
As your provider broke the server making updates to it, you may ant to get onto them to find a way to resolve this.

However, it looks like something on the server is corrupted, if you do a search on Google for 'A trappable error (C0000005) occurred in an external object. The script cannot continue running.' there are 100's of posts on this type of error, with lots of different solutions.

The first thing you may want to try is reinstalling IE, as this would reinstall the vbScripting Engine.

If you still get the error, try reinstalling the MDAC database drivers.

If you still have problems, then try reinstalling IIS on the server.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: ctscott
Date Posted: 05 November 2007 at 2:19pm
Originally posted by -boRg- -boRg- wrote:

As your provider broke the server making updates to it, you may ant to get onto them to find a way to resolve this.
 
this is the real answer to your problem.  all was fine until the updates.


-------------
______________________
http://www.cfbtrivia.com" rel="nofollow - College Football Trivia


Posted By: milchman
Date Posted: 07 November 2007 at 12:07am
Thx to all!

My Provider could fix the problem.

Originally myodbc 3.51.12 was installed - everything was fine
After updating to 3.51.14 resp. 3.51.19 - the error occurred
Installing 3.51.21 - solved the problem, everthing fine again

Thanks for your help Thumbs%20Up



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net