How to install integration service on local machine

  1. Download NSSM to local server (example c:\nssm\ from url: https://nssm.cc/download
  2. Navigate to download folder from command prompt: cd c:\nssm\
  3. Install by command: nssm.exe install IncomingOracleService
  4. It will popup the NSSM service installer
  5. at Application Tab >> click ... at Path row, and select exe file from Incoming Oracle Service folder (example D:\IncomingOracle\IncomingOracle.exe)
  6. at Environment Tab >> Enter the value of env file path, eg: ENVIRONMENT=D:\IncomingOracle\.env 
  7. click install service button
  8. go to services.msc to start/stop the service
Back to blog