Source Merge in AX 2012

1 Stop All the AOS
2 Take Backup Of Databases
3 Do the Sourcemerge
4 after Source merge Disable all the Users except admin and you
5 Start AOS in one Server
6 Start Syncronization
7 Full CIL Generation
8 Deploy the reports Once.

Start the AOSes

Sourcemerge Command
*******************

1. Open Command Prompt in Administrator Mode
2. Type the following and Enter
C:> CD C:\Program Files\Microsoft Dynamics AX\60\ManagementUtilities 

3. Then, type the following and Enter
C:\Program Files\Microsoft Dynamics AX\60\ManagementUtilities> axutil importstore /File:c:\SourceStore.axmodelstore /idconflict:overwrite

3. It will ask Continue (y/n) Press y.

It will start the sourcemerge



Reports Deploy
**************

1) Login to server
2) Go to Administrative Tools
3) Right click Microsoft Dynamics Management Shell
4) Click Run as Administrator
5) In the shell type
6) $reports = Get-AXReport -ReportName * ENTER
7) Once it is completed,type the following
8) Publish-AXReport -ReportName * -SkipSSRSAdminCheck ENTER
9) It will show some warning in yellow colour. Nothing to worry.
10) Once it is completed successfully. Your report is deployed.

Comments