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"