Simple listing of applications registered in the XI3 or BI4 platform (e.g. REST Web services, Web Intelligence).
Column Name |
Data Type |
Description |
---|---|---|
CMSID |
varchar |
The actual name of the CMS host machine without the port number, if used. This is used in conjunction with OBJECTID or CUID to uniquely identify an object across environments. |
CREATED |
datetime |
Time at which the application object was created |
CUID |
varchar |
The unique ID of the object, but does not stay unique across environments (CMS/Query Builder equivalent of SI_ID ) |
DESCRIPTION |
varchar |
Description of the application |
ID |
int |
Internal MetaMiner ID of the row |
ISDELETED |
bit |
Indicates whether this object was deleted from the BusinessObjects CMS. В When set to "1", the object was deleted and MetaMiner keeps a "soft delete" record of its metadata. |
ISINSTANCE |
bit |
Is the object an instance? В 0 = FALSE; Returns 1 = TRUE |
KIND |
varchar |
The type of the object, equivalent to SI_KIND in the CMS/Query Builder |
NAME |
nvarchar |
Name of the application |
OBJECTID |
int |
The SI_ID of the object as its known to the SAP BusinessObjects CMS |
PARENTID |
int |
The object's Parent ID, which could be an instance or folder or object package or publication. Equivalent of SI_PARENTID |
READONLY |
bit |
Is the application read-only? |
UPDATED |
datetime |
Datetime that this object was updated in the SAP BusinessObjects CMS |
UPDATEDUTCMILLIS |
bigint |
Time at which this application object was updated (security was changed on the object) |
See also