How To Manually Install Or Uninstall And Reinstall CRM Integration Engine
- Stop the CRM Integration Engine Service (Sage 100 ERP Integration Engine)
- Click the Start button, and then click Run
- In theOpen field, type cmd
- Right-click the exe (or Command Prompt) program and select Run as Administrator
- At the Administrator Command Prompt:
- On a 32-Bit Windows O/S server, type cd C:\Program Files\Common Files\Sage\Common Components
- On a 64-Bit Windows O/S server, type cd C:\Program Files (x86)\Common Files\Sage\Common Components
- Press ENTER
- If uninstalling the Integration Engine:
- Type IntegrationEngine -uninstall -port
- is the actual port number where the integration engine is running, for example: 8888
- Note:Skip this step if you are not uninstalling CRM integration engine
- Type IntegrationEngine -uninstall -port
- Press ENTER
- Type IntegrationEngine -install -port -dir “”
- is the actual port number where the integration engine will be running, for example: 8888
- is the actual path to the \MAS90\HOME folder in quotes, for example: “C:\Sage\Sage 100 Advanced ERP\MAS90\Home”
- Press ENTER
Restart the CRM Integration Engine Service