Adding an attribute to the Siebel JDB account form

You can customize account forms for Siebel JDB business components by adding attributes to the Siebel JDB Adapter profile.

Procedure

  1. Log on to the workstation where the Siebel JDB Adapter is installed.
  2. Copy the SiebelJDBProfile.jar file to the \temp directory.
  3. Extract the contents of the SiebelJDBProfile.jar file to the \temp directory
    Run the command:
    cd c:\temp
    jar -xvf SiebelJDBProfile.jar
    This command creates the c:\temp\SiebelJDBProfile directory.
  4. Add the attribute to the Siebel JDB Adapter profile.
    For more information about adding an attribute to the adapter profile, see Attribute for the adapter profile.
  5. Map the attribute to the assembly lines.
    For more information about mapping an attribute to the assembly line, see Mapping attributes.
  6. Go to the IBM Security Directory Integrator installation directory, and run the following command to break the assembly lines.
    java –classpath jars\ITLMToolkit.jar;jars\miconfig.jar;jars\miserver.jar;
    jars\mmconfig.jar;jars\diserverapi.jar;jars\log4j-1.2.8.jar;
    jars\itdiAgents-common.jar com.ibm.di.utils.IDIConfigHelper 
    "c:\\temp\\SiebelJDBProfile\\SiebelJDBAdapter.xml" "c:\\temp\\SiebelJDBProfile"
    In this command, c:\temp\SiebelJDBAdapter.xml is the path of the SiebelJDBAdapter.xml file.
  7. Use the files in the \temp directory to create a JAR file.
    Run the command:
    cd c:\temp
    jar -cvf SiebelJDBProfile.jar SiebelJDBProfile
  8. Import the SiebelJDBProfile.jar file to the IBM Security Identity Manager server.
    For more information about importing the SiebelJDBProfile.jar file, see the Siebel JDB Adapter Installation and Configuration guide. Under "Installing the Siebel JDB Adapter," search for the section "Importing the adapter profile into the IBM Security Identity Manager server."
  9. Stop and start the IBM Security Identity Manager server.