Masterdata Navigator

Setting up an Integration Solution process for processing the files

Setting up an Integration Solution process for processing the files

    To set up a Integration Solution process to process files, you have to complete the following steps:

  • Create a Process Management entity.

  • Create a Process Group entity.

  • Create a Process entity.

  • Configure the process.

Each step is described in the following sections.

Creating a Process Management entity

Note: Store all xml files to the legacy system. All other file types should be stopped with status Stopped (8).

To create a Process Management entity, follow these steps:

  1. Open the app Masterdata Navigator.

  2. From the Menu list on the left, select All > Entities > Integration - Default Domain.

  3. On the icon bar, click New.

  4. In the dialog box, define the name for the entity.

  5. As Entity Class, select Process Management.

  6. Close the dialog box and save your settings.

Next step: Create a process group entity.

Creating a Process Group entity

To create a process group, follow these steps:

  1. In the menu list, check if a process management entity is selected.

  2. On the icon bar, click New.

  3. In the dialog box, define the name for the entity.

  4. As Entity Class, select Process Group.

  5. Close the dialog box and save your settings.

Next step: create a process entity.

Creating a Process entity

To create a process, follow these steps:

  1. In the menu list, check if a process management entity is selected.

  2. On the icon bar, click New.

  3. In the dialog box, define a name for the process.

  4. As Entity Class, select Process.

  5. Click OK.

    The configuration view for the process opens.

Next step: Configure the process entity.

Configuring the Process entity

  1. Click the criteria icon and select the File Client configuration.

  1. In section Criteria, define the File Client criteria as follows:

    • From the field From adapter, select File system (file client or server).
    • From the field From connection, select int:FileClient_Partner_INT. Use the name of the previously created connection.
    • From the field From address, select int:FileClient_Partner_INT. Use the name of the previously created address.
  2. From the Components list on the left, select Others > Classify and drag and drop the classifier step in the process.

    Note: You can use the filter on top of the Components list for easy finding the step element.
  3. If the file is not an XML file, do the following:

    • From the Components list, select Complex > Conditional stop and drop it as following step after the Classify step.
    • In section Conditional stop on the right, type the condition: "$[DOCTYPE]"!="XML".
    • Select the Stop operation: Set process to "Stopped (8)".
  4. Add at least one step to the process.

  5. Click Save.

  6. Return to the BIS Process Monitor and resume the failed process.

  7. Open the process and verify the result.