we're currently tuning a TM1 architecture (ver 10.2.1) designed to be used everywhere via web, also outside our corporate WAN.
TM1 server farm is running on the cloud, and successfully reachable using Cognos Insight (including SSL support) ONLY if there is no web proxy between the client and TM1 server.
Trying to connect the TM1 instance through a web proxy always results in error (please see the attachment below) we tried unsuccessfully with several customizations of cognosrcp.ini
Code: Select all
vm.location=plugins/com.ibm.jre7.win32.x86_64_10.2.1043.0/jre/bin/classic/jvm.dll
vm.heapsize.preferred=26M
main.class=com.ibm.cognos.provagent.startup.QuickStarter
vmarg.1=-Xshareclasses:name=provagent,nonfatal
vmarg.2=-Djava.net.useSystemProxies=true ;this entry!
;vmarg.3=-Xdebug
;vmarg.4=-Xrunjdwp:transport=dt_socket,address=7070,server=y,suspend=y
classpath.1=startup.jar
;single.instance=dde
;dde.enabled=true
;dde.server.name=Cognos.CognosRCP
;dde.topic=system
;dde.class=org.boris.winrun4j.DDE
;log=log.txt
log.level=none
and CognosInsight.ini
Code: Select all
-vmargs
-Xscmx48M
-Xshareclasses:name=cognosdesktop,nonfatal
-Xgcpolicy:gencon
-Duser.language=en
-Xms100M
-Xmx1536M
Any idea?
Thanks,
Pete