문제

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.

도움이 되었습니까?

해결책

Hooh. Finally got it:

Select  SI_NAME,SI_PROCESSINFO.SI_LOGON_INFO 
From CI_INFOOBJECTS 
Where SI_PROGID='CrystalEnterprise.Report' And SI_INSTANCE=0 
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top