Saturday 2 January 2016

AX 2012 - A call to the Microsoft Dynamics AX SRSFramework Service failed.

SSRS Report Deployment in AX 2012 - A call to the Microsoft Dynamics AX SRSFramework Service failed.


When i was working on my AX 2012 production server configuration and try to publish the reports using the Microsoft Dynamics AX 2012 Management Shell using the following command

Publish-AXReport -ReportName *

Publishing the reports are failed and following error was thrown.

"A call to the Microsoft Dynamics AX SRSFramework Service service failed."



Solution:

To resolve the issue, perform the following steps 

  1. Stop the AOS Services(dynamics AX application service) in Application Server and Reporting server services in DB Server or separate reporting server.
  2. Go to the Following path:  C:/Users/UserName/AppData/Local
  3. Take the Backup all AUC extension files from the local folder and delete these files from Local folder


    4.  Start the Reporting Server services and AOS Services
    5.  Now try to deploy the reports from powershell

Thats it!! now you can deploy the reports successfully...

1 comment: