Hello Group,
I am using the SDK 2015 for CRM Online 2015 v7.0 Metadata Diagram Generator to create entity mapping through Visio. I met all the prerequisites that the readme.doc suggests. I have built the solution in debug and release mode.
I am getting the same issue as forum below.
https://community.dynamics.com/crm/f/117/p/147252/331856
I run from debug in visual studio, or from command line directly and get same issue that the service times out. I have most key parts of error message below.
Essentially I need to know how to extend the time out, or understand what is causing this to not work. I have same time out issue over past couple weeks, different networks.
I wonder if this article has anything to do with it. Regarding building strong type code.
http://blogs.msdn.com/b/mbarbour/archive/2015/07/07/how-to-fix-building-a-strong-type-lib-for-crm-7-1-crm-2015-online-update-1-errors.aspx?CommentPosted=true#commentmessage
Error
Message: The request channel timed out while waiting for a reply after 00:01:59.9289479. Increase the imeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
... at Microsoft.Crm.Sdk.Samples.DiagramBuilder.Main(String[] args) in ...Documents\SDK\SampleCode\CS\Metadata\Diagram\DiagramBuilder.cs:line 193
Inner Fault: The HTTP request to 'https://*****.api.crm.dynamics.com/XRMServices/2011/Organization.svc' has exceeded the allotted timeout of 00:02:00. The time allotted to this operation may have been a portion of a longer timeout. Rendering complete. Press any key to continue.
Thank you for your help!