on ‎2008 Oct 22 2:14 PM
total newbie and completely lost on this site so forgive me if this is an inappropriate question but I'm in a pickle -
How do I determine which published Crystal Reports use a given data source?
I have BO XI R2
Thanks
Jamie Simpson
Request clarification before answering.
You need to connect to the CMS Database to query the CI_INFOOBJECTS table.
You can try this query also " SELECT SI_NAME, SI_PROCESSINFO.SI_LOGON_INFO FROM CI_INFOOBJECTS WHERE
SI_INSTANCE = 0 AND SI_NAME = 'Report Name' "
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to connect to the CMS Database to query the CI_INFOOBJECTS table.
The CMS database does not contain the CI_INFOOBJECTS table. CI_INFOOBJECTS is a pseudo-table held in CMS memory only. It is not an actual table on the database. CI_INFOOBJECTS can only be accessed via the SDK and Query Builder. One only needs to logon to the CMS and not the CMS database to access CI_INFOOBJECTS.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.