Link to home
Start Free TrialLog in
Avatar of rdracer58
rdracer58

asked on

CRM Dynamics and Extensions Installation Issue

I am trying to install the free Counter extension from http://www.crmextensions.com. In the Plugin Registration tool, it asks for the Discovery Server. Whenever I try to enter the address to our CRM system, I get the error message below.

What exactly is the Discovery Server? I am assuming it is part of the CRM system?


Unhandled Exception: System.Net.WebException: The request failed with HTTP status 404: Not Found.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at PluginRegistrationTool.CrmSdk.Discovery.CrmDiscoveryService.Execute(Request Request)
   at PluginRegistrationTool.CrmConnection.RetrieveOrganizations()
   at PluginRegistrationTool.ConnectionsForm.OpenConnection(CrmConnection con)
Avatar of gregowens
gregowens
Flag of United Kingdom of Great Britain and Northern Ireland image

It's effectively a feature of CRM v4.0 being a multi-tenancy environment. It is used to facilitate selection of the correct organization to which the webservice calls should be redirected.
The full URL to the discovery service is http://<servername:port>/mscrmservices/2007/AD/CrmDiscoveryService.asmx
I note that you are requesting the URl of the discovery server (not service) so I would expect you to use http://servername:port (e.g: http://crm:5555/)
Note the port numbers. What are you entering during the registration process?  How does that relate to the address you use to access CRM normally?
 
Avatar of rdracer58
rdracer58

ASKER

I have tried crm.inscopesolutions.com and http://crm:5555, both of which will allow access to the CRM system when entered as an address in IE 7, however, neither works as the address for the Discovery Server in the registration process. Both produce the same error message.
ASKER CERTIFIED SOLUTION
Avatar of gregowens
gregowens
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I tried using the following: http://crm:5555, crm:5555, http://localhost:5555, and localhost:5555, none of which worked. I also tried (and failed) using http://vwjetta:5555 and vwjetta:5555 as vwjetta is our server name.
I ended up trying a new version of the MS Plugin Registration Tool.
Not sure if I deserve your points there. Re-reading your question it seems to me like I didn't read your question properly. I'd assumed an issue in some screen registration screen for the Counter extension, not the good-old CRM Plugin Registration tool... There is certainly no need for the plugin reg tool to be on the server, as I'm sure you may be aware.
More importantly, glad to see you for the issue resolved one way or another.
Note to self: read the question *properly* next time...!