Catastophic failure - Posted (3055 Views)
Starting Member
Alaundo
Posts: 22
22
HI

I am receiving the following error, which has rendered the forum unavailable for approx 36 hours. The web host are saying there is nothing they can do and it's down to the scripting.
Provider error '8000ffff'

Catastrophic failure

/inc_header.asp, line 134

Line 134 is the Open database command. They claim that there are too many open threads on the database and they have not been closed down properly. So now nothing else can connect.
I have checked the DB through PHPMyAdmin and all seems ok. I threw together a quick mysql_close($db_handle) scriipt but guess this wont help as it's not going to tie into a thread that it didnt open itself?
Please help sad
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
That is a server issue. It may be related to the specific driver they are using or to other stuff. You can try a different driver, by specifying a different connection string, but even if that works, it's bound to be a temporary solution.
Situations like this, can easily be solved by the host. If they don't help, I suggest that you consider getting a different one.
Posted
Starting Member
Alaundo
Posts: 22
22
Originally posted by ruirib
That is a server issue. It may be related to the specific driver they are using or to other stuff. You can try a different driver, by specifying a different connection string, but even if that works, it's bound to be a temporary solution.
Situations like this, can easily be solved by the host. If they don't help, I suggest that you consider getting a different one.

Thanks as always, ruirib. I'll feed this back to them. Is this possibly a change in MySQL version, or just a driver update?
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
This has nothing to with the MySQL version. MySQL drivers are not the best code that was ever created and such situations crop up sometimes.
Trying a different driver is something you can try, by changing the connection string, but that may solve this or not. If the host resets IIS, this will go away, at least for a while.
Posted
Starting Member
Alaundo
Posts: 22
22
Originally posted by ruirib
This has nothing to with the MySQL version. MySQL drivers are not the best code that was ever created and such situations crop up sometimes.
Trying a different driver is something you can try, by changing the connection string, but that may solve this or not. If the host resets IIS, this will go away, at least for a while.

Thanks. The host have written a brief script to check the connection to the database and claim there is no issue.
What other driver options can I attempt in the connection string? I thought we had leave that at the MySQL 3.5.1 driver regardless. This has been functioning fine for me for 10 years so i'm baffled as to what has occured. I've asked the Host if they have updated any drivers lately, but expect they will deny anything.
Thanks again.
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
The host refusal to acknowledge the issue is astounding. Been there and an IIS reset will solve the issue. You should also ask the host precisely that - how come it has worked for 10 years and now you claim this? And how come the site is not working and they can't do nothing about it?! What are you supposed to do?
There is a 5.1 version driver. Not sure if the host has it installed. Probably not. If not, you have to pressure them to solve the issue for you.
Posted
Starting Member
Alaundo
Posts: 22
22
Originally posted by ruirib
The host refusal to acknowledge the issue is astounding. Been there and an IIS reset will solve the issue. You should also ask the host precisely that - how come it has worked for 10 years and now you claim this? And how come the site is not working and they can't do nothing about it?! What are you supposed to do?
There is a 5.1 version driver. Not sure if the host has it installed. Probably not. If not, you have to pressure them to solve the issue for you.

Indeed, I'm extremely frustrated with the host, and it's not the first time. I've had downtime now for 5 days. As it's running on a shared server, they are refusing to do anything at all.

Last communication was to confirm that nothing has changed recently (obviously response). They are running MySQL 5.2.6....is the ok for current Snitz? Anything else i can check\confirm with them?

I will obviously move hosts after this, but just want to get the forum up and running sooner rather than later if i can sad
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
Any MySQL version greater than 3.something is good for Snitz. I wouldn't accept a 5 day outage in any circumstances and it's something they would solve in less than a minute.
Posted
Starting Member
Alaundo
Posts: 22
22
Originally posted by ruirib
Any MySQL version greater than 3.something is good for Snitz. I wouldn't accept a 5 day outage in any circumstances and it's something they would solve in less than a minute.

Might sound stupid, but would the issue be in that they are running v5+ of MySQL but my inc_header open string contains:

driver={MySQL ODBC 3.51 Driver};option=16387;server=mysql8..... etc

Should I set this driver in the string to be that of the version they stated?
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
No, the driver version and the MySQL version are completely different things.
Posted
Starting Member
Alaundo
Posts: 22
22
Originally posted by ruirib
No, the driver version and the MySQL version are completely different things.

Ah, i see. So i guess they stating the MySQL version and that it has not changed recently is a moot point, as they may have updated some drivers.
So there is really nothing at all I can do, client-side to solve this issue, as it doesn't appear that they are going to do anything at all to assist and claim there is no issue at all.
In fact, they state they can open the database without issue by a simple script they have written.
You Must enter a message