Multiple Portals in variables_tm1.xml
Posted: Wed Mar 28, 2012 2:44 pm
Guys,
Do you know if it is possible to establish connections to more than 1 TM1 web server in the variables_tm1 file? We have tried the following without success:
Do you know if it is possible to establish connections to more than 1 TM1 web server in the variables_tm1 file? We have tried the following without success:
Code: Select all
<CRNenv>
<urls>
<url>http://bluekineticsdev/TM1Web/TM1WebLoginHandler.aspx</url>
<url>http://bluekineticsdev/TM1Web/TM1WebMain.aspx</url>
<url>http://bluekinetics/TM1Web/TM1WebLoginHandler.aspx</url>
<url>http://bluekinetics/TM1Web/TM1WebMain.aspx</url>
</urls>
<cookies>
<param name="cam_passport"/>
</cookies>
</CRNenv>