all groups > sql server reporting services > september 2005 >
You're in the

sql server reporting services

group:

Assigning User / Group thru Web service?


Assigning User / Group thru Web service? Nathan Myers
9/12/2005 12:41:02 PM
sql server reporting services:
I can't find a way to set user / group to a role thru the web service, this
functionality is availible in the Reports interface, but not thru the web
service?

Just to note i'v implemented Custom Security, agains a users data store. We
need to bulk load 1500 users.

Can this be done thru the db? that would be a solution also if the web
methods are not availible?

Re: Assigning User / Group thru Web service? Lev Semenets [MSFT]
9/12/2005 8:11:59 PM
Report Manager uses SetPolicies and SetSystemPolicies SOAP methods.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: Assigning User / Group thru Web service? Nathan Myers
9/12/2005 9:44:03 PM
do these methods inclue seting a Role to a User / Group. I haven't seen it
in the documentation anywere. Can you show an example of setting a Role
(System Adminstrator) to a User (Nathan.Myers) via the Web services
SetPolicies or SetSystemPolicies?

[quoted text, click to view]
Re: Assigning User / Group thru Web service? Lev Semenets [MSFT]
9/13/2005 9:24:23 PM
Use SetSystemPolicies to set System Administrator role for a user.
Basically you need to get system policies using GetSystemPolicies, add
policy for user, and then call SetSystemPolicies
--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button