IBM Datacap, Version 8.1            

Uploading completed offline batches by using FastDoc

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:

  1. In Taskmaster Capture, click the Administrator tab and then click Workflow
  2. In the Parameters section, set the Program value to uplBFcl.aspx.
  3. Click Apply.
  4. On the scanning station, open the dc2run.exe.config file in a text editor.
  5. Set the StrictUpload setting to False:
    <setting name="StrictUpload" serializeAs="String">
    <value>False</value>
    </setting>
  6. 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.


Feedback

Last updated: November 2013
dcain115.htm

© Copyright IBM Corporation 2013.