Table of Contents

Search

  1. Preface
  2. Product Overview
  3. Security
  4. Applications
  5. Partner and Account Information
  6. Events
  7. Event Archiving
  8. User Policies
  9. Schedules
  10. B2B Data Exchange Administrative Tasks
  11. On-boarding Checklist Template
  12. System Properties
  13. Repository Management
  14. Document Management
  15. B2B Data Exchange Utilities
  16. Dashboard and Reports Management

Administrator Guide

Administrator Guide

Large Document Files

Large Document Files

To process a large B2B Data Exchange document, complete the following steps:
  1. Verify that B2B Data Exchange, Apache Tomcat, and PowerCenter, can use the same file path to access the document store directory you set during the B2B Data Exchange installation.
  2. In B2B Data Exchange Operation Console, verify that the value of the system property document.store.folder is the document store directory you set during installation.
  3. When creating a file-receipt endpoint using the Endpoint screen, turn on the Pass by Reference flag on. For more information, see the
    B2B Data Exchange Operator Guide
    .
  4. In the PowerCenter Designer, when you build a mapping to process the document, include a JMS source and target and call the B2B Data Exchange transformations and the Unstructured Data transformation.
    Configure the following PowerCenter objects:
    • JMS source definition.
      Add the DXDataByReference property to the JMS properties in the source and target definitions. If the JMS message contains a document reference, the DXDataByReference property is true.
    • DX_Get_Document_File_Path transformation.
      Use this transformation convert the document reference in the JMS source to a file path that can be used to access the associated file in the document store.
    • DX_Generate_Temporary_File transformation.
      Use this transformation to generate an output file for the Unstructured Data transformation.
    • Unstructured Data transformation.
      Call this transformation to use the
      Data Transformation
      service to transform the document to the required format. You can also use the Unstructured Data transformation to split a large document.
    • DX_Aggregate transformation.
      If you split a large document, call this transformation to combine the transformed data segments into one document.
    • API calls: createDocument and addEventDocument.
      Use these calls to attach the output file to an event as a new target document.
    • JMS target definitions.
      Send the new document to the JMS target. Add the DXDataByReference property to the JMS properties in the target definition. If the JMS message contains a document reference, set the DXDataByReference property to true.
  5. In B2B Data Exchange Operation Console, after you run the workflow, verify that an event has been created for the large document processed. You can view the source document in the Source Data section of the event details page and the target document in the Target Data section of the event details page.

0 COMMENTS

We’d like to hear from you!