Show TOC Start of Content Area

Background documentation Configuration Parameters  Locate the document in its SAP Library structure

User Management Settings

User groups are stored intermediately in an LRU buffer.

Use the parameter below to set the size of this buffer:

com.tssap.dtr.server.deltav.security.groupBufferSize=1000

The UserManagementTask refreshes these buffers periodically to keep the principals in the buffers up to date.

Using Unique IDs Instead of Unique Names

To configure the DTR for using Unique IDs instead of Unique Names, set the following parameter:

      com.tssap.dtr.server.deltav.security.um.useGroupUniqueID=true

Group names in the ACLs must be replaced by the unique IDs of the groups.

Changing the Time Intervals

You can change these settings in file

http://<host>:<httpPort>/dtr/ws/system/config/active/registry/repository.properties

To change the schedule, proceed as follows:

...

       1.      Check out this file using the DTR client.

       2.      Modify the time interval.

       3.      Check in the activity containing the change.

End of Content Area