Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9069

Re: schedule right to Webi Documents

$
0
0

Login to Query Builder with Administrator account using the following link:

 

    http://servername:portnumber/AdminTools

 

2. Execute the below query to get the SI_ID of the UserGroup for whom we need to check the right

 

select si_id,si_name from ci_systemobjects where si_kind = 'UserGroup' and si_name = 'Name of the Group'

 

3. After this execute the below query to get the list of all Crystal
reports for which that user has "Schedule document to run" rights

 

select si_name from ci_infoobjects where si_kind =
'CrystalReport' and IsAllowed("SI_ID of the UserGroup from the first
query",21)

 

Note : Value for Schedule document to run is "21"


Viewing all articles
Browse latest Browse all 9069

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>