Hi,We are trying to add/remove users through a perl program, which is called in assignment workflow. iwgroup remove-users GRPNAME DomainUser1 DomainUser2 DomainUser3ERROR:00013: Permission deniedWe opened the group through Admin UI, so we came out of the screen. Is there any permission restriction on iwgroup usage? Like, when an admin is using the assignment workflow then only iwgroup will work. Please advice... Thanks.Env: TS 6.7.2 SP2,Windows 2003
"Ghoti" - Thanks alot - you put me in right direction. The person, who is trying to change the group members through program(part of workflow), is just an existing member of the group. This is existing working code of TS 6.5. Now we need to make sure that the Assigner should be a manager in the code. We tested the same code by making the user as manager, it is working fine.Is this same with unlocking files through program in a workflow? Is there any way to run the above commands through program as a manager/admin on the fly(without actually making the user as manager)?
That is true while using the User Interface. But when we are using commands from a perl program, we were thinking the program will run with system/admin privileges. So it is not correct. If someone confirms the possibility to mimic like that, it would be really helpful.
That would be a serious security hole in TeamSite if the command line let you do things you shouldn't
That is true. So the conclusion is - whatever the rules we have for UI will apply for command prompt(CLT) usage also.What would be the best command(CLT) for changing a member of group as Manager?
iwgroup add-admins group admin(s)