Page 1 of 1

PA 2.0.7 TM1 Web and BI 10.2.2

Posted: Wed Sep 18, 2019 5:42 pm
by jim wood
Guys,

I know IBM say that this combo isn't supported but I've got to get it working before the end of Sept with the support for TM1 10.2.2 ending. So far I have been able to install TM1 server and clients. I've been able to connect to the current CAM server and I'm able to login through good old perspectives on the VM where I'm doing the install.

I am however having trouble getting CAM to work with TM1 Web. If I have security set to 1 everything works fine. I'm able to login and go everything as expected. Once I get CAM involved I get the good old The TM1Web service parameter was not specified or is not one of the configured locations error. Now I have made sure (on the BI box) that the TM1Web.html is in place with the correct settings. I've also added the needed lines to the variables_tm1.xml file.

We've ran multiple TM1 Web servers pointing to our Dev CAM box before without issue so I'm starting to wonder if this something to do with these version not working.

Settings in TM1Web.HTML:

Code: Select all

var tm1webServices = ["http://localhost:8080", "http://localhost:9510", "http://PABox:9510"];
Settings in variables_tm1.xml:

Code: Select all

	<urls>
		<url is-regex="true">http://dev.example.gov/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebLogin.aspx</url>
		<url is-regex="true">http://dev.example.gov/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebLoginHandler.aspx</url>
		<url is-regex="true">http://dev.example.gov/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebMain.aspx</url>
		<url is-regex="true">http://PABox/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebLogin.aspx</url>
		<url is-regex="true">http://PABox/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebLoginHandler.aspx</url>
		<url is-regex="true">http://PABox/TM1Web(/\([aAsS]\([A-Za-z0-9]+\)\))?/TM1WebMain.aspx</url>
		<url>../tm1/web/tm1web.html</url> 
	</urls>
Any help with this would be greatly appreciated.

Thanks,

Jim.

Re: PA 2.0.7 TM1 Web and BI 10.2.2

Posted: Wed Sep 18, 2019 6:09 pm
by gtonkin
No idea, don't use CAM but saw this link. HTH.

Re: PA 2.0.7 TM1 Web and BI 10.2.2

Posted: Thu Sep 19, 2019 12:42 pm
by jim wood
Interestingly I've managed to get it kind of working. Gtonkin I went through the link and added the pmhub file which was missing and set the parameters. It now does work as long as I don't use localhost on the machine itself. Also now when logging out I get the following error:
PA Web Firewall Error.PNG
PA Web Firewall Error.PNG (10.72 KiB) Viewed 2797 times
Either way this is turning out too be the most fun ever... not.