Alfasith AX

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

Sunday, February 16, 2014

Error :An X++ exception has occurred - when running the EP website

Hi,

Microsoft Dynamics AX allows only one Enterprise Portal site per legal entity / company. Check the company you are logged on to does not already have a registered EP site (Administration > Setup > Internet > Enterprise Portal > Web sites).

Regards

Error message: "No .NET Business Connector session found"

Hi,

This error is not meant that to increase the session time out span its because of the user list not having previlage to access.
The .NET Business Connector is not configured correctly for the IIS and SharePoint Windows groups.
For the procedure to add the Business Connector to the appropriate group

Regards,

Get a table ID in SQL - D365

Hi select ID from SysTableIdView where  SysTableIdView .Name = 'CustTable' Regards,