Hi,
I want to get a complete overview about the security of our business objects. This means list of all users, folders, reports, ...
I did finished selecting
- all users (Select * From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Webi' ),
- all groups (Select SI_ID, SI_NAME from CI_SYSTEMOBJECTS Where SI_KIND='UserGroup') &
- all folders (Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Folder').
BUT:
How can I find out which group has access to which folder?
Does anyone know this SQL???
Regards,
Corius
I want to get a complete overview about the security of our business objects. This means list of all users, folders, reports, ...
I did finished selecting
- all users (Select * From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Webi' ),
- all groups (Select SI_ID, SI_NAME from CI_SYSTEMOBJECTS Where SI_KIND='UserGroup') &
- all folders (Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Folder').
BUT:
How can I find out which group has access to which folder?
Does anyone know this SQL???
Regards,
Corius