Discussion Forum for StarTeam Users
Posted by Oleg Chetverikov on February 07, 2001 at 14:29:45:
Was anybody able to access and modify ACL (access control list) using SDK in VB. This code fails on project.update. I get a java exception "recursive command". The account I use to log in has the privs to modify security.
Dim objProject As StProject
Dim objACL As StAclEntry
Set objProject = findProject(strProjectName)
Set objACL = objProject.acl(0) 'set only for the first group
Dim objST As New StPermissionStatics
objACL.addPermission (objST.GENERIC_CHANGE_ACCESS_RIGHTS)
objProject.Update
Name:
E-Mail:
Subject:
Comments: