Saturday 2 January 2016

AX 2012 SSRS - Unable to find appropriate service endpoint information in the configuration object

AX 2012 – Reporting Services Extensions rollback - Unable to find appropriate service endpoint information in the configuration object

When I am trying to install the Dynamics AX Reporting Services Extension on the SQL server reporting server, installation is getting rollback due to the error.  I continuously found following error message in log files. 

Error: Unable to find appropriate service endpoint information in the configuration object.

Solution:

SQL Server reporting services communicate with dynamics AX through WCF Services. When I open the application integration framework in Dynamics AX -> System Administrator -> Setup -> Service and Application integration framework -> inbound ports ->BIservices are deactivated. So, I have followed the following steps to resolve it.




Activated the BIServices as shown in the below below mentioned  screenshot.
Then, Open the AX Client Configuration in the Reporting services server and Refresh the business connector configuration.


That’s It!!!

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...