handle1134
Programmer
I am using WebServices for CR Server XI Release2.
I managed to create a new UserGroup and a new Folder using WebServices SDK but I do not know how to add 'Full Control' rights on the newly created group, for the newly created UserGroup.
I've added 'Ful Control' rights from the CR Server. After this I have done a select in the info object tables to see if there is a link between the usergroup and the folder saved but I do not see anything.
The query used : SELECT * FROM CI_INFOOBJECTS, CI_SYSTEMOBJECTS WHERE SI_NAME='Test Group' or SI_NAME='Test Reports'
Please let me know if there is something that I am missing.
I managed to create a new UserGroup and a new Folder using WebServices SDK but I do not know how to add 'Full Control' rights on the newly created group, for the newly created UserGroup.
I've added 'Ful Control' rights from the CR Server. After this I have done a select in the info object tables to see if there is a link between the usergroup and the folder saved but I do not see anything.
The query used : SELECT * FROM CI_INFOOBJECTS, CI_SYSTEMOBJECTS WHERE SI_NAME='Test Group' or SI_NAME='Test Reports'
Please let me know if there is something that I am missing.