Further guidance on monitoring Cognos 11 can be found in
https://communities.ca.com/thread/241780500-cognos-11-monitoring
Before opening a case, customer looked at:
https://communities.ca.com/message/241991362-cognos-11-monitoring
The steps for successful instrumentation is the following:
<param>"-javaagent:E:/apps/CA/IntroscopeAgent10.1/Cognos10.2/wily/AgentNoRedefNoRetrans.jar"</param>
<param>"-Dcom.wily.introscope.agent.agentName=Cognos_Global_TST"</param>
<param>"-Dcom.wily.introscope.agentProfile=E:/apps/CA/IntroscopeAgent10.1/Cognos10.2/wily/core/config/IntroscopeAgent.NoRedef.Cognos_TST.profile"</param>
<param>"-Dorg.osgi.framework.bootdelegation=com.wily.*"</param>
<param>"-javaagent:${install_path}/wlp/bin/tools/ws-javaagent.jar"</param>
<param>-jar</param>
<param>"${install_path}/wlp/bin/tools/ws-server.jar"</param>
<param>cognosserver</param>
The key workaround was to put the Introscope agent args "BEFORE" the existing args which were there by default.