Automatic back up of security

Stan
New Contributor II

Hi everybody,

I would like to schedule an automatic extract of the security (users/groups/roles)

I plan to use a data management job and a BR but I cannot find the syntax of the rule. The code "applicationZipFileHelper" does not extract the security, only the application.

Thank you for your help

 

1 ACCEPTED SOLUTION

kberry
New Contributor III

Hi Stan - Attached is a utility for automatic extracts of metadata (metadata, fx rates and security). 

View solution in original post

5 REPLIES 5

kberry
New Contributor III

Hi Stan - Attached is a utility for automatic extracts of metadata (metadata, fx rates and security). 

kberry
New Contributor III

Attached is an updated utility for newer versions of OneStream.

Hi Keith, this is great.  I seem to be missing one function in the BR though.  The delete section seems to reference a RegEx function that I do not have.  How do I get that?

Teresa C. Kress
Principal Delivery Manager Partner Enablement | OneStream Software

kberry
New Contributor III

Hi Teresa - Use the newer version (ALE) posted above or add the following to the Imports section of the BR:

Imports System.Text.RegularExpressions

Stan
New Contributor II

thank you Keith