Microsoft.Crm.Setup.SrsDataConector.RegisterServerAction 操作失败 Requested value 'Geo' was not found 的解决方法

error installing ssrs data connector on sql server for dynamics crm 2011

I think the post title says it all really.

After a few days of CRM errors - the result of trying to install MS Dynamics CRM 2011 RollUp 6, 10v2 & 11, then uninstalling 11 to roll back to 10v2 - we finally got the CRM operational again. The issue, in case you were wondering was an ASP DLL file that was out dated, didnt get updated and threw a wrench in the works.

Anyway, we are past that now and ready to focus on reapplying the updates. However the problem was, as the post title says, that the Data Connector would not install.

CRM SSRS Data Connector Installer Error: Action Microsoft.Crm.Setup.SrsDataConnector.RegisterServeAction Failed. Requested value 'Geo' was not found

CRM SSRS Data Connector Installer Error: Action Microsoft.Crm.Setup.SrsDataConnector.RegisterServeAction Failed. Requested value 'Geo' was not found

The solution, was found over here:  http://social.microsoft.com/Forums/en-US/crm/thread/011c34dd-7d44-4e91-8ec7-d3831835458f and I thank them for documenting it.

In summary, the Data Connector had essentially become an orphaned version. So the solution was, after receiving the error, to install the RollUp patches for SSRS Data Connector, then try reinstalling the SSRS DataConnector.

For Clarification, the steps taken were:

  1. Install SrsDataConnector -> Error -> Click "cancel"
  2. Install UR6 for SrsDataConnector 
  3. Install UR10v2 for SrsDataConnector
  4. GoTo "C:Program FilesMicrosoft Dynamics CRM Reporting Extensions" (or whatever your install location is)
  5. Start "SetupSrsDataConnector.exe", select "Repair" this time.

(Note: my list is slightly modified from the one in the link above)

Once completed, SSRS was good to go.

转载:http://thetindog.com/technotes/2012/11/1/error-installing-ssrs-data-connector-on-sql-server-for-dynamics-crm-2011

原文地址:https://www.cnblogs.com/allenhua/p/3558627.html