0

Is there a way to get from Business Objects Enterprise XI R2 Report Names and their connections information? I heard that there is a way to query metadata, but not even sure where and how to begin. Google does not return any particular information on that subject

Thank you in advance.

Yuri
  • 2,820
  • 4
  • 28
  • 40

1 Answers1

1

Hooh. Finally got it:

Select  SI_NAME,SI_PROCESSINFO.SI_LOGON_INFO 
From CI_INFOOBJECTS 
Where SI_PROGID='CrystalEnterprise.Report' And SI_INSTANCE=0 
Yuri
  • 2,820
  • 4
  • 28
  • 40