Page 1 of 1

PAW Admin tool - Pointing to New Tm1 Servers

Posted: Wed Jun 15, 2022 10:46 am
by chewza
Hi Guys

I am trying to configure a PAW server to point to a different Tm1 server. I have successfully validated, updated, and even restarted the PAW physical box, but it still points to the old Tm1 server instances when i open paw. The config is something like this:
Tm1 Admin Server URI: https://newtm1:5898
Tm1 Application Server: https://newtm1:9510
Tm1 Login Server URI: https://newtm1:44978

PAW open fines with these settings (after restart and even server reboot), but still points to the old server - it's as if the configuration changes never took place. Also, if I reopen the Admin tool (runninf Start.ps1) the new config settings are definitely there.

Any ideas?

Many thanks!
Chris

Re: PAW Admin tool - Pointing to New Tm1 Servers

Posted: Wed Jun 15, 2022 10:55 am
by declanr
What does the paw.ps1 file in the config folder show?
It should be exactly the same as what you see in the admin tool GUI since that will be where it retrieves the details it shows you is from.

My guess with the info you have provided would be that you actually have kept multiple PAW folders/directories after an upgrade etc and when you are starting PAW - it is actually still starting one of the older ones. That is just a guess though.

Re: PAW Admin tool - Pointing to New Tm1 Servers

Posted: Wed Jun 15, 2022 1:08 pm
by chewza
Hi Declan

The paw.ps1 file shows the correct info - exactly the same as on the Admin tool.

Regards
Chris

Re: PAW Admin tool - Pointing to New Tm1 Servers

Posted: Wed Jun 15, 2022 2:05 pm
by declanr
And is there perhaps an old paw.ps1 file that still has the old configuration? As I mentioned it's just a guess but the containers could still be associated with an old directory.

And try running ./scripts/paw.ps1 in powershell with admin rights - this should force any configuration changes to be applied.