Impossible to update DSO roles? -
04-01-2005
, 08:22 AM
Hi!
Is it impossible to update a role in DSO?
when trying this in vb:
set dsoRole = dsoDabase.Roles.Item("test")
dsoRole.lockobject olapLockRead, "Updating role"
dsoRole.SetPermissions "Dimension:Store", ValidPermsissionXml
i get a wierd "object required" error. I know the role exists, and i
can access it through vb.
Do i really have to drop the role and recreate it in order to update
it? |