Showing posts with label Informatica. Show all posts
Showing posts with label Informatica. Show all posts

Friday, October 9, 2015

Find folder paths of $PM Informatica variables

This is where you can find the paths of $PM variables used in Informatica.

Log in to Informatica Administration console and go to the Integration service you are using. In the Integration service go to Process and you will be able to all the paths.


Informatica Administration Console > Integration Service > Process

[Solved]Informatica Integration service initialization failed - SF_34004 and LM_44229

We were facing the below error while trying to create and configuring a new Integration service for Informatica 910.


We checked the log and found that the error was because of the credentials provided. We had used the Informatica Repository Schema username and password instead of the Informatica Administrator password.


Go to Integration service > Associated Repository and correct the username and password. 

Once you have changed the password, Re-enable the integration service. 

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