Tuesday, October 6, 2015

[Solved] Informatica Keystore Creation Failed - Create New Keystore

Informatica Keystore Creation Failed.
During Informatica installation if the files are not properly copied then there are chances of keystore creation getting failed, 

In this case we need to create a new keystore to proceed with the installation, continue with the following steps for Installation

Inside the source/java/jre/bin folder, check whether you have a file named keystore.exe 
Keystore file in JRE Bin folder.
Type the following command to create a new keystore.

keytool -genkey -alias infa32key -keyalg RSA -keysize 2048 -keystore infa32key.keystore

Keytool and command to generate keystore file
Enter the rest of the details and a keystore will be created with the same name in the folder.



Use this keystore and proceed with Installation.

Source: Informatica Toolbox

2 comments: