Hi All
Today during a DB Sync compare at the end the follow error:
Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics
The code in error was on class SysSetupInstaller Method loadAllData on RunAs command.
After some investigation, I have found on Table USERINFO two records with ADMIN ID ( I have two Partitions ) where the first one had a wrong SID !
After update with the right SID, the Sync process finished with success.
See also AX2012 R2 : DB Sync – Failed to create a session
Enjoy !
Today during a DB Sync compare at the end the follow error:
Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics
The code in error was on class SysSetupInstaller Method loadAllData on RunAs command.
After some investigation, I have found on Table USERINFO two records with ADMIN ID ( I have two Partitions ) where the first one had a wrong SID !
After update with the right SID, the Sync process finished with success.
See also AX2012 R2 : DB Sync – Failed to create a session
Enjoy !