Hi,
We are using SAP BusinessObjects BI Platform 4.1 Support Pack 1 (Version: 14.1.1.1036).
Our Java application is retrieving Crystal Reports by querying CI_INFOOBJECTS.
The query:
SELECT * FROM CI_INFOOBJECTS WHERE SI_INSTANCE=0 and si_kind='CrystalReport'
Seems like it only works with the Administrator account (or if a user is joined to the Administrators group), if we use a normal account, it doesn't work.
I confirmed this by using the query builder tool: http://hostname:port/AdminTools/querybuilder/ie.jsp
If I run the query using Administrator account: Number of InfoObject(s) returned: 104
If I run using a normal user account: Number of InfoObject(s) returned: 0
So is there any right I can assign to the normal user solely for querying CI_INFOOBJECTS, other than using the Administrator or joining that user to the Administrators group?