473,480 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Provider error '8000ffff' Catastrophic failure

I got the following when opening up a page. It usually happens after I
modify one page(not connections.asp) without refresh in IE. I have to
refresh the IE browser and the error usually will go away. Why?
Thanks.
Provider error '8000ffff'
Catastrophic failure
/dmu/includes/connections.asp, line 14

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #1
12 37654
What's on line 14?

Ray at home

"eddie wang" <ew***@kmg.com> wrote in message
news:up**************@TK2MSFTNGP11.phx.gbl...
I got the following when opening up a page. It usually happens after I
modify one page(not connections.asp) without refresh in IE. I have to
refresh the IE browser and the error usually will go away. Why?
Thanks.
Provider error '8000ffff'
Catastrophic failure
/dmu/includes/connections.asp, line 14

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #2
-----Original Message-----
I got the following when opening up a page. It usually happens after Imodify one page(not connections.asp) without refresh in IE. I have torefresh the IE browser and the error usually will go away. Why?Thanks.
Provider error '8000ffff'
Catastrophic failure
/dmu/includes/connections.asp, line 14

*** Sent via Developersdex http://www.developersdex.com ***Don't just participate in USENET...get rewarded for it!
.

The only time I have ever seen this message is when I was
running an older version of MDAC. What version are you on?

http://www.aspfaq.com/show.asp?id=2057

Mike
Jul 19 '05 #3
Here is line 14 of connection.asp. Thanks.

conn.Open
application("connstr"),application("uname"),applic ation("passwd")

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #4
And what are the values of those app variables?

Response.Write application("connstr") & application("uname") &
application("passwd")

Ray at work

"eddie wang" <ew***@kmg.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Here is line 14 of connection.asp. Thanks.

conn.Open
application("connstr"),application("uname"),applic ation("passwd")

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #5
MDAC version is 2.52.6019.1

application("connstr") = "DSN=OGDW_MM"
application("uname") = "ogdwadmin"
application("passwd") = "dev08"

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #6
That DSN exists? My suggestions:

1. Install newer version of MDAC.
2. Drop the DSN and build a connection string using sample found at
www.connectionstring.com

Ray at work
"eddie wang" <ew***@kmg.com> wrote in message
news:ON**************@TK2MSFTNGP12.phx.gbl...
MDAC version is 2.52.6019.1

application("connstr") = "DSN=OGDW_MM"
application("uname") = "ogdwadmin"
application("passwd") = "dev08"

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #7
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:eF**************@TK2MSFTNGP12.phx.gbl...
That DSN exists? My suggestions:

1. Install newer version of MDAC.
2. Drop the DSN and build a connection string using sample found at
www.connectionstring.com


And maybe change your username/password now that you've posted them. :)

Regards,
Peter Foti
Jul 19 '05 #8
You truly believe the posted username and password to be real?

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #9
That DSN exists. The asp usually works with no problem. If there is a
change to one of the asp, then the error messaeg may come out. The
error message will go away if I refresh the IE Browser.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #10

HI Eddie.

Caould you get a solution to this problem. If yes cna you plesae share
the same with me at an**********@tcs.com
--
apiplani
------------------------------------------------------------------------
apiplani's Profile: http://www.msusenet.com/member.php?userid=3403
View this thread: http://www.msusenet.com/t-2940235

Jul 22 '05 #11
Article #2323 Why do I get 8000FFFF / 8002802B errors?
http://aspfaq.com/show.asp?id=2323

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"apiplani" <ap*************@no-mx.msusenet.com> wrote in message
news:ap*************@no-mx.msusenet.com...

HI Eddie.

Caould you get a solution to this problem. If yes cna you plesae share
the same with me at an**********@tcs.com
--
apiplani
------------------------------------------------------------------------
apiplani's Profile: http://www.msusenet.com/member.php?userid=3403
View this thread: http://www.msusenet.com/t-2940235

Jul 22 '05 #12
CAMIX
1 New Member
I'm gonna explain my case...

Our architecture:

Server: IIS 6.0
Oracle Client vesion 9.i that connects to our Databases:


Database1 under Unix Oracle 8.i ( !!!!!! Note the different version )
Database2 under Unix Oracle 9.i

Posible Providers to be chosen:
Provider=MSDAORA.1 ( Microsoft )
Provider=OraOLEDB.Oracle.1 ( Oracle )

After several frustated days with this problem (Catastrophic failure ) we've reached to the conclusion that

Connection String with Provider=MSDAORA.1 to Database1 --> Work without problems
Connection String with Provider=MSDAORA.1 to Database2 --> Work withput problems, but we can't wotk with stream Object to read XML Files stored in the database
Connection String with Provider=OraOLEDB.Oracle.1 to DataBase1 --> !!!! Catastrophic Failure !!! ( It works a time, but at the end it crush ) We need to restart IIS. ( Note here the different versions )
Connection String with Provider=OraOLEDB.Oracle.1 to DataBase2 --> It works normally, without problem.

So, after several frustated days we have find the solution changing the provider where proceed in order to have the same version. No more problems have appeared.
I hope this help all of you.. Think in any incompatibility of versions in your architecture if your architecture is not the same...
Bye,bye
Aug 10 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6098
by: MeAndI | last post by:
Hi, I've create a custom com object and I use it as follow: set test = Server.CreateObject(myObject.classID) ' --> all OK the istance of the object is correctly created retval =...
4
8087
by: J. Marshall Latham | last post by:
I have written an ASP.NET web app in C# that is trying to connect to a database using OleDb. I put code in a dll that uses another dll to create a connection object (and open it if requested) to...
5
2989
by: mattiassich | last post by:
The following code causes unhandled exception on the line: New ManagementObjectSearcher(query) Dim mos As System.Management.ManagementObjectSearcher Dim moc As...
2
8414
by: jdanoz | last post by:
Hello, i have a vb.net project with a reference to an ActiveX object (ocx). If i try to use the ocx from vb6 project (adding the reference) it works ok (using CreateObject). In vb.net, the...
2
2636
by: g.franzkowiak | last post by:
I'm trying to interface to an .ocx file. After successfully running makepy over it, the following is my problem: com_error: (-2147418113, 'catastrophic failure', None, None) I found on ...
5
4143
by: Tony M. | last post by:
I just want to share a discovery. I was using a sub routine to call itself, a recursive loop. In it I used ADO to process records, and I was getting a "Catastrophic Failure", almost always...
2
6239
by: Frav | last post by:
The Reps team have been experiencing that Access 2002 unexpectedly quits while working and also lots of Corruption Failures and "Record lock can not update" messages since the upgrade from...
1
15425
by: santoshsri | last post by:
Hello, While opening an excel worksheet having macros , I get Error "System Error &H8000FFFF Catastrophic failure". When I click on Ok button , I see another message box as Microsoft Visual...
1
10911
borisding
by: borisding | last post by:
Hi! there, Recently, my client's website, which is coded in ASP Classic has problem in sending email. The script is using Jmail for the email part. Here is the error message: "jmail.SMTPMail...
0
7054
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6918
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7057
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7102
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6756
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
3008
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3000
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1310
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
570
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.