Sailpoint Installation Steps (IdentityIQ 7.3 Installation in Windows Machine)

This document helps you set up Sailpoint IdentityIQ 7.3 in Windows Operating System

Softwares Required:
  1. MySQL 5.6 server
  1. Apache Tomcat  9.0
  1. Java JDK 1.8 and above

  1. Sailpoint IdentityIQ 7.3 application
You may require to login into Sailpoint community to download

Install the above softwares, update JDK, MySQL paths in environment Path variable

Note: If you are facing issue in MySQL service then try running below commands
mysqld –install
net start mysql

Sailpoint Configuration Steps:

  • Create an \idenityiq directory under the Tomcat webapps directory: for example, C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq
  • Unzip the identityiq-7.3.zip file.
Copy iidentityiq.war file to the C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq
Run below command to extract identityiq.war
jar -xvf C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\identityiq.war
  • Create the database schema:
    • In the command prompt window, change to the C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\identityiq\WEB-INF\bin   directory
    • Enter iiq schema to create the schema
  • Create the database from the schema
    • In the command prompt window, change to the C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\WEB-INF\database   directory
    • Log in to MySQL by typing  mysql –u root –p followed by your MySQL password
    • Run this command to load the schema into MySQL:
       source create_identityiq_tables.mysql
  • Check that the database was created by typing  show databases; You should see identityiq listed among the databases (there will be other databases listed; these don't matter for IdentityIQ).
  • Type quit to exit MySQL.
  • Navigate to the \tomcat\webapps\identityiq\WEB-INF\bin directory
  • Launch the iiq console by running this command:  iiq console
    Allow the console a few moments to launch. The console is running when you see a > symbol in the command prompt.
  • In the IdentityIQ console, run this command:  
import init.xml
Import init-lcm.xml
  • When the import is complete, type quit to exit from the IdentityIQ console.
  • Restart Tomcat Server

Login to Identity IQ at http://localhost:8080/identityiq/ with spadmin/admin credentials

Comments

  1. Hello Ravi,

    Do you have.a broken down step by step procedure for the IIQ 7.3p2 patch, it appears quite complex.

    ReplyDelete
  2. Can IdentityIQ can be installed on windows 10 ?

    ReplyDelete
    Replies
    1. Yes, I have installed on it, you can try it

      Delete
  3. can you please explain
    Create the database from the schema


    In the command prompt window, change to the
    C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\WEB-INF\database
    directory


    Log in to MySQL by typing mysql –u root –p followed by your MySQL password


    Run this command to load the schema into MySQL:

    source create_identityiq_tables.mysql

    Check that the database was created by typing show databases;
    You should see identityiq listed among the databases (there will be other databases listed;
    these don't matter for IdentityIQ).


    Type quit to exit MySQL.

    i am using sql server.

    Thanks

    ReplyDelete
  4. Thanks so much. i was running on Mac os and had to deal with directory permissions otherwise it was easy.

    ReplyDelete
  5. HI I am getting this error:
    org.springframework.beans.factory.BeanCreationException: Error creating bean wit
    h name 'versionChecker' defined in class path resource [configBeans.xml]: Initia
    lization of bean failed; nested exception is java.lang.RuntimeException: Unable
    to check IdentityIQ database version: Cannot create PoolableConnectionFactory (C
    ould not create connection to database server.)

    ReplyDelete
    Replies
    1. hello Gk india , the above error is telling that . the versions you have chosen were not compatible . please check sailpoint community to get fair idea on this

      Delete
    2. This is obviously too late for you but for anyone else having this issue, I had this problem because I did not run the command prompt as an administrator.

      Delete
  6. How do we create a server to place the csv files while onboarding a delimited file type application in windows 10?

    ReplyDelete
  7. In the IdentityIQ console, run this command:

    import init.xml
    Import init-lcm.xml

    When the import is complete, type quit to exit from the IdentityIQ console.


    Restart Tomcat Server


    Login to Identity IQ at http://localhost:8080/identityiq/ with spadmin/admin credentials

    working for me .Thank you for your support

    ReplyDelete

Post a Comment

Popular posts from this blog

Rules in Sailpoint

How to create provisioning plan in Sailpoint