Prevent jobs being released from a Standard Release Station when a printer is in error
This feature is available using SNMPv1/v2c only.
-
For more information about blocking the release of jobs to a device in error from a device Print Release screen, see Prevent jobs being released from an MFD Release Station when a device is in error .
-
For more information about blocking the release of jobs to a printer in error from a web-based Release Station, see Prevent jobs being released from a web-based Release Station when a printer is in error.
-
You cannot block jobs from being released from a Fast ReleaseFast Release is a print release (Secure/Find-Me Printing) solution that uses off-the-shelf card readers available from multiple manufacturers. A Fast Release terminal is connected to the network (not the printer) allowing it to be used with any printer. A USB card reader is connected to the the Fast Release terminal and users use their proximity card to authenticate. PaperCut releases the users held print jobs to the printer assosiated with the Fast Release terminal. terminal.
To block the release of jobs from a Standard Release Station when a printer is in error:
-
Step 2: Copy the block release on printer setting to each Standard Release Station.
-
Step 3: (Optional) Change the default printer errors that will hold released print jobs.
Step 1: Update the Release Station configuration file
-
On the Application ServerAn Application Server is the primary server program responsible for providing the PaperCut user interface, storing data, and providing services to users. PaperCut uses the Application Server to manage user and account information, manage printers, calculate print costs, provide a web browser interface to administrators and end users, and much more., open the following file in a text editor:
/<install folder>/release/config.properties
-
Locate the following text:
##block-release-on-printer-error
##
##When enabled, the print job will not be released if the printer is in error. A message will be displayed in the
##interface stating that the job has not been released, and what action is required to fix the printer error.
##Options: Y/N
##Default: N
##
block-release-on-printer-error=N
-
Change the value for block-release-on-printer-error to Y; then save the file.
Step 2: Copy the block release on printer setting to each Standard Release Station
-
Copy the following block of text from the config.properties file.
##block-release-on-printer-error
##
##When enabled, the print job will not be released if the printer is in error. A message will be displayed in the
##interface stating that the job has not been released, and what action is required to fix the printer error.
##Options: Y/N
##Default: N
##
block-release-on-printer-error=Y
-
Paste the text into the config.properties file on each Standard Release Station; then save the file.
-
Restart the Release Station.
Step 3: (Optional) Change the default printer errors that will hold released print jobs
PaperCut NG/MF gives you the flexibility to roll out the prevention of job release to printers in error in a manner that suits your unique requirements. For example, if there is always a supply of paper next to the printers, you might not want to block the release of jobs when a printer is out of paper.
By default, the following reported printer errors will block the release of jobs:
-
PAPER_JAM
-
PAPER_OUT
-
PAPER_PROBLEM
-
OUTPUT_BIN_FULL
-
NOT_AVAILABLE
-
OUT_OF_MEMORY
-
OFFLINE
-
DOOR_OPEN
-
USER_INTERVENTION
We recommend using the default list of errors, but if you need to exclude any of these errors or add any additional errors, follow the steps below.
The selected printer errors apply to all printers. You cannot select the errors on a per printer basis.
-
Click the Options tab. The General page is displayed.
-
In the Actions menu, click Config editor (advanced).
The Config EditorThe Config Editor stores information used by PaperCut to configure advanced options and functions. This information is stored in config keys, which are editable by an administrator. page is displayed.
-
In Quick find, enter release-station.block-release-on-printer-error.error-list. The default value is DEFAULT, which includes all of the errors listed above. You can customize this list by either adding extra error types, or removing some of the default error types.by copying the list and then removing individual errors.
-
In Value:
-
Paste the following full list of error types:
PAPER_JAM, PAPER_OUT, PAPER_PROBLEM, OUTPUT_BIN_FULL, NOT_AVAILABLE, OUT_OF_MEMORY, OFFLINE, DOOR_OPEN, USER_INTERVENTION, ERROR, UNKNOWN,NO_TONER
-
Delete any error types you do not want to use.
-
-
Click Update.
If you have hardware page countHardware page counts allow PaperCut to determine the actual number of pages printed rather than just the page count from the spool file. The hardware page count is used when jobs do not print completely, for example, the print job is canceled. These checks are performed at the hardware-level by communicating with the printer via SNMP (Simple Network Management Protocol). validation enabled, you must ensure the list of printer errors specified for release-station.block-release-on-printer-error.error-list does NOT include any errors excluded for hardware page count validation. For more information, see Block release of print jobs to printers in error with hardware check.
To reset the printer errors to the default list
-
Click the Options tab. The General page is displayed.
-
In the Actions menu, click Config editor (advanced).
The Config Editor page is displayed.
-
In Quick find, enter release-station.block-release-on-printer-error.error-list.
-
In Value, enter DEFAULT.
-
Click Update.
-
Release a test print job to a printer in error to check if there were no copy and paste mistakes.