Fantastic! Thanks Nikolaos, That cleared up things for me. Now I'm running into a different Issue.
Here's how my services are setup:
Server112: AX Client and AOS
Server107: DatabaseServer
Server136: ReportingServices+AX Reporting Services Extension
I copied the AX client configuration into SRS folder on Server107 as explained in the Step2 Link of your answer.
Now:
1. I am able to deploy reports from AOT on 112.
2. When I try to deploy report from 112 using Dynamics AX 2012 PowerShell:
It deploys to a different report server. (To a report server where this setup was cloned from, it's a test server)
3. When I try to deploy report from 136 using Dynamics AX 2012 PowerShell:
It throws this error below:
PS C:\Windows\system32> Publish-AXReport -ReportName VendBalanceList
Deploying reports and related artifacts.
WARNING: The default Report Server Configuration ID could not be found in the
SRSServers table.
Publish-AXReport : Make sure that Microsoft Dynamics AX Business Intelligence
Components are installed on the SQL Server Reporting machine and verify that
SQL Server Reporting Services is configured correctly matching the report
server configuration in the Microsoft Dynamics AX client.
At line:1 char:1
+ Publish-AXReport -ReportName VendBalanceList
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotInstalled: (:) [Publish-AXReport], InvalidOpe
rationException
+ FullyQualifiedErrorId : Make sure that Microsoft Dynamics AX Business In
telligence Components are installed on the SQL Server Reporting machine an
d verify that SQL Server Reporting Services is configured correctly matchi
ng the report server configuration in the Microsoft Dynamics AX client.,Mi
crosoft.Dynamics.AX.Framework.Management.Reports.PublishReportCommand
Deployment completed.
Thanks.