Alfasith AX

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

Thursday, January 16, 2014

Dynamics AX 2012 R2 CU7 Installation error

Importance of CU7:
Only  15 minutes to CU7 compiler
Data Import/Export Framework in AX2012 R2 CU7
----------
While install CU7 on a CU6 environment, an error appears when the new models are being imported.
Error results in:
Error updating model database: Microsoft.Dynamics.Setup.AxSetupException: AxUtil call returned errors:The model contains a customization of a configuration key. The model cannot be imported because you can overlayer a configuration key from the patching layer only.

Both CU6 and CU7 use the same model name "Update for Foundation" with a different display name.("Foundation ([KB#])" with KB# equals to their respective KB number.) And as suggested in the error message configuration key changes in CU6 blocked the installation.

Uninstall the existing CU6 model first will allow the installation to proceed. However, please do note that this work around does NOT guarantee element ID consistency and is not suitable for production system. 


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,


SQL code to upate one Legal entity banner to all the legal entity in D365

 Hi, update companyimage set  companyimage.Image  = companyimageA.Image  from  ( select Image from companyimage where dataAreaid = 'USF...