Informatica7.1: Installation Steps in WINDOWS XP ( Service Pack 2) Oracle 8i /************************************************ * INFORMATICA 7.1 Installation Steps * OS: WINXP(SP-2) * Oracle 8i *************************************************/ 1. Create an user for informatica metadata:- DROP user jupalli_user cascade; CREATE USER jupalli_user IDENTIFIED BY jupalli_user DEFAULT TABLESPACE users QUOTA UNLIMITED ON users; GRANT CONNECT,DBA TO jupalli_user; 2. Configure IRS( Informatica Repository Sever ):- Server port no-- 5858 ( say ) Administrator password-- 5858 ( say ) Remaining all--Keep as it is. 3. Create a New Repository Server:- Go to ( RSAC )Repository server admin console. Right click on Informatica Repository servers -->New server registration. Hostname--yours computer name. Portnumber--IRS port number ( Here 5858 ) -->ok Try to connect. If its not getting connected,go to services and check whether Informatica Repository Service is running or not.If its not ...
Comments