Configuration and Administration

glog.lrt Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New in Version

Description

glog.lrt.considerUserRole

22C

Long Running Tasks records are persisted using the Process Control user's login domain. Previously, they had used the current domain of that user, possibly different if the user modified his current domain after login. This could force recurring processes to fail due to security issues persisting Long Running Tasks.

If the previous behavior is needed in some conditions, it can be restored by setting this property to true.

Default: false

glog.lrt.enforceExecAsUser

23A

When true, long running task creation checks for the legacy impersonation. It can be set to false for backward compatibility.

Default: true

Related Topics