Kofax Communication Server 10.3.0 Owner's manual

Category
Multifunctionals
Type
Owner's manual
Kofax Communication Server
IP Printer Manual
Version: 10.3.0
Date: 2019-12-13
Legal Notice
©
2019 Kofax. All rights reserved.
Kofax is a trademark of Kofax, Inc., registered in the U.S. and/or other countries. All other trademarks
are the property of their respective owners. No part of this publication may be reproduced, stored, or
transmitted in any form without the prior written permission of Kofax.
2
Table of Contents
Chapter 1: Preface...................................................................................................................................... 5
Chapter 2: Installation................................................................................................................................ 6
Installation of IP Printer Module Updates........................................................................................ 12
TCOSS User Profile......................................................................................................................... 13
License..............................................................................................................................................14
Chapter 3: Print Options.......................................................................................................................... 15
How to Specify Options....................................................................................................................15
Option Defaults................................................................................................................................. 16
Document Options............................................................................................................................ 16
Page Options.................................................................................................................................... 17
Print Options for Windows Print API................................................................................................19
Auto-Scale Feature...........................................................................................................................21
Print Cover........................................................................................................................................21
Footer Line Cover Variables.............................................................................................................23
Exits.................................................................................................................................................. 24
Notification Printing...........................................................................................................................25
Chapter 4: Operation................................................................................................................................ 26
Poll Interval....................................................................................................................................... 26
Print Response................................................................................................................................. 26
About IPP Printer Addressing.......................................................................................................... 26
Secure printing with IPP........................................................................................................27
Print Failure...................................................................................................................................... 29
Timeouts for IPP and Port 9100 Protocol............................................................................. 29
Print Retries...................................................................................................................................... 29
Timeout Supervision of Print Retries.....................................................................................30
“Possible Duplicate” Message Flag.......................................................................................31
Chapter 5: Performance........................................................................................................................... 32
Process Priority.................................................................................................................................32
Chapter 6: Tips for Specific Printer Models...........................................................................................33
Canon................................................................................................................................................33
IPP Support............................................................................................................................33
Paper Source Selection.........................................................................................................33
HP..................................................................................................................................................... 34
Paper Source Selection.........................................................................................................34
3
Kofax Communication Server IP Printer Manual
Output Bin Selection..............................................................................................................34
Lexmark............................................................................................................................................ 35
Paper Source Selection.........................................................................................................35
Output Bin Selection..............................................................................................................35
Ricoh................................................................................................................................................. 36
IPP Support............................................................................................................................36
Sharp.................................................................................................................................................36
Paper Source Selection.........................................................................................................36
DEVELOP......................................................................................................................................... 37
IPP Support............................................................................................................................37
MFP Cost Center Support.....................................................................................................37
Chapter 7: Troubleshooting..................................................................................................................... 39
Test TCOSS......................................................................................................................................40
Test Printing...................................................................................................................................... 41
Windows Printers..............................................................................................................................42
IPP Test Client..................................................................................................................................43
Print to File....................................................................................................................................... 44
KCS Monitor..................................................................................................................................... 44
Traces............................................................................................................................................... 44
Chapter 8: Compatibility...........................................................................................................................46
Removed ippChannelDefault option.................................................................................................46
Chapter 9: Restrictions.............................................................................................................................47
Chapter 10: TC/LANPRT Replacement................................................................................................... 48
Restrictions....................................................................................................................................... 48
TC/LANPRT Feature Replacement..................................................................................................48
Mask.......................................................................................................................................48
Send Switches....................................................................................................................... 50
TC/LANPRT Commands........................................................................................................50
Font Size of Footer Line....................................................................................................... 51
Example............................................................................................................................................ 51
TC/LANPRT Configuration.....................................................................................................51
IP Printer Configuration......................................................................................................... 53
Chapter 11: Appendix............................................................................................................................... 56
HTTP Status Codes......................................................................................................................... 56
Socket Error Codes..........................................................................................................................57
Units of Measurement...................................................................................................................... 57
Windows Event Log IDs...................................................................................................................57
4
Chapter 1
Preface
The IP Printer is an application which logs in to a TCOSS server, takes messages out of a queue and
prints them.
A cover sheet may be added to the document for printing. Message and cover sheet are printed as image,
the optional footer line is printed as text.
There are four options how the print data is transported to the printer:
Internet Printing Protocol
Port 9100 Protocol
File share
Windows GDI print API
With the first three transport options, print data is sent in PCL5 format (HP printer control language).
The IP Printer operates in a way similar to a TC/Link. It uses a client/server channel and TCSI to access
TCOSS. It does not require any special “printer channel” to be configured in TCOSS.
5
Chapter 2
Installation
The IP Printer is installed as part of Kofax Communication Server:
6
Kofax Communication Server IP Printer Manual
1. Check the “IP Printer (Group)” options and click the “Select” button to get the window where specific
instances can be selected.
7
Kofax Communication Server IP Printer Manual
2. Select IpPrinter if you want a single instance. For two instances, you can select IpPrinter and
IpPrinter 01. It is also possible to choose IpPrinter 01 and IpPrinter 02 or any other combination of
instances.
The IP Printer application is supervised by TCSRV. There are the usual TCSRV options, and if left
blank, the IP Printer is started under the system account. If a Windows user is specified, it needs the
right “Log on as a service” and must be a member of the local Administrators group.
3. Next in the installation process, the IP Printer configuration is started. To enter this configuration
window if the IP Printer is already installed, run Configure.bat from the C:\Topcall\IpPrinter
8
Kofax Communication Server IP Printer Manual
\xx directory (xx = instance: 00, 01, etc.) or use the shortcut in theStart > Kofax Communication
Server menu. Remote configuration is not supported.
Only the first three input fields (marked with a red asterisk) are mandatory. They define the TCOSS
server and the queue polled on this server. A user profile with the same name and password has to
be set up in TCOSS (see TCOSS User Profile).
The “TcPriorityChange” check box allows to reduce the priority of print jobs that fail to print on the first
attempt, e.g. because the printer is out-of-order. If checked the priority is reduced once, by one step,
from “High” to “Normal”, or from “Normal” to “Low”, for all print retries.
The “retryDelay” value can be used to overrule the default retry delay configured in the TCOSS
activation channel. It can be used in two ways: as a direct replacement of ATAMCONFACTC line 13
(relying on the TCOSS formula to calculate the retry delay) or to specify the retry delay in seconds.
Values 1 - 36 correspond to configuration values ‘1’ - ’T’ in line 13
9
Kofax Communication Server IP Printer Manual
Values >= 1000 delay in seconds, calculated as specified value minus 1000
Examples:
retryDelay Minimum delay between send attempts
0 Select retry delay according to line 13 in +TECH/ATAMCONFACTC
1 TAMCONF line 13 = ‘1’ (0 - 7 minutes)
9 TAMCONF line 13 = ‘9’ (1 - 64 minutes)
18 TAMCONF line 13 = ‘B’ (2 - 128 minutes)
1600 10 minutes
Values retryPattern2 and retryPattern4 may be used to define the new send status table which is
otherwise taken from line 44 and 46 of file ATAMCONFACTC. They have the form of a bit field of 9
bits where each bit stands for a character in the configuration line string. Bit 0 set stands for ‘0’ on
position 9 in the configuration string, bit 1 set for ‘1’ on position 8, bit 2 set for ‘2’ on position 7 and so
on. If a bit is not set it stands for ‘-‘.
Examples:
Configuration string Binary value retry pattern Decimal / configured retry
pattern value
87654321- 111111110 510
-------1- 000000010 2
-------10 000000011 3
--------0 000000001 1
If the flag “EndlessRetries” is checked, all retries are restarted with the first send attempt (of the
first alternative number) after all send attempts (of the last alternative number) failed. This option is
10
Kofax Communication Server IP Printer Manual
required if you want to support endless retries to alternative numbers. Note that this feature requires
TCOSS version 7.94.19 (first released with KCS 10.0+FR3933) or newer version.
A number of default options may be configured for the IP Printer, e.g. a default cover. See chapter
Print Options for more details.
For "SSL Config" (SSL security configuration), select the of the following:
[10.3] TLS 1.1-1.3; OWASP-C, FS: Supports TLS 1.1, 1.2 and 1.3. Also, support OWASP Cipher
String 'C' and forward secrecy. This is default configuration.
[10.2] TLS 1.0-1.3; HIGH: Supports TLS 1.0, 1.1, and 1.2. This configuration (including cipher list)
provides the behavior of KCS 10.2.0 as good as possible.
[Adv] Advanced settings from Create_Config.xslt: This option is for advanced users or can be
used for troubleshooting. The configuration is derived from the AdvancedOpenSslConf variable
in Create_Config.xslt.
The “WebActive” check box and the “TcpPort” value allow an optional administrative web server to be
included. The administrative web server has some useful testing and troubleshooting features, it is
not required for the normal operation of the IP Printer.
When activating the administrative web server make sure to choose a port number which is not used
by any other application. Multiple IP Printer instances have to be configured to use different port
numbers.
The next group of five input fields “MessageTraceSize”, “TraceLevel”, “TraceFileSize”, “TraceFiles”
and “AppendTrace” may be used to activate traces, see chapter Traces.
The “KeepBlobs” value allows to keep binary-large-object files for troubleshooting. Set this value to 0
and change only on special advice.
11
Kofax Communication Server IP Printer Manual
4. Finish configuration by pressing “Save” and then “Exit Configuration”:
This message box concludes the IP Printer setup:
Installation of IP Printer Module Updates
You can update an existing installation either by installation of Kofax Communication Server setup or via
an IP Printer Module Update (IpPrinter.exe). We recommend using the KCS setup for updates whenever
possible. It behaves like an initial installation with the exception that the configuration dialog shows the
current configuration values (instead of defaults).
In cases where only a module update is available, you must follow the steps described below:
1. Stop the IP Printer.
12
Kofax Communication Server IP Printer Manual
2. Run the IpPrinter.exe. A window appears:
The default destination folder (C:\topcall\IpPrinter\00) is ok if you want to update the default instance.
If you want to update any other instance, then the instance number (“00”) has to be changed.
3. Click Install to copy the files. A warning will be displayed because the destination folder already
exists.
4. Click Yes to continue. After copying the files, a confirmation message appears.
5. Run the file configure.bat from the destination folder. It will show the configuration dialog (as
explained in the chapter Installation). Change the configuration if required or simply close the
windows. Configure.bat will then update internal configuration files required by the new version.
TCOSS User Profile
A user profile that defines the printer queue has to be created in TCOSS. The User ID and password of
this user have to match the values entered during the IP Printer setup.
Make sure to check the "Visible in outbox" option in the user profile’s general settings.
The user needs Read rights in the System Folder (to retrieve print covers from the FIS folder) and Read
rights in the System Address Book (to get an inbound fax recipient’s full name, department, etc.). No other
rights are required.
13
Kofax Communication Server IP Printer Manual
License
An IPPrinter license is required on the TCOSS server.
The license count model is per workstation, which is the number of workstations where an IP Printer is
running is compared to the "maximum registrations" count granted by the license.
14
Chapter 3
Print Options
This section describes the printing options.
How to Specify Options
You can specify Print options in two places: In the number field of the print send order or in a separate
text block starting with “++OPTIONS” at the beginning of the print cover. Note that the option names must
be specified using lower-case characters. Unknown options (or options with the wrong case) are silently
ignored without error messages.
In both cases, you can specify the options in the URL query syntax or in XML.
Example for options in URL query syntax in the number field:
..S,R=TF0027,N=IPQUEUE:cover=IPCOVERCVR&printer=10.1.1.12&duplex=1
An option in URL query syntax is specified in the form “name=value”, and multiple options are chained
with an ampersand (&). It is allowed to put in an ampersand after the last option. Spaces in the value field
may also be entered as ‘+’. Special characters, (such as &, =, + and %), must be replaced by “%xx” where
xx is the hex code of the character, such as “%2B” for ‘+’.
Note Avoid using a backslash character ‘\’ in the number field options. The backslash separates
alternate addresses. Encode it as “%5C” or substitute it with a forward slash (such as in a UNC file
share name).
Example for options in XML in a “++OPTIONS” text block in the print cover:
++OPTIONS
<duplex>1</duplex>
<footer>File: $ENam_____$ Subject: $ERef$ $tab100$ Page $c$ / $p$</footer>
The options in a “++OPTIONS” text block fill the entire block, and the end of the print options is the end of
the text block. The “++OPTIONS” text block is optional. If used, it must be the first text block of the cover.
This text block is removed from the print cover for the actual print view.
A “++OPTIONS” text block may only be used in a cover that is selected by specifying a “cover” option
in the print send order or in the configured default cover. It is not supported in a cover that is already
contained in the message to be printed.
15
Kofax Communication Server IP Printer Manual
Note Options in URL query syntax in a “++OPTIONS” text block have to be chained with an ampersand,
even if specified on separate lines. Insert the & before the line feed. Also terminate the last option with &
to exclude the following line feed from the option value.
Option Defaults
Default values for some options may be set in the configuration. Most options also have a hard-coded
program default if they are not set anywhere.
If the same option is set in different places its value is determined in this order:
1. Options from the number field
2. Options from a “++OPTIONS” text block in the cover
3. Option default in the configuration
4. Hard-coded program default
Document Options
These printing options apply to the whole document.
Option Description Example(s) Default
cover Cover sheet for printing taken from the
TCOSS FIS folder (TCOSS file name prefix
“F”, TCOSS folder “+MAIL5V”)
cover=IPCOVERCVR -
transport Print data transport: ipp (internet printing
protocol), tcp (port 9100 protocol), file (file
share) or win (Windows print API)
transport=ipp ipp
printer Printer IP address, host, file share or printer
name (depending on transport)
printer=10.1.1.12 -
ippscheme IPP URL scheme if the scheme is not
specified in option printer. The scheme
defines the default port (if no port is
specified in the URL) and the encryption
mode. The following values are supported:
Ipp … (port 631)
http … (port 80)
ipps … (port 631 with TLS)
https … (port 443 with TLS)
Ippscheme=https ipp
timeout Timeout in seconds for doing print retries if
printing fails, 0 = no timeout
timeout=900 0
16
Kofax Communication Server IP Printer Manual
Option Description Example(s) Default
notifcontent Content for printing of notifications:
c … sending copy
d … original document
e … empty
cd …sending copy if it exists,
otherwise original document
notifcontent=d cd
pages maximum number of pages to be printed pages=1 -
pagebreak Leading page break of message:
skip or leave
pagebreak=skip leave
footer Footer line, may include cover variables footer= Page $c$ / $p$ -
exitstart Optional data inserted before PCL job, may
include cover variables
exitstart={ES}%-12345X -
exitend Optional data added after PCL job, may
include cover variables.
exitend={ES}%-12345X -
The print cover is taken from the TCOSS FIS folder. The TCOSS file name is constructed by adding the
prefix “F” to the specified cover name, and the TCOSS folder is “+MAIL5V”.
Example: The option “cover=IPCOVER” selects the TCOSS file “FIPCOVER” from the TCOSS folder
“+MAIL5V”.
If the "Save as cover sheet" option is selected in TCfW, when saving a cover sheet, the specified message
name is padded with spaces to 7 characters and the 3 letters “CVR” are added to the message name. It
is not required or recommended to use this option, but if you do so, make sure to enter the cover name
correctly padded with spaces plus “CVR” in the cover option. The IP Printer does not automatically add
the “CVR” postfix.
The “timeout” option allows to limit the time during which print retries are done if printing fails. The timeout
is specified in seconds, and setting “timeout=0” means that the timeout supervision of print retries is
inactive and that an unlimited number of retries may be done. See Print Retries for a detailed discussion
of the retry handling.
See Notification Printing for a detailed description of the “notifcontent” option.
The "pagebreak=skip" option setting allows to skip the leading page break of the message (if there is any),
so that the beginning of the message is printed on the cover page. It may be used in combination with the
"pages=1" option to have cover information and the start of the message printed on a single page.
See Exits for a detailed description of the “exitstart” and “exitend” options.
Page Options
These printing options may be set differently for each page. To set an option for the first page use its
name as described below, such as source=1. To set an option differently for the second or a later page,
add a minus and the page number to the option name, such as source-2=3 to set the paper source to tray
17
Kofax Communication Server IP Printer Manual
3 for the second page (and all following pages). All options stay in effect until changed, so an option for
the first page is valid for the whole document if it is not set differently for a later page.
Option Description Example Default
format page format: A4 or letter format=letter A4
scale printing scale in percent (70 ..98),
the maximum scale value depends on the page
format and is 95 for a4 and 98 for letter
scale=92 95 / 98
duplex simplex / duplex printing mode
0 … simplex
1 … duplex, long-edge binding
2 … duplex, short-edge binding
duplex=1 -
output output bin selection (printer-specific)
1 … upper output bin
2 … lower output bin
output=2 -
source paper source (printer specific)
1 … tray 1 (lower)
2 … tray 2 (middle)
3 … tray 3 (upper)
source=3 -
resolution raster graphics resolution in dpi resolution=600 300
first first (top) position of image in decipoints first=240 120
height height reserved for footer line in decipoints (1/720”) height=120 72
xpos X position of footer line in decipoints xpos=120 432
yoff Y offset of footer line from page end in decipoints
(1/720”)
yoff=180 139
spacing footer line character spacing
0 … fixed
1 … proportional
spacing=1 0
pitch footer line font pitch pitch=16.67 16.67
point footer line font point size (1 point = 1/72’’) point=6 8.5
style footer line font style
0 … upright
1 … italic
style=1 0
weight footer line font weight (-7 … +7)
-3 … light, 0 … medium, 3 … bold
weight=3 0
face footer line font typeface
0 … Line Printer, 4099 … Courier
4148 … Univers, 16602 … Arial
face=4148 0
18
Kofax Communication Server IP Printer Manual
Some options, such as the paper source or output pin, resolution are printer specific. Please check your
printer’s PCL5 command summary for supported values. The option value is the variable part of the
applicable PCL5 command, in most cases consisting of one or more ASCII digits. The value range is not
limited to the values described above.
Support of all footer line font options (face, style, spacing, weight, pitch and point) depends on fonts
available in the printer. Font selection is made based on all parameters and according to best fit selection
rules.
Print Options for Windows Print API
When printing through the Windows GDI print API (option ‘transport=win’) some options are not
supported, and some options have a different value range or different defaults, as compared to printing
through the other three transport options (ipp, tcp and file).
Options that are not supported:
exitstart (optional data inserted before PCL job)
exitend (optional data added after PCL job)
output (output bin selection)
The meaning of the printer name option is described below:
Local Printers can be accessed by the printer name as you see it in Control Panel | Printers. (such as
“TOPCALL Fax”)
Local Printers that are shared can also be accessed by their share name. See Printer properties |
Sharing (such as “MySharedPrinter”)
Network printers must be addressed by their UNC name (such as \\printerserver01\printer01). Since
backslashes can’t be entered into the TCOSS number field, all forward slashes ‘/’ contained in the
printer name field are converted into backslashes ‘\’ so that UNC names such as “//printerserver01/
printer01” can be used.
Note that a Windows printer driver must be installed on the local machine also for printing on a network
printer. You can use Control Panel -> Printers to get a list of all printers that may be used with this mode.
The format option (page format: A4 or letter) is a document option and can’t be changed within a
document.
The following options behave differently.
19
Kofax Communication Server IP Printer Manual
Option Description Example Default
source paper source tray (1,2,3,…)
1 … upper
2 … lower
3 … middle
4 … manual
5 … envelope
6 … manual
7 … auto
8 … tractor
9 … small format
10 .. large format
11 .. large capacity
14 .. cassette
15 .. form source
source=3 -
first first (top) position of image in decipoints first=240 0
xpos X position of footer line in decipoints xpos=120 360
yoff Y offset of footer line from printable page area end
in decipoints (1/720”)
yoff=180 0
pitch footer line font pitch (10, 12, 16.67) pitch=16.67 16.67
point footer line font point size (1 point = 1/72’’):
6, 6.5, 7, 7.5, 8, 8.5, 9, 10, 11, 12, 14
point=6 8.5
weight footer line font weight (0 … 1000)
0 … don’t care
100 ... thin
200 ... extra light
300 … light
400 … regular
500 … medium
600 … semi bold
700 … bold
800 … extra bold
900 … ultra bold
weight=3 400
20
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57

Kofax Communication Server 10.3.0 Owner's manual

Category
Multifunctionals
Type
Owner's manual

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI