Hi Team
Hope youre doing well.
PAW version 2.0.87
I have referred the IBM article and updated the session timeout.
Step 1 : Stopped the PAW service by using running Paw.ps1 stop via powershell as admin from Scripts folder in installation directory.
Step 2 : Updated paw.ps1 files in Config folder in Installation directory.
Step 3 : Started PAW service by using running Paw.ps1 start via powershell from Scripts folder in installation directory.
Step 4 : login in PAW minimize the screen for 15 mins to check the idle session time out thing it is not working.
result : the PAW session didnt get timed out.
Refernces used :
PLANNING ANALYTICS WORKSPACE IDLE TIMEOUT:
Default: 60m ( 60 minutes )
Location: <paw install>/config/paw.env
Setting: SessionTimeout
https://www.ibm.com/support/knowledgece ... _file.html
Regards
Prabhjot Singh
IBM PAW IDLE Session Timeout
-
- Posts: 10
- Joined: Tue Jun 14, 2022 10:59 am
- OLAP Product: IBM PA
- Version: 9.5
- Excel Version: 2016
IBM PAW IDLE Session Timeout
Last edited by PrabhjotSinghPhull on Mon Jun 03, 2024 3:29 pm, edited 1 time in total.
- Steve Rowe
- Site Admin
- Posts: 2455
- Joined: Wed May 14, 2008 4:25 pm
- OLAP Product: TM1
- Version: TM1 v6,v7,v8,v9,v10,v11+PAW
- Excel Version: Nearly all of them
-
- Posts: 10
- Joined: Tue Jun 14, 2022 10:59 am
- OLAP Product: IBM PA
- Version: 9.5
- Excel Version: 2016
Re: IBM PAW IDLE Session Timeout
Hi Steve
PAW session timeout is not working after updating the parameter
- gtonkin
- MVP
- Posts: 1254
- Joined: Thu May 06, 2010 3:03 pm
- OLAP Product: TM1
- Version: Latest and greatest
- Excel Version: Office 365 64-bit
- Location: JHB, South Africa
- Contact:
Re: IBM PAW IDLE Session Timeout
Is your PAW running on Windows or Linux?
And you specified SessionTimeout="15m" - ensuring case is same?
And you specified SessionTimeout="15m" - ensuring case is same?
-
- Posts: 10
- Joined: Tue Jun 14, 2022 10:59 am
- OLAP Product: IBM PA
- Version: 9.5
- Excel Version: 2016
Re: IBM PAW IDLE Session Timeout
Yes correct the Windowserver 2016 and have written in below format.
$env:SessionTimeout="15m"
In config folder the default.ps1 file still the parameter is 60m which was supposed to over ride after stop and start the paw.ps1 and its not overriding it.