Sun Java logo     Previous      Contents      Index      Next     

Sun logo
Sun Java(TM) Systems Identity Manager 7.1 Installation Guide 

Appendix A  
Index Database Reference

If you plan to use an index database, you may need to copy one or more files to the idm\WEB-INF\lib directory during the installation process. The following table shows the download or installed product location of one or more .jar files you need to copy for your index database type.

Index Database

Download or Product Location

Configuration Notes

DB2 7.x, 8.1, 8.2

Db2/java/db2java.zip

 

—OR—

If you are using Type 4 network driver use this file instead:

db2jcc.jar

If you are using DB2 8.1.2 or higher, you will also need the following files:

db2jcc_license_cisuz.jar

db2jcc_license_cu.jar

Unzip the db2java.zip file.

Note On Windows systems rename the db2java.zip to db2java.jar.

  1. Copy the appropriate JAR files to the WEB-INF\lib directory.
  2. Start the JDBC driver:
  3. On UNIX systems, enter:
    db2jstrt port# (default 6789)
    running under instant owner
  4. On Windows systems, start from services

MySQL 4.1, 5.0

http://dev.mysql.com/downloads/

Select a version of MySQL Connector/J to download.

Unpack the connector package.

Copy the mysql-connector-Version-bin.jar file to the WEB-INF\lib directory.

(optional) Rename the .jar file to mysqljdbc.jar.

Oracle 9i, 10g

Oracle/jdbc/lib/ojdbc14.jar

Copy the ojdbc14.jar file to the idm\WEB-INF\lib directory.

Rename ojdbc14.jar to oraclejdbc.jar.

SQL Server 2000, 2005

MicrosoftSQL Server 2005 Driver for JDBC/lib

Copy the mssqlserver.jar file to the WEB-INF\lib directory.

JDBC 2.0 Data Source

Depends on the directory service. Consult the documention for your Application Server or other directory service to locate an appropriate jar that contains the InitialContextFactory class.

Copy the appropriate jar (or jars) to the WEB-INF/lib directory.

 


Note

For a DataSource connection, you must copy or download (and place into WEB-INF/lib) a jar that contains the InitialContextFactory class.


Refer to the following table when installing the Identity Manager software and completing index database selections on the Locate Identity Manager Repository panel.

If your selection is:

Enter

JDBC 2.0 Data Source

  • Initial Context Factory: com.sun.jndi.fscontext.RefFSContextFactory
  • DataSource Name/Path:
    jdbc/SampleDB

Enter the index database location. Optionally enter the password you selected when you set up the database.

MySQL

  • URL: jdbc:mysql://localhost/waveset
  • JDBC Driver: org.gjt.mm.mysql.Driver
  • Connect as User: waveset

Enter the index database location and the password you selected when you set up the database.

Oracle

  • URL: java:oracle:thin:@host.your.com:1521:dbname
  • JDBC Driver: oracle.jdbc.driver.OracleDriver
  • Connect as User: waveset

Enter the index database location and the password you selected when you set up the database.

DB2

  • URL: jdbc:db2://host.your.com:6789/dbname
  • JDBC Driver:
    COM.ibm.db2.jdbc.net.DB2Driver
    —OR—
    com.ibm.db2.jcc.DB2Driver
  • Connect as User:
    Waveset

Enter the index database location and the password you selected when you set up the database.

SQLServer

Default values, to be used with the Microsoft SQL Server 2005 JDBC Driver:

  • URL: “jdbc:sqlserver://host.your.com:1433;DatabaseName=dbname”
  • JDBC Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
  • Connect as User: waveset

Use the following values with the Microsoft SQL Server 2000 JDBC Driver:

  • URL: “jdbc:microsoft:sqlserver://host.your.com:1433; DatabaseName=dbname;SelectMethod=Cursor”
  • JDBC Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver
  • Connect as User: waveset

Enter the index database location and the password you selected when you set up the database.

Note: All connections to SQL Server must be performed using the same version of the JDBC driver. This includes the repository as well as all resource adapters that manage or require SQL Server accounts or tables, including the Microsoft SQL adapter, Microsoft Identity Integration Server adapter, Database Table adapter, Scripted JDBC adapter, and any custom adapter based on these adapters. Conflict errors occur if you attempt use different versions of the driver.

LocalFiles

  • Path: c:\jakarta-tomcat\webapps\idm\config

Enter the directory location, or click Browse to locate it.

iPlanet/Sun ONE/Sun Java System Directory Service

  • Initial Context Factory: com.sun.jndi.ldap.LdapCtxFactory
  • URL: ldap://host.your.com/dc=myDomain,dc=your,dc=com
  • User: waveset

Enter the index database location. Optionally enter the password you selected when you set up the database.



Previous      Contents      Index      Next     


Part No: 820-0817-10.   Copyright 2007 Sun Microsystems, Inc. All rights reserved.