Reputation: 2598
While creating a new organization via Deployment Manager, I am facing the following error:
Action Microsoft.Crm.Tools.Admin.ImportDefaultDataAction failed. Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and respond; Or it could have timed out while attempting to create multiple active connections. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=105; handshake=13532; [Login] initialization=0; authentication=1; [Post-Login] complete=136426; The wait operation timed out
I tried google, but failed to find any solution with this specific error while creating an organization.
My (Test) Environment
Upvotes: 2
Views: 2239
Reputation: 2598
Sorry for replying too late.
It was a performance issue and got resolved by upgrading
VMware Workstation settings:
Also apply VMware performance tweaks if required:
Top 10 VMware Performance Tweaks
Upvotes: 0
Reputation: 8395
Have you tried modifying the ExtendedTimeout property? You may want to modify the OLEDBTimeout as described in the article, but it sounds like your problem is with the ExtendedTimeout setting.
I also agree this may be a server resource issue. You may want to get this working on a higher spec machine before using a low performing VM.
Upvotes: 2