To upload batches that are scanned by using Taskmaster Web, you
must change the dc2Run.exe.config file.
To configure the Web Client upload service to upload
batches that are scanned with Taskmaster Web:
Open the dc2Run.exe.config file in
a text or XML editor and change the following settings: - ShortcutIndex
- Change the value of ShortcutIndex setting
to reflect the btn_ButtonNumber for the upload task. The change is
made in the master copy of the configuration file.
<setting name="ShortcutIndex" serializeAs="String">
<value>3</value>
</setting>
To determine the appropriate
ShortcutIndex value
to use:
- On the Taskmaster Server,
open Windows Explorer and
navigate to the Admin database for the application, which is typically
in the application \process folder.
- Use the appropriate database Client software to open the Admin
database.
- Open the Buttons table, find the upload task in the btn_ButtonName
column, and find the number for the upload task in the btn_ButtonNumber
column.
- StrictUpload
- Set the StrictUpload setting to False.
<setting name="StrictUpload" serializeAs="String">
<value>False</value>
</setting>
- FDPathMask
- Remove the value for the FDPathMask setting.
<setting name="FDPathMask" serializeAs="String">
<value></value>
</setting>