Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا
Showing posts with label Admin - installation. Show all posts
Showing posts with label Admin - installation. Show all posts

Tuesday, January 14, 2014

"A call to the Microsoft Dynamics AX SRSFrameworkService service failed. There was no endpoint listening at net.tcp://############/DynamicsAx/Services/BIServices that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.."

 Hi,
Error is

"A call to the Microsoft Dynamics AX SRSFrameworkService service failed.
There was no endpoint listening at net.tcp://############/DynamicsAx/Services/BIServices that could accept the message.
This is often caused by an incorrect address or SOAP action.
See InnerException, if present, for more details.."


Go System administration > Setup > Services & Application Integration Framework > Inbound ports.

Select BIServices port, Activate same. 

//Some time you will get this below error for that.


For that please follow below.
Goto AOT >> Service Groups >> BI Services, double check it has two services
Also check both services has the underline service operations:

If everything is correct then U can right click on BIServices service group and say Deploy Element.  


Regards,


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