dms.CreateSD

This job creates a Security Descriptor for each object instance defined in the parameter 'XmlInfo'.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported → pass 0

XmlInfo

STRING

Yes

List of objects in XML format for which Security Descriptors should be created

2. Return Value

(INT): 0 = Job successful, otherwise error code
Complete error list

Building the input parameter XmlInfo
<DMSAccess>
  <ACL obj_type="1" obj_id="61967"/>
  <ACL obj_type="1" obj_id="61968"/>
</DMSAccess>
Returned ACL list in XML format (Description: see ACL XML Schema)
<DMSAccess timestamp="2004-04-08T12:59:25" version="4.50">
  <ACL ossd="6DBEC785D3CEB4D894B" obj_type="1" obj_id="61967"/>
  <ACL ossd="2AB8AB82E0CEB4D8BDD" obj_type="1" obj_id="61968"/>
</DMSAccess>

3. See Also