Intermittent Problem

I've cobbled together some asp code to serveup MS Access database information. I've got the code on a free asp host (1asphost.com) who are running IIS 5.0 on Windows 2000. There is no support from the host since it's a free service.

So, I was wondering if anyone here could help me stablilize this service so my pages load consistently. As it is now, I get error codes (which tell me nothing, I'm not a professional ASP coder) and no data displayed. At other times everything functions exactly as intended. Code:

View Replies


ADVERTISEMENT

Intermittent Error

I'm getting an 'unspecified error' when i'm trying to open a recordset in MS SQL Server 7.

I noticed that when I open the Enterprise Manager, 'server is not known to be running' after I click yes and start restoring my latest backup. when I try to open the recordset the 'unspecified error' occur. Thus, I need to leave my enterprise manager open.

I don't know if my assumption is right but I need help in solving this problem.
I want to know what causes this error and how can i avoid it?

View Replies View Related

Odd Intermittent Redirect

I am perplexed by an issue that I am having and hope that someone can shed some light for me. I recently set up forest blog in a subdirectory called blog. Now, it seems that intermittently people clicking on links for our main site are being served the default.asp from the /blog subdirectory instead of the default.asp in the main directory.

I have seen this happen even when I manually typed in the url - I was directed to the /blog page. I have no idea what could cause this behavior on an intermittent basis.

View Replies View Related

Global.asa Intermittent Firing

Problem with global.asa not firing 100% of the time. This error crops
up several times throughout the day but if you wait a while and reload
the page (could be 5 mins or an hour) it will suddenly start working
again.

The error is:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another.
/footer.asp, line 101

Line 101 in the footer.asp file reads:
InnovationRS.Open sql, Application("AnymousConnection")

I believe that bad code would produce a persistent error message. The
application would either work, or generate an error 100% of the time,
not be intermittent. The error is now appearing 3 or 4 times a day with
different users reporting it, but like I said, if you wait a while and
refresh the page, it is working again. Code:

View Replies View Related

Intermittent Permission Denied

We use two COM components in our ASP pages which run fine for weeks at
a time, but occasionally we get a permission denied message when
calling a function on their interfaces. But strangely the next call
works fine!

We think it may be load related but wanted to know if there were any
other reasons people are aware of...

View Replies View Related

Intermittent Database Error

I am getting an intermittent database error on my asp page. I am using Access 2003 with classic ASP. The error is this:

Microsoft JET Database Engine Error 80040e10
No value given for one or more required parameters
/subweb/search.asp, line 163

Line 163 is starred below:

With rs
.CursorLocation=3 'adUserClient
.ActiveConnection=cn
.source=sSql
.Open <-error here
End With

View Replies View Related

Intermittent Errors Occurs And Hangs The ASP-session

I have a problem with a win 2003 server Standard edition.
Sometimes when I'm working in my web application the session hangs
(but not the ASP-application). In the application log I find the
following error:

Event Type: Error
Event Source: COM+
Event Category: Unknown
Event ID: 4689
User: N/A

The run-time environment has detected an inconsistency in its internal
state. This indicates a potential instability in the process that
could be caused by the custom components running in the COM+
application, the components they make use of, or other factors. Error
in d:

tcomcomplussrccomsvcs hreadsstawork.cpp( 156), hr =
80010108:
Callback failure handled by IAsyncErrorNotify

I have installed the "Network DTC-Access" and started the "COM+ System
Application process". After i did this it worked a lot better,
unfortunately the problem still remains (however not in the same
extent)

The ASP-application is built in VB and uses four different dll-files
for things like uploading files etc.

When I run the application on a win 2000 server everything worked out
perfect.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved