Printing

JobPrintingReorganization

This code list defines the configuration of the PrintingReorganization job. The job deletes transactional data of the printing area.

  • Name: Defines the name of the PrintingReorganization job configuration. The PrintingReorganization job entry that has the name "parameter" is used as the default job configuration.
  • Active: Activates the job declaration. The Job Manager Service automatically creates a job instance for each active job declaration. You can define a job declaration on accounting entity level.
  • Job Trigger Type: Specifies the job type that triggers the scheduled job. By default, the job is a Cron job.
    • Cron Job: The job is started and controlled by a Cron expression.
    • Simple Job: The job runs once or runs permanently with a scheduled job frequency in milliseconds.
  • Scheduled Job Frequency: Defines the frequency for starting the job PrintingReorganization. If the job has been defined as a Cron job, the frequency is defined as a Cron expression to schedule the job. The default Cron expression is 0 0 0 31 12 ? 2099.
  • Job User: Defines the user of the printing area that is used to run the PrintingReorganization job. By default, the user is PRMSystemUser.
  • Repeat Count for Simple Trigger Jobs: Defines whether a job of type Simple Job runs permanently or only once:
    • -1: If the run interval is -1, the job is started automatically and runs permanently. For example, the job MessageImportFromEXS is of type Simple Job. The job is started automatically and runs permanently in contrast to a Cron job.
    • Greater than -1: If the run interval is greater than -1, the job can only be started manually and run once.
  • Delete Print Jobs Older than Days: Number of days for which print jobs should be kept, starting yesterday (default = 10).
  • Delete in One Transaction (Standard): Number of objects such as standard tables deleted in one transaction (default = 1000).
  • Delete in One Transaction (Big Data): Number of objects such as tables containing blobs of print jobs and print requests deleted in one transaction (default = 10).

JobPrintJobUpdater

This code list defines the configuration of the PrintJobUpdater job that updates the print jobs database periodically.

  • Name: Defines the name of the PrintJobUpdater job configuration. The PrintJobUpdater job entry that has the name "parameter" is used as the default job configuration.
  • Active: Activates the job declaration. The Job Manager Service automatically creates a job instance for each active job declaration. You can define a job declaration on accounting entity level.
  • Job Trigger Type: Specifies the job type that triggers the scheduled job. By default, the job is a Cron job.
    • Cron Job: The job is started and controlled by a Cron expression.
    • Simple Job: The job runs once or runs permanently with a scheduled job frequency in milliseconds.
  • Scheduled Job Frequency: Defines the Cron expression for the PrintJobUpdater job. The default Cron expression is 0/10 * * * * ?.
  • Repeat Count for Simple Trigger Jobs: Defines whether a job of type Simple Job runs permanently or only once:
    • -1: If the run interval is -1, the job is started automatically and runs permanently. For example, the job MessageImportFromEXS is of type Simple Job. The job is started automatically and runs permanently in contrast to a Cron job.
    • Greater than -1: If the run interval is greater than -1, the job can only be started manually and run once.
  • Job User: Defines the user that is used to run the PrintJobUpdater job. By default, the user is PRMSystemUser.
  • Number of Records to Fetch: Defines the number of records a job instance processes before it stops running. This option can improve the scalability of multiple instances of a job running in a cloud environment. Under increasing workload, the balancing of the workload among these job instances can be improved. With the default setting "0", a job instance continues to run until all records are processed.
  • Time Interval between Message Requests: Specifies the time interval in seconds between two message requests that are sent to the Amazon SQS queue to evaluate the print status returned from InterFormNG. The default time interval is 5 seconds.
  • Printing Feedback Timeout: Specifies the maximum time in seconds that a print request waits for the print status response. The default time-out is 3,600 seconds.

Printers

To support the reprinting of documents on a selected printer in the printing area, the code list Printers has been implemented. The code list contains the printers that you can select in the printing area. The default printer has the name DEFAULT. You can add new printers to the code list.

PrintJobProperties

This code list includes the property definitions for print jobs.

Note:  PrintJobProperties is a system code list that must not be changed.