-
1. Re: Informatica Administrator Page is not opening
hida.saurabh@gmail.com Jun 7, 2013 8:16 AM (in response to purushotham.infca@gmail.com)Hi Purushotham,
Can you check if following 3 process are running:
1. pmserver
2. pmrepagent
3. Tomcat/JAVA services...
I feel that your java processes are not up and running.
-
2. Informatica Administrator Page is not opening
purushotham.infca@gmail.com Jun 10, 2013 10:46 PM (in response to hida.saurabh@gmail.com)Hi saurabh,
I have uninstalled and reinstalled the Informatica Server.Thanks for your response.
Thanks,
Purushotham
-
3. Informatica Administrator Page is not opening
purushotham.infca@gmail.com Jun 10, 2013 10:47 PM (in response to purushotham.infca@gmail.com)Hi saurabh,
I have uninstalled and reinstalled the Informatica Server.Thanks for your response.
Thanks,
Purushotham
-
4. Re: Informatica Administrator Page is not opening
spodishetti Jun 11, 2013 1:15 AM (in response to purushotham.infca@gmail.com)Make sure the following Services are up,from root user, using below unix commands.
Integration Service: ps -ef | grep pmserver
Repository Service: ps -ef | grep pmrepagent
Admin Console: ps -ef | grep org.apache.catalina.startup.Bootstrap
Admin Console: ps -ef | grep com.informatica.isp.tools.tomcatstarter.InfaTomcatBootstrap
Thanks
Suresh Podishetti
-
5. Informatica Administrator Page is not opening
purushotham.infca@gmail.com Jun 12, 2013 8:26 AM (in response to hida.saurabh@gmail.com)I have got the same problem again in my machine.I can not see the pmrepserver and pmrepagent are not there in My process window.
What could be the issue.It was working fine.All of sudden when i restarted my machine its not opening.
Thanks,
Purushotham
-
6. Informatica Administrator Page is not opening
EC86144 Jun 12, 2013 9:14 AM (in response to purushotham.infca@gmail.com)Hi Purushotham,
Can you installing it in some other machine..because the only thing i can think of is JAVA not running but looking at the previous replies i think you already tried that...so just try this if it does the same..then am sure your JAVA is causing the issue but if it doesnt then i think their is some configuration issue with your system..
Regards,
Nishant
-
7. Re: Informatica Administrator Page is not opening
hida.saurabh@gmail.com Jun 12, 2013 9:43 AM (in response to purushotham.infca@gmail.com)Hi Purushotham,
Maybe the Java package is not properly installed or the environment is not pointing correctly to java folder.
Also if i recall correctly there is a new environment variable 'INFA_JDK_HOME' or 'INFA_HOME_JDK' which you need to define prior installing InfaPC9x above. Please check this env variable too.
Infa provides Tomcat server as default middleware to host Java.
I guess in PATH variable also we define java directory. Make sure all the places point to same directory where java is installed.
Let me see if i can gather few more information for you to install infa.
Regards,
Saurabh
-
8. Re: Informatica Administrator Page is not opening
purushotham.infca@gmail.com Jun 12, 2013 5:47 PM (in response to hida.saurabh@gmail.com)Hi Saurabh,
I have installed informatica on My windows 7 ultimate.It was functioning properly,i have used this for two months.I have not installed any other software like antivirus also.Initially problem was in my colleague system.
Informatica Version 9.0.1
Widows 7
Oracle 11g
Nishant,
It may not be configuration issue as i have worked with this for two months.Can you please tell me how can i make sure whether Java is running or not.
Thanks,
Purushotham
-
9. Informatica Administrator Page is not opening
EC74383 Jun 12, 2013 8:40 PM (in response to EC86144)can you please let me know if you still facing the issue?
-
10. Informatica Administrator Page is not opening
purushotham.infca@gmail.com Jun 13, 2013 3:12 AM (in response to EC74383)Yes...I am Still having the issue.I have compared the process created by informatica in my machine with other machine.I see that pmserver and pmrepagent are not running along with the java.exe service.I am not sure how can i start that service.
Thanks,
Purushotham
-
11. Re: Informatica Administrator Page is not opening
hida.saurabh@gmail.com Jun 13, 2013 9:09 PM (in response to purushotham.infca@gmail.com)Hi Purshotham,
Few points to check...
1.
Infa9.0 min req is 4CPU processor+8GB RAM+20GB diskspace +(Windows 2003 / 2008 or Sun Solaris or HP-UX or IBM AIX or Red Hat Linux or SUSE Linux)
-- am not sure if this is compatible enough with win7.
Client can be installed on Windows 2003 / 2008 / XP with 1 CPU and 512 MB RAM having diskspace of 1.2 GB but thats a different story as we are here concerned with Server.
2.
If any of the 3 services\processes namely pmrepagent, pmserver and tomcat/JAVA services, are not running then it means informatica is not up.
-- if infa PC server is correctly installed and you can't see those 3 services running then you will probably have to restart the infaservices.
C:\Informatica\9.1.0\tomcat\bin, run
infaservice.bat startup
3.
Also check availability of following ports:
a. 6001(https)/8443(https) -domain gateway node
b. 6005 – domain
c. 6006 - SM
d. 6007- infa admin
e. 6008 - SM shutdown
f. 6009 - infa admin shutdown
g. 6013 to 6113- app services port.
4.
As you are using Oracle db for infa repository also check if oracle Service & Oracle TNSListner service is up and running.
5.
check ip in listener ora file and in tnsnames ora file, give same ip
for informatica in : "nodemeta.xml" file at path :(drive)\Informatica\PowerCenter8.6.1\server\config in <dbHost> Node
restart oracle service and then informatica service.
Let me know if you want some more input.
Regards,
Saurabh
-
12. Informatica Administrator Page is not opening
deepak.joshi0522@gmail.com Dec 30, 2013 3:59 AM (in response to purushotham.infca@gmail.com)Hi Purushotham,
You can restart the services and other than that you have to install java.exe with latest version for not getting any further problems.
The issue will be resolved as i also faced the same problem, and did the same.
Regards,
DJ
-
13. Informatica Administrator Page is not opening
rahul.thakur.28@gmail.com Mar 5, 2014 10:31 AM (in response to spodishetti)Hi Suresh,
i could see two instances running when i am giving
ps -ef | grep pmrepagent command.
It is not letting me select the master gateway node and because of which the Admin console is not coming up.
This has happened after a Unix box upgrade ,which is not involved a JAVA upgrade.
Any suggestions ?
-
14. Informatica Administrator Page is not opening
EC96320 May 21, 2014 3:19 PM (in response to purushotham.infca@gmail.com)Hi.
I installed Informatica 9.5.1 on WIndows Server R2, and its worked two days properly (i could open admin console srv-name:6008/administrator).
Two days later Informatica services still running, but i cann't open the admin console.
What could be the issue?
Help me, please, find the reason.
Thanks