The exception message is quite clear IMHO. Your database allows 60 concurrent connections, and you have reached that limit, så the configuration is your problem.
The PageNotFound-module logs all 404 “errors”, so if you are getting alot of thatkind of traffic, that explains the cause.
Apparently you have a request limit on sql server azure. Best to increase that.. SEO Checker will make a request every minute to check if it needs to process items in the validation queue.
The request limit for the database has been reached
We recently have been getting a lot of this error and there's not much info why it's happening. We are at 2.0.
Hi,
The exception message is quite clear IMHO. Your database allows 60 concurrent connections, and you have reached that limit, så the configuration is your problem.
The PageNotFound-module logs all 404 “errors”, so if you are getting alot of thatkind of traffic, that explains the cause.
HTH Søren
Hi Von,
Apparently you have a request limit on sql server azure. Best to increase that.. SEO Checker will make a request every minute to check if it needs to process items in the validation queue.
Best,
Richard
is working on a reply...