IMPORTANT:For IBM* DB2, you must manually create operating system user accounts before running the provided SQL scripts.
Because the process to create user accounts differs between operating systems, Step 1 below is OS-specific. These instructions are for a Windows NT operating environment. If you rerun the SQL scripts, repeat only Steps 2 through 4.
The directory context for DB2 is install-dir\DirXMLUtilities\jdbc\sql\db2_udb\install
Create user accounts for users idm, indirect and direct.
Use novell as the password in .
Remember to deselect
for this account.You might want to also select
.NOTE:The remaining instructions are OS-independent.
Adjust the file path to idm_db2.jar in the 1_install.sql installation script. The file path to idm_db2.jar should reflect the location of this file on your client machine.
Execute the 1_install.sql script from the Command Line Processor (CLP.)
For example: db2 -f 1_install.sql
IMPORTANT:The scripts won’t execute in the Command Center interface beyond version 7. The scripts use \ as the line continuation character. Later versions of the Command Center don’t recognize this character.
For versions 8 or later, execute the 2_install_8.sql script.
For example: db2 -f 2_install_8.sql