Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Unified Supply Chain

Upgrade the CrudeSync import service

  • Last UpdatedAug 14, 2026
  • 1 minute read
  1. Copy the appSettings.Production.json file from the previous CrudeSync Import installation into the new CrudeSync Import Release folder (D:\Web\SpiralSuite\CrudeSyncImport\<NewCrudeSyncImportFolder>\Release). Make updates if needed. If your previous installation does not include this file, create a new one as described in Set up the CrudeSync import service.

  2. Open an elevated privilege CMD or PowerShell prompt in the old CrudeSync Import Release folder (D:\Web\SpiralSuite\CrudeSyncImport\<PreviousCrudeSyncImportFolder>\Release).

  3. Execute the following command:

    .\CrudeSyncImport.exe Uninstall

  4. Change the working folder to D:\Web\SpiralSuite\CrudeSyncImport\<NewCrudeSyncImportFolder>\Release.

  5. Execute the following commands:

    .\CrudeSyncImport.exe Install /Account=NetworkService

    sc.exe failure "SpiralCrudeSyncImport" reset=86400 actions=restart/1000/restart/1000

    sc.exe start "SpiralCrudeSyncImport"

    Beware of line breaks in the printed version of this document: the above are three commands, each on a single line.

Related Links