Hi Folks,
Please follow the below steps for how to restore the latest demo database for AX2012R2 CU7 patched. By the usual setups users will be struggling, once the database is restored then the AOS service will not be started because the database available in the partner source is packed with few other patches above the CU7.
Step 1:-
Use following script to update the user credentials:-
update [USERINFO]
set SID = 'Your SID', NETWORKDOMAIN = 'your.domain', NETWORKALIAS = 'Your user' where id = 'admin'
Step 2:-
Use following script to update the sqlsystemvariables
Because the CU7 demo database is packed with other kernel patches above the CU7
update SQLSystemVariables
set value = 5 where parm = 'SYSTIMEZONESVERSION'
Many Thanks,
Rudra
"Helping others without any expectation will always made the others to help you"