Hello, I've installed an additional SQL Server 2008 Reporting Services following the steps stated at: http://technet.microsoft.com/en-us/library/hh389760.aspx
So, new instance, new axc file, config files of SSRS edited, etc.
I access the reports folder with no problem, but when I try to execute one of them (per example, SysCompanySize.Report, that is Analysis Services-independant), I always get the error:
- AX_CompanyName (rsReportParameterProcessingError)
I've checked the accounts of new SSRS instance, and i's ok, it runs under Ax Business Connector Proxy account.
I think the issue comes from Configuration file.
In the document of installing multiple SSRS instances, there's a step called "Create a new Microsoft Dynamics AX configuration [AX 2012]" (link: http://technet.microsoft.com/EN-US/library/hh389774). I've created a config file an put it in the bin folder of Report Server folder, naming it as "Microsoft.Dynamics.AX.ReportConfiguration.axc". But SSRS doesn't use it. I've renamed the file (so I was not loaded) or put several different Ax configurations in that file; SSRS always use the actual configuration used in Ax 2012 Configuration Utility.
If (always using Axapta Configuration Utility) I put Business Connector against original AOS, the report works; If I put Business Connector against new AOS, the error arises.
Any help? Thanks in advance!!
At this point, I must note that Analysis extensions, Reporting extensions and Business Connector were installed using the read-from-registry option. But, being those new instances, they should catch the new files... Am I right?