Connection Settings

Enter the connection information to allow IdentityIQ to locate and connect to the JDBC server to load account information.

  1. Enter the Connection User required to access the data files server.

  2. Enter the Connection Password associated with the user name to access the server.

  3. Enter the server's address into the Database URL field.

    For example, for windows authentication (JDBC with SQL Server): jdbc:sqlserver://[serverName[\instanceName][:portNumber];integratedSecurity=true;

    Where:

    • serverName: is the address of the server to connect to. This could be a DNS, IP address, localhost, or 127.0.0.1 for the local computer.

    • instanceName: is the instance to connect to serverName.

    • portNumber: is the port to connect to serverName. The default is 1433.

    • integratedSecurity: is the current Windows account credentials used for authentication.

  4. Enter the JDBC Driver path.

    For example: com.mysql.cj.jdbc.Driver

  5. Select Save.