Alfasith AX

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

Tuesday, October 22, 2013

Unable to find appropriate service endpoint information in the configuration object + An error occurred during setup of Reporting Services extensions.

Error:  "An occurred during setup of Reporting Services extensions. Reason: Unable to find appropriate service endpoint information in the configuration object"

Reason: BIServices port is not deployed.
Resolution:
ü  Activate inbound ports BIServices (System Administration > Setup > Services and AIF > Inbound ports)
ü  Delete the WCFCONFIG entry in registry under the Dynamics AX current user hive key (HKEY_CURRENT_USER\Software\Microsoft\Dynamics\6.0\Configuration\Orig)
ü  Restart the box
ü  Try installation again.  If fails then continue with
ü  Make the BC proxy user a local admin on the SRS box.
ü  Redeploy BIServices services: AOT > ServiceGroups > Right Click BIServices and deploy.
Environment Details - Dynamics AX 2012 R2

Explanation: Reporting services Extension is a service that occupies a port in Dynamics AX 2012. Whenever you use Reporting services extension you need to activate a port BIServices

Steps for Registry:

1.     Click Start, and then click Run.
2.     In the Open box, type cmd and then press ENTER.
3.     In the Open box, type regedit and then press ENTER.
4.  Locate the following subkey in the registry: 
         HKEY_CURRENT_USER\Software\Microsoft\Dynamics\6.0\Configuration\Orig
    5.  Delete the file "WCFCONFIG" file


No comments:

Post a Comment

How find size of recordsortedlist in D365/AX 2012

Hi, This is the continuity of the previous article where we are now getting the size of recordsortedlist . if(recordsortedlist.len() >1) ...