Page 1 of 1

tm1s.cfg and the Parameter Server CAMURI

Posted: Tue Sep 05, 2017 12:17 pm
by ckoenig
Hello to all,

is it possible to use more than one ServerCAMURI within 1 tm1s.cfg file and Planing Analytics 2.0. (see example)

normal
ServerCAMURI=http://[disp01]:9305/bi/v1/disp

what i want do to:
ServerCAMURI=http://[disp01]:9305/bi/v1/disp; http://[disp02]:9306/bi/v1/disp

Hope someone can answer this Question
thx in advanced

Chris

Re: tm1s.cfg and the Parameter Server CAMURI

Posted: Tue Sep 05, 2017 12:20 pm
by jim wood
I've never tried it but sounds like a no go to me. What are you expecting? Should it try the first then the second you login? I'm not sure it would do it, as I said I've never tried it so I might be a millions away.

Re: tm1s.cfg and the Parameter Server CAMURI

Posted: Tue Sep 05, 2017 12:44 pm
by Elessar
Hello! You can list the dispatchers in different strings of tm1s.cfg:

Code: Select all

ServerCAMURI=http://[disp01]:9305/bi/v1/disp
ServerCAMURI=http://[disp02]:9306/bi/v1/disp 
Don't forget to set the "ServerCAMURIRetryAttempts" parameter
More information here: https://www.ibm.com/support/knowledgece ... tempts.htm

Re: tm1s.cfg and the Parameter Server CAMURI

Posted: Tue Sep 05, 2017 4:49 pm
by ckoenig
Ellesar thx.
I also found this in an doc from IBM

Add ServerCAMURI, ClientCAMURI, ServerCAMURIRetryAttempts to tm1s.cfg and change IntegratedSecurityMode to 2


[TM1S]

IntegratedSecurityMode=2
UseSSL=T
ServerName=Walkthrough
AdminHost=pa-adminhost
PortNumber=12346
HTTPPortNumber=8010
DataBaseDirectory=.
ServerCAMURI=http://ca-host:9300/bi/
ServerCAMURI=http://ca-host:9400/bi/

ClientCAMURI=http://web-host:80/ibmcognos/bi/v1/disp
ServerCAMURIRetryAttempts=2

The multiple entries of ServerCAMURI each represent a Content Manager. In case of a failover scenario in Cognos Analytics, the Content Managers will be worked through, starting with the first one in the list. The first entry should therefore represent the primary Content Manage