Showing posts with label Installation Errors. Show all posts
Showing posts with label Installation Errors. Show all posts

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

Friday, August 21, 2015

[ODI 11g] AppCrash error during ODI Installation [Solved]

We were trying to setup a VM ODI Instance on a Windows 2008 Server R2 when we came across this error below.


APPCRASH error - ODI Installation
I was at the step where I run try to run the setup.exe file from command prompt followed by the location for JDK. See below


Command Prompt command to run setup.exe
Cause: This is because the Java folder path has spaces in between.

Resolution: This can easily be resolved by moving the jdk folder to a path without spaces, simply put it outside the program files folder to C: Drive



If the first command in the above CMD doesn't work for you try out the second.