Running the D&B Update Manager (Siebel) Process Without Updating Account Name
You might want to run the D&B Update Manager (Siebel) server component without updating the existing account names. You edit the RTI configuration file to perform this task.
To edit the RTI configuration file so that account names are not updated
Open the RTI configuration file (dnbmaps.sql for single task or dnbmaps.tsq for multiple task) in a text editor.
Search for
UPDATE_SIEBEL_ACCOUNT.MOD1SQL
under the Oracle, Oracle 8, Microsoft SQL Server, or DB2 statements.Search for
dnb.BUSINESS_NAME
within theUPDATE_SIEBEL_ACCOUNT.MOD1SQL SELECT
statement.Comment out the line that begins
dnb.BUSINESS_NAME
… as shown.UPDATE_SIEBEL_ACCOUNT.MOD1SQL = SELECT acct.ROW_ID ROW_ID, ;dnb.BUSINESS_NAME NAME,
Save and close the file.