Thursday, December 8, 2011

INFORMATICA 8.6.1 INSTALLATION ON WINDOWS 2008 R2

 

image

 

image

 

image

 

image

image

image

image

image

 

image

 

image

 

image

 

image

image

image

image

 

image

Login to SQL SERVER with SA account and execute the following script to create user logins and users.

CREATE DATABASE InformaticaDB
USE MASTER
CREATE LOGIN INFO_SQL_USER01 WITH PASSWORD = 'Password'   (Your own Password)
CREATE LOGIN INFO_SQL_USER02 WITH PASSWORD = 'Password'   (Your own Password)

USE InformaticaDB;
CREATE USER INFO_SQL_USER01 FOR LOGIN INFO_SQL_USER01;
CREATE USER INFO_SQL_USER02 FOR LOGIN INFO_SQL_USER02;

image

image

If  this error occurred, in my case it is SQL Server TCP/IP protocol status is Disabled and need to Enable it as follows.

image

Double Click on TCP/IP , Change the Enabled value to ‘YES’ as follows.

image

then ..

image

Click on ‘Test Connection’..

image

Then click ‘OK’ and Then ‘Next’. Then enter a password in Domain password and Confirm password.

image

image

image

Incase the following occurs.

image

Then it can be resolved by either of the following solution.

1) Just type in the internet explorer as follows:

http://YourComputerName:6001/adminconsole     

2) Go to Informatica installation path and fine the ‘adminconsole’ file and do the following.

image

image

Replace following path http://@USER_INPUT_DOMAIN_HOSTNAME@:@USER_INPUT_DOMAIN_PORT_NUMBER@/adminconsole

to

http://YourComputerName:6001/adminconsole