Running the D&B Update Manager (D&B) Process Without Updating or Deleting Existing Data
Depending on your business process, you might want to run the D&B Update Manager (D&B) server component without updating or deleting any existing data in the S_DNB_ORG table. You edit the RTI configuration file to perform this task.
To edit the RTI configuration file so that existing data in the S_DNB_ORG table is not updated or deleted
Open the RTI configuration file (dnbmaps.sql for single task or dnbmaps.tsq for multiple task) in a text editor.
Search for the
UPDATE_DNB_ACCOUNT
section under[Common]
heading.Modify the section to look like the following:
UPDATE_DNB_ACCOUNT.Function = NONE UPDATE_DNB_ACCOUNT.MOD1TABLE = S_DNB_ORG UPDATE_DNB_ACCOUNT.MOD1WHERE = WHERE 1 = 1 UPDATE_DNB_ACCOUNT.MOD1INSERT = TRUE UPDATE_DNB_ACCOUNT.MOD1UPDATE = FALSE UPDATE_DNB_ACCOUNT.MOD1DELETE = FALSE UPDATE_DNB_ACCOUNT.MOD1TXNLOG = FALSE
If you are using the default file, then only change
UPDATE_DNB_ACCOUNT.MOD1UPDATE
fromTRUE
toFALSE.
Save and close the file.