©
1994-2014 Kofax, Inc., 15211 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved.
Use is subject to license terms.
Third-party software is copyrighted and licensed from Kofax’s suppliers.
THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE SECRETS OF KOFAX,
INC. USE, DISCLOSURE OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR EXPRESS
WRITTEN PERMISSION OF KOFAX, INC.
Kofax, the Kofax logo, and the Kofax product names stated herein are trademarks or registered
trademarks of Kofax, Inc. in the U.S. and other countries. All other trademarks are the trademarks or
registered trademarks of their respective owners.
U.S. Government Rights Commercial software. Government users are subject to the Kofax, Inc. standard
license agreement and applicable provisions of the FAR and its supplements.
You agree that you do not intend to and will not, directly or indirectly, export or transmit the Software
or related documentation and technical data to any country to which such export or transmission is
restricted by any applicable U.S. regulation or statute, without the prior written consent, if required, of
the Bureau of Export Administration of the U.S. Department of Commerce, or such other governmental
entity as may have jurisdiction over such export or transmission. You represent and warrant that you are
not located in, under the control of, or a national or resident of any such country.
DOCUMENTATION IS PROVIDED “AS IS” AND ALL EXPRESS OR IMPLIED CONDITIONS,
REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE
DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY
INVALID.
Contents
Administrator's Guide .........................................................................................................................................................5
Overview ...........................................................................................................................................................................5
Features ........................................................................................................................................................................ 5
Related Documentation ............................................................................................................................................. 6
Training ........................................................................................................................................................................ 6
Getting Help for Kofax Products .............................................................................................................................7
System Requirements ..................................................................................................................................................... 7
DFS Must Exist on the Server .................................................................................................................................. 8
Installing the Export Connector ....................................................................................................................................8
Removing the Export Connector ............................................................................................................................. 8
Repairing the Export Connector ............................................................................................................................ 10
Setting Up the Export Connector ............................................................................................................................... 10
Using Kofax Capture to Set Up the Export Connector ...................................................................................... 10
Using Kofax TotalAgility to Install and Set Up the Export Connector ............................................................11
Using Kofax Express to Set Up the Export Connector .......................................................................................12
Exporting eDocuments .................................................................................................................................................13
Storing to a Cabinet / Folder .................................................................................................................................13
Storing to a Virtual Document ...............................................................................................................................14
Exporting eDocuments Only (Without Image Files) ...............................................................................................15
Kofax Capture OCR Full Text Options ..................................................................................................................... 16
{Index Operator’s Station ID} Kofax Value .............................................................................................................. 16
Unsupported Kofax Capture Features .......................................................................................................................16
SecurityBoost ............................................................................................................................................................. 16
File Name Retention ................................................................................................................................................ 16
Kofax Export Connector 8.1.0 for Documentum Content Server Administrator's Guide
3
Contents
4
Kofax Export Connector 8.1.0 for Documentum Content Server Administrator's Guide
This document gives you information about installing Kofax Export Connector for
Documentum Content Server, which exports document images, OCR full text files, PDF
documents, eDocuments, and data to a Documentum Content Server repository.
Overview
With Kofax Export Connector for Documentum Content Server, batches are processed based
on export settings. Documents and index data are exported to your repository based on the
settings defined during export setup.
In a multiuser installation, the export process typically runs on an unattended workstation
that polls for available batches at regular intervals. The process may be configured to run
during off-hours to avoid any impact to the performance of Kofax Capture, Kofax Express, or
the network system.
Features
This section describes the major export connector features.
Administrator's Guide
Limiting the Number of Folders
Using a setup configuration file, you can limit the number of Documentum Content Server
folders retrieved from the server. The limitation is useful if a very high volume of folders
reside on the server.
To limit the number of folders retrieved, use SetupConfig.xml in your installation folder to set
the value of the LimitedFolderQueryNumber field to an integer value. For example, set the
value to 50 to retrieve 50 folders:
<?xml version="1.0"?>
<Configxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<LimitedFolderQueryNumber>50</LimitedFolderQueryNumber>
</Config>
Kofax Values / Documentum Content Server Properties
This export connector provides an easy-to-use interface for linking Kofax Values to
Documentum Content Server document properties and folder properties. Examples of Kofax
Values include document index fields, folder index fields, batch fields, and text constants.
Kofax Values {Document GUID}
The Kofax Value {Document GUID} is a unique value that can be used for index fields and
export values.
Kofax Export Connector 8.1.0 for Documentum Content Server Administrator's Guide
5