In this section you can find how to check, if the 515 (LPR) port is listening:

This may solve the problem "The OptimiDoc Service on Local Computer started and then stopped."

Open command prompt. Type: netstat -aon | find "515" .

This will show us if the port "515" is used by other service than OptimiDoc Service.

We can see that process ID (PID) 3424 is using port "515"

   


Now check what process is using port "515" in Services.


OptimiDoc service is working with port "515" so its necessary the service is connected to this port.


Other case

  • If the port "515" is connected to another Service. Stop that service and run OptimiDoc Service.