viernes, 13 de septiembre de 2013

CRM 4.0 - Añadir el timeout en dynamics


Aumentar el timeout CRM


1) En el web.config

</configSections>
  <system.web>
    <httpRuntime executionTimeout="3000" maxRequestLength="8192" />
    <httpModules>


2) En el registro de windows añadiendo dos nuevas entradas: OLEDBTimeout y ExtendedTimeout


 Add the OLEDBTimeout and the ExtendedTimeout registry subkeys to increase the time-out values  
            1. Click Start, click Run, type regedit , and then click OK. 
           2. Locate the following registry subkey: 
           HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM   
           3. Right-click MSCRM, point to New, and then click DWORD Value to create a new DWORD value. 
           4.  Rename the DWORD value to the following value: 
           OLEDBTimeout 
           
           5. Right-click the DWORD value, and then click Modify. 
           6. In the Edit DWORD Value dialog box, type 86400 in the Value data box, click Decimal in the Base option, and then click OK.   
            Note: According to the requirement of the computer that is running SQL server and the number of customization files, the value can be larger than  86400. The value of 86400 is equivalent to 24 hours.   
           7. Right-click MSCRM, point to New, and then click DWORD Value to create a new DWORD value. 
           8. Rename the DWORD value to the following value: 
           ExtendedTimeout   
           9. Right-click the DWORD value, and then click Modify. 
           10. In the Edit DWORD Value dialog box, type 1000000 in the Value data box, and then click OK

No hay comentarios:

Publicar un comentario