Sebastian Leupold wrote
WHich kind of SQL Server do you use? MSDE has a limited number of connections, other databases may need to be reconfigured to increase the number of connections available.
Thanks for your reply Sebastian.
I didn't install our DNN instance but I believe it will be MSDE as it was installed as part of the DNN installation process apparently - does that make sense?
Regarding the connection limit on MSDE, I was under the same impression but I found this MSDN article stating that isn't the case and that on 5 concurrent *operations* the Workload Manager introduces a slight performance penalty:
http://blogs.msdn.com/euanga/archive/2006/03/09/545576.aspx
There is an old post on these forums about this issue that Will replied to. As with other (not DNN-related) resources I've found, he thinks it is a sign of a coding error, which made me think a faulty module might be at fault?
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/114/threadid/190132/scope/posts/Default.aspx
We have disabled the DNN Scheduler and *so far* the problem has not reocurred. Clearly this is not a real fix.
This may be unrelated, but we are also seeing the following error in the Windows Application Event Log:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 12/18/2008 2:48:48 PM
Event time (UTC): 12/18/2008 2:48:48 PM
Event ID: 3d010d2785f6433d90dba2768dfb8c04
Event sequence: 442
Event occurrence: 56
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1211025146/Root-1-128740717005295000
Trust level: Full
Application Virtual Path: /
Application Path: C:\dnnroot\
Machine name: CANTARUS-2
Process information:
Process ID: 3552
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: HttpException
Exception message: Path '/desktopmodules/Map/Sources/Standard.Data.ascx' is forbidden.
Request information:
Request URL: http://www.hertsurgentcare.com/desktopmodules/Map/Sources/Standard.Data.ascx
Request path: /desktopmodules/Map/Sources/Standard.Data.ascx
User host address: 66.249.66.244
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.HttpForbiddenHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Any help much appreciated.
Regards,
roadie.