Tuesday 19 May 2015

DimensionDynamicAccountController object not initialized. Stack track.. \loadSegments(). - Ax 2012

Hello Guys..!
 
Error :

While opening journal lines, we experienced the following error message.
DimensionDynamicAccountController object not initialized.  Stack track.. \loadSegments().
 
Reason :
There appears to be a rare condition when opening some forms in AX 2012 R2 when the Client performance option of "Form pre-loading enabled" is checked.
 
Solution :
Go To System Administration ->Setup->system-> client performance options
uncheck form preloading
 
After doing this close and open(Restart) Ax application.
 
@Rahul Talasila

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...