Upgrade the CrudeSync import service
- Last UpdatedAug 14, 2026
- 1 minute read
-
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.
-
Open an elevated privilege CMD or PowerShell prompt in the old CrudeSync Import Release folder (D:\Web\SpiralSuite\CrudeSyncImport\<PreviousCrudeSyncImportFolder>\Release).
-
Execute the following command:
.\CrudeSyncImport.exe Uninstall
-
Change the working folder to D:\Web\SpiralSuite\CrudeSyncImport\<NewCrudeSyncImportFolder>\Release.
-
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.