Sunday 14 August 2011

Increase crm time out/timeout

http://support.microsoft.com/kb/918609

If this is from CRM 2011 Online to On-Premise then make sure your SQL box has enough RAM and CPU to handle import or publish.

Three areas you can increase:
1. Web Config timeout values
2. Registry timeout values
3. SQL Timeout values

The SQL timeout update script below will increase the timeout from the default of 30.

USE MSCRM_CONFIG
GO
UPDATE DeploymentProperties
SET IntColumn=9000
WHERE ColumnName='SqlCommandTimeout'

No comments:

Post a Comment