I am unable to install the reporting extensions. I keep getting the following error:
Action
Microsoft.Crm.Setup.SrsDataConnector.RemoveBindingRedirectForRdlHelper failed.
'executionTimeout' is an unexpected token. The expected token is '=' Line 47, position 19.
I get this error when I try to install,uninstall, or repair. The reports are never deployed. The log includes:
05:31:55| Error| Install exception.System.Exception: Action Microsoft.Crm.Setup.SrsDataConnector.AddBindingRedirectForRdlHelper failed. ---> System.Xml.XmlException: 'executionTimeout' is an unexpected token. The expected token is '='. Line 47, position 19.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Microsoft.Crm.Setup.SrsDataConnector.AddBindingRedirectForRdlHelper.AddRedirect(String configFile)
at Microsoft.Crm.Setup.SrsDataConnector.AddBindingRedirectForRdlHelper.Do(IDictionary parameters)
at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction action, IDictionary parameters, Boolean undo)
--- End of inner exception stack trace ---
I have tried several online tutorials to work through this problem, but they all assume the web.config is missing from the ReportManager folder, but that is not true here. I can't figure out where else to look.
*This post is locked for comments
I have the same question (0)