Tuesday, February 23, 2016

Microsoft Dynamics AX Client weird screen with MMANDBA and File Menu, AGE_LINK

suddenly I got my ax client screen with weird menus and it did not respond properly.
then I restarted the AOS but no help.
then I deleted all the auc files from C:\Users\<user name>local and then remove the Dynamics AX folders from C:\Users\axdevadmin\AppData\Local and C:\Users\axdevadmin\AppData\Local\Microsoft folder then restarted the server and then all worked fine.

hope this will help some...

Regards,
Yes.sudhanshu
 

Monday, February 15, 2016

Could not find a part of the path 'C:\Program Files\Microsoft Dynamics AX\60\SetupSupport\Sharepoint15.config' Dynamics AX 2012 R3 failed

while doing installation I got below error.
before that my team has installed only AOS and then uninstalled it.
by any chance he just removed the Dynamics AX folder from Program Files folder, but the setup files were listed in Programs list.
so I doubt it was cause of this and below error message was in log file.

2016-02-16 14:28:26Z      Setup could not find a required file in the source location '\SetupSupport\TraceProviderCrimson.man'.
 
2016-02-16 14:28:26Z      ******************************************************************************************************
2016-02-16 14:28:26Z      Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2016-02-16 14:28:26Z      Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2016-02-16 14:28:26Z      Common Property Install Path set to 'C:\Program Files\Microsoft Dynamics AX\60'.
2016-02-16 14:28:26Z      ******************************************************************************************************
 
2016-02-16 14:28:26Z      Could not find a part of the path 'C:\Program Files\Microsoft Dynamics AX\60\SetupSupport\Sharepoint15.config'.
 
2016-02-16 14:28:26Z      ******************************************************************************************************
2016-02-16 14:28:26Z      Exception: System.IO.DirectoryNotFoundException
 
2016-02-16 14:28:26Z      Message: Could not find a part of the path 'C:\Program Files\Microsoft Dynamics AX\60\SetupSupport\Sharepoint15.config'.
 
2016-02-16 14:28:26Z      FullText: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files\Microsoft Dynamics AX\60\SetupSupport\Sharepoint15.config'.
2016-02-16 14:28:26Z         at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
2016-02-16 14:28:26Z         at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
2016-02-16 14:28:26Z         at Microsoft.Dynamics.Setup.Support.EPSetupSupport.CopyAxSetupConfigurationFile(String srcFile, String configFileName, Boolean deleteOldFile)
2016-02-16 14:28:26Z         at Microsoft.Dynamics.Setup.Support.EPSetupSupport.ConfigureAxSetupForSharePointInstalled()
2016-02-16 14:28:26Z         at Microsoft.Dynamics.Setup.Driver.LaunchAxSetup()
2016-02-16 14:28:26Z         at Microsoft.Dynamics.Setup.S018InstallProgressInfo.PerformPostInstallActions()
2016-02-16 14:28:26Z         at Microsoft.Dynamics.Setup.S018InstallProgressInfo.s018Timer_Tick(Object sender, EventArgs e)
 
2016-02-16 14:28:26Z      ==== Setup encountered an unhandled exception and could not be completed. For details see the previous messages in the log. ===

 

then just uninstall the setup support files from program files list and then proceed with installation.
this time it should be ok.

Regards,
yes.sudhanshu

Tuesday, February 2, 2016

Microsoft RDS , change password for RDS users

while setting RDS for dynamics AX, I got one requirement for password policy, password should expire in 90 days and then users should be able to change the password by their own.

here is how.
1st you can the policy in AD as usual it happens for policy of 90 days.

then use RDS setting to allow users to change password.

in your RD Web server, open IIS and then Sites->Default Web Site->RDWeb->Pages , then on right side, open Application Settings
now change the value "PasswordChangeEnabled" to true, if it was false.

then only the user will be able to browse the page https://<URL.local>/RDWeb/Pages/en-US/password.aspx

you need to send the link in email before their password expires.
also you can set the link in login page by a minor change in the code, so that user can change password at any time.
the page look like below
 
hope this helps someone surely...
 
Regards,
Sudhanshu