Problems with job delivery via LPR

In some rare cases, problem with delivering job to MFD could occurs. We will describe options and its values that could help with this problem.

LPR job delivery

lprPrinterConnectionTimeout

  • configurable only locally in spooler.config

  • 30000 ms by default

  • Used as a timeout for sending one buffer to printer.

  • Prolonging this could help in locations with poor network.

  • Example: "lprPrinterConnectionTimeout":"60000"

lprPrinterConnectionLingerTimeout (SO_LINGER timeout)

  • configurable globally in Management interface and overridable locally in spooler.config

  • 0 s by default - it means that this feature is switched off.

  • Timer defines timeout for sending data at the end of the communication. System in rare cases give just small amount of time to socket for delivering all remaining data before closing connection.

  • Setting this to 30 seconds will ensure that whole job is delivered in locations with poor network. This setting is recommended to set when end of the job is missing during print.

  • Example: configure it in Management or locally: "lprPrinterConnectionLingerTimeout":"30"