Hi Bipin,
[quote user="Bipin Kumar"]
HI,
Check below links wich might be helpful.
weblogs.asp.net/.../unable-to-validate-sql-server-reporting-services-report-server-installation-error-while-installing-srs-data-connector
dynamics365authority.com/.../unable-to-validate-sql-server-reporting-services-report-server-installation-error-while-installing-srs-data-connector
Please mark my answer verified if i were helpful
[/quote]
I've tried to do as the link said.
But could you please advise about the install-config.xml ?
as i couldn't find a xml that named install-config
In this path "C:\Install CRM 2011\Server\amd64\config"
i found this "install.xml" file (not "install-config.xml"), is that the right one to copy and edit ?
It only contains :
<releases>
<release version="5.0.9688.583" progress_range="100" location="5.0\configrelease.xml"/>
</releases>
and i added these below of the <release> tag :
<Patch update="true">C:\Install CRM 2011\Server\amd64\SrsDataConnector\SRS_ENU_amd64.MSP</Patch>
<reportserverurl>crm-vbox/.../reportserverurl>
And run the installation using cmd line, but i got an error.
as i saw in the log, it said :
11:35:28| Info| User: Administrator.
11:35:28| Info| Invoked with command line: SetupSrsDataConnector.exe /CONFIG "C:\Install CRM 2011\Server\amd64\SrsDataConnector\install.xml"
11:35:28| Info| Running C:\Install CRM 2011\Server\amd64\SrsDataConnector\SetupSrsDataConnector.exe
11:35:28| Info| Loading bootstrap library C:\Install CRM 2011\Server\amd64\SrsDataConnector\SrsDataConnectorSetup.dll
11:35:28| Info| Microsoft Dynamics CRM Reporting Extensions is not currently installed.
11:35:28| Info| Closing bootstrap library C:\Install CRM 2011\Server\amd64\SrsDataConnector\SrsDataConnectorSetup.dll
11:35:28| Info| Beginning to parse configuration file 'C:\Install CRM 2011\Server\amd64\SrsDataConnector\install.xml'
11:35:28| Error| Error parsing config file(HRESULT = 0xC00CE555) (configfileparse.h:CConfigFileParser::Parse:435).
11:35:28| Info| Clean up the BITS downloader.
Is that install.xml not the right one ? if yes, then which file should i use :(