Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا

Wednesday, June 11, 2014

Error: 'The default Report Server Configuration ID could not be found in the SRSServers table.' in Dynamic AX

Hi,

Error: 'The default Report Server Configuration ID could not be found in the SRSServers table.'

Solution:
1. Config reporting service.
System administration> Setup> Business intelligence> Reporting services> Report servers>

change server name to <YourServerName>(here SystemName) as well as ensure that your Report Manager URL, Web service URL and Application Object Server information reflect this server as highlighted on the screenshot.
Then validate it as well make it default configuration

2. Deploy all the reports.
AOT> SSRS reports> Reports> find your report> right click> Deploy element
Then it works good.
Regards,


1 comment:

SQL code to upate one Legal entity banner to all the legal entity in D365

 Hi, update companyimage set  companyimage.Image  = companyimageA.Image  from  ( select Image from companyimage where dataAreaid = 'USF...