Alfasith AX

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

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,


3 comments:

  1. Marvelous! your blog is outstanding, it really contains rich content which is helpful in microsoft dynamics ax. If you are interested in Microsoft Dynamics Ax Jobs in USA, then please follow the link above.

    ReplyDelete

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