When you upload batches by using Taskmaster Web or by
using StrictUpload=True, you use a scan task and
an upload task.
One is a scan task for batch creation, and one is an upload
task to upload the batches. However, this scenario, uploading completed
batches offline by using FastDoc,
uses only one task, a scanning task. Because there is no separate
upload task, you must go to the Taskmaster workflow in Taskmaster Web and
set the batch creation task to use the uplBFcl.aspx file.
To enable uploading a FastDoc batch with the Web
Client upload service:
- In Taskmaster Capture, click the Administrator tab
and then click Workflow
- In the Parameters section, set the
Program value to uplBFcl.aspx.
- Click Apply.
- On the scanning station, open the dc2run.exe.config file
in a text editor.
- Set the StrictUpload setting to False:
<setting name="StrictUpload" serializeAs="String">
<value>False</value>
</setting>
- Set the FDPathMask setting. For
example:
<setting name="FDPathMask" serializeAs="String">
<value>c:\\datacap\FastDoc\batches\*\*\finished.xml</value>
</setting>
The service looks for any page files of the
specified name.FastDoc saves
a page file with the name finished.xml when the
offline workflow is complete.