Hello, everybody!
I have a problem with second RS instance.
Getting the error:
1) Opened my .axc file with Visual Studio;
2) Created SSRS report, and add Dataset;
3) Then i was trying to add query to this Dataset, push browse (...) button and get next error:
--------------------------
Microsoft Visual Studio
---------------------------
Exception occurred on the metadata service on client or server. See exception details below:
>Could not connect to net.tcp://ax2012R3_Server:8202/DynamicsAx/Services/MetadataService. The connection attempt lasted for a time span of 00:00:01.0100153. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.0.10:8202.
---------------------------
The problem is that my AOS work on 2720 (8120 and 8220) ports.
Problem RS instance named "AX2012R3_20". Microsoft.Dynamics.AX.ReportConfiguration.axc file pointing to correct AOS (WCF rebuilds fine). I can deploy and use native SSRS reports without problems. I can save my report from the Visual Studio, and find it in correct AX application.
Account of the AX2012R3_20 reporting service are the same with the AX buisness connector - DAXRS20.
Port 8202 used by original connector configuration. So, for some reason Reporting Service uses the original port (configuration) when opening Querys window.
--
It will be cool if someone can help me :)
Thanks in advance!