Forum Discussion
Stan
OneStream Employee
3 years agoAutomatic back up of security
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 "a...
KeithBerry
OneStream Employee
3 years agoHi Stan - Attached is a utility for automatic extracts of metadata (metadata, fx rates and security).
KeithBerry
OneStream Employee
3 years agoAttached is an updated utility for newer versions of OneStream.
- T_Kress3 years ago
OneStream Employee
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?
- KeithBerry3 years ago
OneStream Employee
Hi Teresa - Use the newer version (ALE) posted above or add the following to the Imports section of the BR:
Imports System.Text.RegularExpressions
- MarcusH1 year agoValued Contributor
I just had the same problem. I am adding the solution here in case anyone else gets the same problem. You need to add this line before the Namespace line:
Imports System.Text.RegularExpressions
Related Content
- 2 years ago
- 1 year ago
- 8 months ago