Using PAX but disable PAW?

Post Reply
User avatar
Ganos Lal
Posts: 39
Joined: Fri Oct 29, 2010 8:56 am
OLAP Product: TM1
Version: TM1 11
Excel Version: 2019 + 365
Location: Switzerland - Neuenhof
Contact:

Using PAX but disable PAW?

Post by Ganos Lal »

Hi

We want to use PAX including the set editor (example what I mean in attachement (don't know the exact english name)).
But we won't allow the user to log into PAW. Is it possible to block the PAW login without block PAX? If yes, how?

Jani
Attachments
22-07-_2019_15-29-22.png
22-07-_2019_15-29-22.png (45.66 KiB) Viewed 2502 times
End of time.
dr.nybble
MVP
Posts: 160
Joined: Wed Aug 17, 2011 3:51 pm
OLAP Product: TM1
Version: 10.2.2
Excel Version: Excel 2007

Re: Using PAX but disable PAW?

Post by dr.nybble »

Disable auto creation of new users in PAW. Add the following to your config file.

On Linux in config/paw.env --

export ENABLE_USER_IMPORT=false

On Windows in config/paw.ps1:
$env:ENABLE_USER_IMPORT="false"

See https://www.ibm.com/support/knowledgece ... _file.html
User avatar
Ganos Lal
Posts: 39
Joined: Fri Oct 29, 2010 8:56 am
OLAP Product: TM1
Version: TM1 11
Excel Version: 2019 + 365
Location: Switzerland - Neuenhof
Contact:

Re: Using PAX but disable PAW?

Post by Ganos Lal »

Works great. Thank you very much!
End of time.
Post Reply