Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to clear dlsubmitperms attribute in ActiveDirectory using ADSI connector

hirenp
New Contributor III
New Contributor III

Hi,

I am trying to clear dlsubmitperms attribute in ActiveDirectory using ADSI but it does not clear out and throws the error

2022-08-26 13:27:35.3558 [85] ERROR ADSIConnector.Common.Helpers.ResponseHelper Failed to update attributes.
2022-08-26 13:27:35.3558 [85] ERROR ADSIConnector.Common.Helpers.ResponseHelper System.DirectoryServices.DirectoryServicesCOMException (0x80072030): There is no such object on the server.

at System.DirectoryServices.DirectoryEntry.CommitChanges()
at ADSIConnector.Common.ADOperations.CreateUpdateOperations.PerformUpdateOperations(DirectoryEntry& objectToUpdate, IDictionary`2 attributes, String password, IRequestContext context, ObjectsApiResponseDetail& response, Boolean& finalStatus) System.DirectoryServices.DirectoryServicesCOMException (0x80072030): There is no such object on the server.

at System.DirectoryServices.DirectoryEntry.CommitChanges()
at ADSIConnector.Common.ADOperations.CreateUpdateOperations.PerformUpdateOperations(DirectoryEntry& objectToUpdate, IDictionary`2 attributes, String password, IRequestContext context, ObjectsApiResponseDetail& response, Boolean& finalStatus)

 

3 REPLIES 3

hirenp
New Contributor III
New Contributor III

attribute name is dlmemsubmitperms.

Does your CN Having backslash or comma ? 

https://world.optimizely.com/blogs/Leif-Bostrom/Dates/2010/7/Exposing-the-root-cause-of-ActiveDirect...


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

hirenp
New Contributor III
New Contributor III

No.. Updates work fine if i do not include dlmemsubmitperms attribute