Siebel Enterprise Integration Manager Administration Guide > Common EIM Usage Examples > EIM Delete Process Examples >

Example of Using DELETE EXACT


The DELETE EXACT parameter is used to delete rows in a Siebel base table with user key values specified in the corresponding EIM table. In this case, the corresponding EIM table has to be populated.

In this example, you want to delete an existing account. This account's user key data is as follows:

S_PARTY: PARTY_TYPE_CD='Organization', PARTY_UID='1-28XIF'

S_ORG_EXT: LOC='San Mateo', NAME='TEST', BU_ID=' 0-R9NH"

To delete an existing account

  1. Choose the EIM_ACCOUNT table and populate this table as follows:

    EIM_ACCOUNT.LOC ='San Mateo'

    EIM_ACCOUNT.NAME ='TEST'

    EIM_ACCOUNT.ACCNT_BU ='Default Organization' (corresponding to BU_ID=' 0-R9NH")

  2. Populate the other required columns of the EIM_ACCOUNT table, such as IF_ROW_BATCH_NUM.
  3. Run the EIM delete process.

The following is an excerpt from a sample .IFB file:

[Delete Account]

TYPE = DELETE

BATCH = 300

TABLE = EIM_ACCOUNT

ONLY BASE TABLES = S_ORG_EXT

DELETE EXACT=TRUE

To delete an existing account using S_PARTY's user key to populate the EIM_ACCOUNT table

  1. Choose the EIM_ACCOUNT table and populate this table as follows:

    EIM_ACCOUNT : PARTY_TYPE_CD='Organization' and PARTY_UID='1-28XIF'

  2. Populate the other required columns of the EIM_ACCOUNT table, such as IF_ROW_BATCH_NUM.
  3. Run the EIM delete process.

The following is an excerpt from a sample .IFB file:

[Delete Account]

TYPE = DELETE

BATCH = 300

TABLE = EIM_ACCOUNT

ONLY BASE TABLES = S_PARTY

DELETE EXACT=TRUE

Both examples above achieve the same result.

Note the following when you use DELETE EXACT:

The following are the differences between DELETE EXACT and DELETE MATCHES:

To find the target base table of an EIM table

  1. In Siebel Tools, navigate to EIM Interface Table control, and query the EIM table name.
  2. Check the Target Table property to find the target base table name.

 Siebel Enterprise Integration Manager Administration Guide 
 Published: 05 January 2004