Informatica Admin Console not working.
After installation of Power Center 8.xxx Cannot start Admin Console. It hangs on the following local address.
http://localhost:6001/adminconsole.
and after sometime it shows the annoying error of “Page not found”.
I have checked the Informatica Services are up and running but my admin console does not come up. What to do now?
Resolution: Check which database are you using to store Informatica server data, in my case i was using Oracle server, upon closely checking some of oracle services (Schema service, Oracle HTTP server service) were stopped. After starting these services and restarting informatica services i was able to start admin console.
Check all these services because sometime error does not clearly shows up what is wrong with the application.
The problem is not just with Informatica..
It happens when we don’t set the host and port while installing the DBMS..
connection string is VERY important..
Make sure the information in the
C:\Informatica\PowerCenter8.1.1\server\config\nodemeta.xml
matches with
what you entered for DBMS
D:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\tnsnames.ora
———————————————————————————
Make sure you installed the database (Oracle10g in my case) with proper hostname and port..
(I DO NOT connect to any network while installing Oracle)
I use my computer name(dylan) as host and default port(1521) with sid orcl..
While installing Informatica server, set connection string for
repository to hostname:port/db
(in my case dylan:1521/orcl)..