I reset ReconciliationIdentity to '0' using the sql below and rerun the recon job:
update t<Schemaid_of_BaseElement> set c400129200 = '0' where C400127400 = 'BMC.IMPORT.TOPO' and c3 >= <integer_represting_time_created>; update t<Schemaid_of_BaseRelationship> set c400129200 = '0', c400130900 = '0', c400131000 = '0' where C400127400 = 'BMC.IMPORT.TOPO' and c3 >= <integer_represting_time_created>; On Tue, 3 Aug 2010 13:09:16 -0400, Eric Zhang <[email protected]> wrote: >Hi, Listers. > >We have the following configurations: > >TD/FD: 1.6 patch 3 >CMDB: 2.1 patch 5 >ARS: 7.1 patch 7 > >After synchronization CI's from TD to CMDB, we run the reconciliation >job "BMC Topology Import - Identification, Merge and Purge". The job set >ReconciliationIdentity in BMC.IMPORT.TOPO Dataset for all newly imported >CIs from TD/FD, but didn't merge them to the Asset dataset. I run the >reconcile job several times with debug logging on, there is no error >message in the log. We have run the job in the past without any problem. >This is the first time with new CIs not being merged to the Asset dataset > >Any suggestion to fix this? Can I am just reset ReconciliationIdentity >to '0' for all newly imported CIs and then run the reconcile job again. > >Thanks in advance for any suggestion. > >Regards, >Eric > >__________________________________________________________________________ _____ >UNSUBSCRIBE or access ARSlist Archives at www.arslist.org >attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are" >========================================================================= _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug10 www.wwrug.com ARSlist: "Where the Answers Are"

