Customized Error Handling in TIBCO Scribe Insight - CloudFronts

Customized Error Handling in TIBCO Scribe Insight

Posted On August 17, 2015 by Posted in  Tagged in ,

Consider migrating the data from Microsoft dynamics CRM online to Microsoft dynamics GP.

Our goal is after the data migration is completed successfully, we want the result of the data migration (successful/failure) to go back to the source system.

Steps:

  1. Scenario:

    1st block: We query the source account entity

    2nd block: We try to update/insert the target customer entity

    3rd block: We update the source account entity, based on the result of the 2nd block (success/ failure)

    4th block: We also update the target customer block based on the result of the 2nd block (success/ failure)
    1

  2. In the target block (Update/Insert Customer), uncheck the error handling checkbox

    [Note: Error handling checkbox, is used to check if there are any fatal errors in the executions]

    2

  3. After the data is inserted, we can have an update block for the source entity(Update account) that will write back the result (whether the data is successfully migrated or not) to the source system.

    3

    In this example, GP2015_CustomerUpdateInsert is for inserting the data in the target system. As we can see in field’s column, we can capture information about the previous block by the highlighted fields, which can then be stored in the source system for tracking if the data went through.


Share Story :

Secured By miniOrange