472,135 Members | 1,183 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,135 software developers and data experts.

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 37232
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
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 discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by J. Marshall Latham | last post: by
2 posts views Thread by g.franzkowiak | last post: by

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.