Cisco Cisco Workload Automation 6.3 User Guide

Page of 50
45
Troubleshooting the Informatica Adapter
Monitoring with JConsole
To test Informatica configuration from the command line:
1.
The 
infalib
 archive contains directories 
locale
lib
 and a test script (.bat or .sh). These should have been extracted 
to: C:\Program Files\TIDAL\master\services\infa\, for example. In the same directory, copy jniLM.jar located at:
master\services\{7640B420?5530?11DE?8812?7B8656D89593}\lib
2.
In this same directory, copy infaservice.pkg located at:
master\services
You should have the following similar structure:
infa\
locale
lib
test.bat
jniLM.jar
infaservice.pkg
3.
Modify and save the contents of the test script for your specific environment. The script contains usage information 
which explains the parameters in use. 
Parameters 
-l-d-i-r-u-p-f-w in the following sample test.bat script for Windows would need to be 
changed for testing of your specific environment.
java -Xms256m -Xmx512m -cp infaservice.pkg; jniLM.jar 
com.tidalsoft.service.informatica.logic.jniLM.jniLoadManager -l "locale" -d Domain_Infa85 -i 
IS_Infa85 -r PowerCenter85 -u tidal -p tidal -f Tutorial_Tidal -w wf_PhoneList
4.
Run the test script.
Monitoring with JConsole
The Java Monitoring and Management Console (JConsole) is a JMX technology-compliant graphical management tool 
bundled with JDK 5 (and later). JConsole connects to a running JVM and gathers information from the JVM MBeans in 
the connected JMX agent. 
You can use JConsole to monitor the Informatica Adapter's resource usage.
To monitor the Informatica Adapter using JConsole:
1.
Add the following in the Informatica service.props, prior to starting the adapter:  
JmxOn=Y
2.
Start the jconsole executable located in the JDK_HOME/bin, where JDK_HOME is the directory where the JDK is 
installed.
3.
Create a new connection with the following JMX URL: 
service:jmx:rmi://localhost/jndi/rmi://localhost/Informatica