3005, ASP.NET 4.0.30319.0 - Preventing me from opening or creating queues. Or create a new queue in Microsoft Dynamics CRM. Event code: 3005 Event. Oct 06, 2014 The application log is literally flooded with event id 1309 event code 3005. It's also recommended to use Log Parser Tool from Microsoft Download.
Hi Sean You will need to find some more detailed error information about this issue I think. Check the Event Viewer on the CRM server for starters, you may also need to do a trace to find out what is going on. I'd set up a trace, recreate the error, then turn the trace off and review the results. See link below. CRM Diag Tool (for turning tracing on and off) - crmdiagtool2011.codeplex.com Trace Reader (for reviewing the results in a more readable manner) - crmtracereader.codeplex.com Regards Brad.
Have you ever had users complain about the CRM web application timing out on large operations? If so, you may want to check the ASP.Net timeout setting.
Event Id 1309 Event Code 3005
The reason for the warning is that the execution time required by CRM connecting with your remote SQL Server is exceeding the currently set ASP.NET request execution timeout value. By default, this value is initially set to 300 seconds. This may occur for example, when working with Large Marketing Lists of 150,000+ members. The event log entry may look something like the following Event code: 3001 Event message: The request has been aborted. Event time: 3:37:51 PM Event time (UTC): 11:37:51 PM Event ID: 624519856e0b4f83cf6f8b Event sequence: 302758 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT-1-01801167 Trust level: Full Application Virtual Path: / Application Path: c: inetpub wwwroot Machine name: ContosoCRMweb Process information: Process ID: 3656 Process name: w3wp.exe Account name: NT AUTHORITY NETWORK SERVICE Exception information: Exception type: HttpException Exception message: Request timed out. How to Modify the ASP.NET request execution timeout setting for Windows Server 2003 1. On the computer where Microsoft Dynamics CRM Server application is installed, start Internet Information Services (IIS) Manager.
Event Code 3005 Iis
Expand Web Sites, right click the Microsoft Dynamics CRM Web site, and then click Properties. On the Microsoft Dynamics CRM Web site properties page, click ASP.NET, and then click Edit Configuration. Click the Application tab, and then in the Request execution timeout box increase the number of seconds. Click OK two times and close IIS Manager.