IM InfoSphere Identity Insight, Version 8.0

UMF_MERGE input document

The collection of UMF segments that structure the incoming data to manually resolve two identities in the entity database.

Required UMF_MERGE input document root elements are:

Required UMF_MERGE input document segments are:
  • A number of <MERGE> segments, equal to the value of the <NUM_MERGED> root element.
The following UMF_MERGE input document manually resolves the identity <MERGE_DSRC_ACCT_ID>2</MERGE_DSRC_ACCT_ID> to the identity <ORG_DSRC_ACCT_ID>1</ORG_DSRC_ACCT_ID>.

<UMF_MERGE>
<MERGE_TYPE>FORCE_RES</MERGE_TYPE>
<NUM_MERGED>1</NUM_MERGED>
<UNDO>0</UNDO>
<MERGE>
<MERGE_ID>1</MERGE_ID>
<ORG_DSRC_ACCT_ID>1</ORG_DSRC_ACCT_ID>
<MERGE_DSRC_ACCT_ID>2</MERGE_DSRC_ACCT_ID>
</MERGE>
</UMF_MERGE>



Feedback

Last updated: 2011