User guide

Repository Server Setup
2-17
Figure 2-4 Importing User Information from the Database to the SSO Repository
The procedure for importing user information from the database (source data) to the SSO repository is
described below:
1. Set the CLASSPATH environment variable
2. Create the operation information file
3. Execute the ssoimportum command
(1) Set the CLASSPATH environment variable
Use JDBC to connect to the database. The JDBC driver for connection to the database must be
prepared.
Before using the ssoimportum command, add the JDBC driver to be used to the CLASSPATH
environment variable.
The Interstage JDBC driver can only be used to connect to SQL Server.
Example
Conditions for connection and an example of the settings that should be made are shown below.
Database to be connected to: Symfoware V6.0L10
JDBC driver storage directory C:\temp\fjsymjdbc2.jar
C:\>set CLASSPATH=%CLASSPATH%;C:\temp\fjsymjdbc2.jar