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
Using PAX but disable PAW?
- 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?
- Attachments
-
- 22-07-_2019_15-29-22.png (45.66 KiB) Viewed 2503 times
End of time.
-
- 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?
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
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