Skip to content

WDCS/ERP Link Installation

WDCS Main Screen

  1. Unzip the compressed WDCS_Connector.zip folder
  2. Navigate to the Publish Folder
  3. Open the WdcsConnector.exe
    • This will open a browser windows at localhost:21905
  4. Follow the WDCS/ERP Link Interface Settings configuration.

Additionally, the WDCS/ERP Link Interface can run as a Windows Service.

To run as a service:

  1. Open Command Prompt(CMD)
  2. Copy and paste the following code: sc create wdcssync binPath= "[INSERT_HERE_YOUR_FILEPATH_TO]\WdcsConnector.exe --service" DisplayName= "WDCS/ERP Link Interface" start= auto
    • binPath="" is the file path where WdcsConnector.exe is located
    • --service is needed to be registered as a Service
    • DisplayName is the name that will appear at Services
    • start= can be set to auto or manual initialization
  3. Verify by browsing localhost:21905