select SI_ID,SI_NAME from CI_INFOOBJECTS where SI_PROGID=‘CrystalEnterprise.Webi’ and SI_INSTANCE=0;
To See ALL Webi Reports
my questions are
1)where is the CI_INFOOBJECTS table resides because in my installation i have only 5 tables(below) then where is this table coming from. where does this table store.
The CI_INFOOBJECTS is stored in the system database as binary encoded data. You cannot use normal sql tools to view the column values. The code behind the Query Builder can translate the sql and return data. The only other way to get data from the system database is to write code using the sdk.
Yes Smith,
i already gone through this topic, after reading this only i got the question(this whole post). but what i am asking is.
CI_INFOOBJECTS
CI_APPOBJECTS
CI_SYSTEMOBJECTS like these what else hidden.
can i have any path for OCS website.& where which SDK DOc can help me?
SDK can be downloaded at http://diamond.businessobjects.com/. Please keep in mind that it is not for the faint of heart. You need to have pretty solid programming background.
They changed the site a little since the last time I visited. But it seems to be more organized. The following link at the developer site grouped the SDK by versions…
I thought one of the earlier posts has stated very clearly. These hidden tables are in the system database. They are in binary format and not readable by normal RDBMS tools. You can query these tables with Query Builder because it is wrapped with BOE SDK.
These tables are the 6 CMS tables. They make the links between the Files located on the server and the rights set on them. You also query them using CMS sdk.