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
- Log on to the workstation where the Siebel JDB Adapter is installed.
- Copy the SiebelJDBProfile.jar file to the \temp directory.
- Extract
the contents of the SiebelJDBProfile.jar file
to the \temp directory Run the command:
This command creates the c:\temp\SiebelJDBProfile directory.cd c:\temp jar -xvf SiebelJDBProfile.jar - 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.
-
Map the attribute to the assembly lines. For more information about mapping an attribute to the assembly line, see Mapping attributes.
- Go to the IBM Security Directory
Integrator installation
directory, and run the following command to break the assembly lines.
In this command, c:\temp\SiebelJDBAdapter.xml is the path of the SiebelJDBAdapter.xml file.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" - Use the files in the \temp directory
to create a JAR file. Run the command:
cd c:\temp jar -cvf SiebelJDBProfile.jar SiebelJDBProfile - Import the
SiebelJDBProfile.jarfile to the IBM Security Identity Manager server.For more information about importing theSiebelJDBProfile.jarfile, 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." - Stop and start the IBM Security Identity Manager server.