Limiting Download Batch Sizes in the DIM Service

Limiting Download Batch Sizes in the DIM Service

Overview

The Data Integration Module Service defaults to downloading all possible Jobs in a single batch for the Form defined in the Project. The default size is to download every Form ever sent by the Company. Similar to limiting Job Downloads by Date, this feature is only available by editing the Project (.XML) file directly with a Text Editor.


Limiting the Download Batch Size

You can limit the Download Batch Size by adding a single line to the Project file which tells the Data Integration Module Service to only download the specified number of Job. The tag used for this configuration option is <maxDownloadBatch> and requires an Integer be entered as the value.

Note: Do not have the Project file open in the Project Manager when doing this update.

  1. Open the .xml Project File (typically located at C:\Program Files\F2B Data Integration Module\Projects) with a Text Editor.
  2. Find the <enabled> flag.
  3. Below the <enabled> tag, add the following line to limit each to 10 downloads per batch:
          <maxDownloadBatch>10</maxDownloadBatch>
  4. Save the updated Project File.
  5. Exit the Text Editor.
  6. Open the Data Integration Module Administrator.
  7. Start (or Restart) the Service to start the download with the New Batch Size in place.

Note: When this type of filtering is in place, the service should now download and process batches of 10 (or the number defined) Forms rather than downloading every Form job to download before processing. You can check the Logs of the Administrator Utility to make sure that your downloads are occurring as expected.
Note: Project adjustment can be used in conjunction with the MinRfiTimestamp configuration option (Limiting Job Downloads in the Data Integration Module Service) to help quickly process or re-process Form Data.


    • Popular Articles

    • Forms Designer Quick Start Guide

      Overview Field2Base Forms Designer is the proprietary software application that allows your existing paper forms to be quickly converted to a smart E-form available to your end users via our mobile and web-based Mobile Forms applications. This ...
    • Portal 11.28.2023 Release Notes

      Overview Our release notes offer brief descriptions of product enhancements and bug fixes. We include links to the current articles for any affected features. Those articles will be updated shortly after the Portal release to include new ...
    • Integration Service Configuration Guide

      How To Configure Integration Services To Allow Read/Write Access on a Network Path All of our Integration Products, including the DIM, DUU, and EDM have respective Windows Services responsible for communicating with our server. Occassionally, ...
    • Data Integration Module (DIM) Migration Guide

      Overview This article provides the information necessary to migrate the Field2Base Data Integration Module (DIM) over from one server to another. Please refer to the DIM Install Guide for the initial installation of the Field2Base DIM. Once that's ...
    • How to Check the Version of Integration Products Running on a Windows 10 Machine

      Right-click on the Start menu button. Click on Apps & Features. In the Apps & Features search bar type in the Integration Product you are looking for, eg. F2B Data Integration Module, F2B Data Upload, or F2B Enterprise Dispatch Module. Click to ...