Additional configuration options – Kofax Export Connector 8.3.0 for Microsoft SharePoint User Manual

Page 12

Advertising
background image

Administrator's Guide

12

Kofax Export Connector 8.3.0 for Microsoft SharePoint Administrator's Guide

Location

Description

Document Settings Tab

Specifies a SharePoint content type which

displays its associated SharePoint columns.

You can link Kofax Mappings, or provide

static text to specific SharePoint columns of

the folder.
If a content type has required columns that

are linked to unsupported data types, it is

not displayed in the list of available content

types.

Image Settings Tab

Specifies an image format for your exported

images, and specifies whether to export OCR

full text files with your document.

General Settings Tab

Specifies an export working folder as the

temporary storage location to be used at

export time, and to specifies whether to skip

the first page of each document.

Browse For Folder Window

Specifies an export working folder to be used

to temporarily store exported images. You

can select an existing folder or create a new

one.

Additional Configuration Options
You can configure some additional options by using an XML file that allows you to set the

number of retries and the timeout interval to compensate for poor or intermittent network

connections. To do this you must manually create the XML file as follows:

<?xml version="1.0" standalone="yes"?>
<Config>
<RequestTimeoutSeconds>180</RequestTimeoutSeconds>
<MaxRetries>5</MaxRetries>
< WriteRepositoryId>true</WriteRepositoryId>
</Config>

All parameters are optional and have internal default values. Following is the description of

each value:

Parameter

Description

Default Value

RequestTimeoutSeconds

Timeout in seconds for each

request sent to the SP server.

Infinite

MaxRetries

Number of retries for failed

network operations.

3

Advertising