Syntax in PAW.ps1 to enable View Integration In PAX

Post Reply
dharav9
Posts: 72
Joined: Wed Aug 15, 2018 3:18 pm
OLAP Product: TM1
Version: 10.3
Excel Version: 2016

Syntax in PAW.ps1 to enable View Integration In PAX

Post by dharav9 »

Hi, All

Environment:
PAW:2.0.59
pa local: 2.0.9.3

I want to enable View feature (see attached) in PAX for users to exchange PAW content space view from PAX.
I follow ibm document and it describes to place Enable_View_Exchange parameter and set it to ture in PAW.ps1 file.

I place following code in PAW.ps1 file and restarted PAW services.

$env:ENABLE_VIEW_EXCHANGE="true"

It did not work for me. Just want to make sure syntax is correct or not?

Thank You
Dharav
Attachments
PAX View Integration.docx
(91.06 KiB) Downloaded 218 times
User avatar
Ajay
Regular Participant
Posts: 183
Joined: Wed May 14, 2008 8:27 am
OLAP Product: TM1
Version: 10.2.0, PA 2.0.9
Excel Version: 2016
Location: London

Re: Syntax in PAW.ps1 to enable View Integration In PAX

Post by Ajay »

Hi

So when I did this, I stopped PAW using the scripts/paw.ps1 file, with the command:

./paw.ps1 stop

I then made the change in the config/paw.ps1 file, saved the file, and then I restarted PAW, using the scripts/paw.ps1, with the command:

./paw.ps1

This should enable the new change you require

HTH
Ajay
declanr
MVP
Posts: 1822
Joined: Mon Dec 05, 2011 11:51 am
OLAP Product: Cognos TM1
Version: PA2.0 and most of the old ones
Excel Version: All of em
Location: Manchester, United Kingdom
Contact:

Re: Syntax in PAW.ps1 to enable View Integration In PAX

Post by declanr »

You don't actually need to stop the services manually. But Ajay is correct that you need to run the paw.ps1 script after you make any changes to the config parameters.
When you run ./scripts/paw.ps1 it will find any changes you have made and then restart only the services that are required for it to take effect.

However, it is probably a good idea to carry out the steps that Ajay has suggested as it gives you an opportunity to make sure that you have backed up the file in case you get anything wrong.
Declan Rodger
Post Reply