Process Automation - managementconsole.timeout setting
search cancel

Process Automation - managementconsole.timeout setting

book

Article ID: 97171

calendar_today

Updated On:

Products

CA Process Automation Base

Issue/Introduction

With the release of CP02 for Process Automation 4.3 SP02, the idle timeout functionality has now been restored to the product. I have just applied CP02 for Process Automation 4.3 SP02 and my users are now getting timeout messages in the UI. Why is this suddenly happening?

Environment

Process Automation 4.3.x

Resolution

The idle timeout has always been a function within CA Process Automation, however at some point in code fixes it was inadvertently disabled.
The CP02 patch for Process Automation 4.3 SP02 has now restored this functionality.

The default value for this is 30 minutes. 
If you need to change this, open the oasisconfig.properties file, located in /PAM/server/c2o/.config and search for "management".

This will bring you to the setting
managementconsole.timeout=

You can change the value to 15 and this will time out your users if they are idle in Process Automation for longer than 15 minutes and require them to log back in.
If you would like to disable this, you can set the value to zero as:

managementconsole.timeout=0

It will be required to restart the orchestrator service, and if you have multiple orchestrators, this will need to be done on all nodes.
Additionally, your users will need to clear their browser cache for changes to take affect.