Saturday, February 27, 2016

Power Center Web Service Log Run Details



Power Center Web Service Log Run Details


Power Center Web service log run details will be fetched under below folders on Server, these run details cannot be fetched in Informatica metadata.

These stats are not stored in repository. They are stored on the file system in /tomcat/temp//logs directory 

Also make sure to increase MaxStatsHistory property in Admin console to have more logs.


MaxStatsHistory:
Number of days that Informatica keeps statistical information in the history file. Informatica keeps a history file that contains information regarding the Web Services Hub activities. The number of days you set in this property determines the number of days available for which you can display historical statistics in the Web Services Report page of the Administrator tool. 




Sunday, February 7, 2016

Increase Active Informatica Admin Console Page Timeout



Increase Active Informatica Admin Console Page Timeout



Informatica Administrator usually when they work on multiple tasks, want Informatica admin console page to be open for a long time, by default console page will be disconnected every 30 seconds and have to re login again.

By increasing timeout in below file, admin console page will be active.

/infa/informatica/PowerCenter9.6.1/services/AdministratorConsole/webapps/administrator/WEB-INF

cd $INFA_HOME/ services/AdministratorConsole/webapps/administrator/WEB-INF

cat web.xml

Update session – timeout default to 180 for 3 mins or more.

  session-config
        session-timeout 180 session-timeout

  session-config