Running synchronization using the Synchronization Console
Routing.Framework.Sdk solution allows to run AX synchronization outside of Sitecore in the console.
Get Routing.Framework.Sdk.<build number>.zip
from the SDK folder.
Unzip the
Routing.Framework.SDK.<buildnumber>
file, and follow the instructions in the Readme to fix the missing .dll references needed to build the SDK.Change
App.config
to point to point to your storefront Host name, and to specify Sitecore administrator credentials.<appSettings> <add key="Host" value="ax.reference.storefront.com" /> <add key="UserName" value="sitecore\admin" /> <add key="Password" value="b" /> <add key="SitecoreDatabase" value="master" /> </appSettings >
Click F5 to run the synchronization tool. The results of synchronization will be listed in the Request History Sitecore item.
The Tool will run full or incremental synchronization based on the Sitecore settings. For more information on Sitecore settings, see Types of synchronization.