This structure contains descriptive information about a specific object linked to a data cell in an Essbase database. You might modify this structure when updating an object's source file name or object description. To do this, use EsbLROGetCatalog to retrieve the object's catalog entry, modify the objName and/or objDesc fields as needed, then use EsbLROUpdateObject save your changes on the server. The fields are described as follows:
Data Type | Field | Description |
---|---|---|
String * ESB_ONAMELEN_API | objName | Source file name of object linked to a data cell. ESB_ONAMELEN_API specifies the maximum length of an object name; the default value is 511. |
String * ESB_LRODESCLEN_API | objDesc | Description of an object linked to a data cell. ESB_LRODESCLEN_API specifies the maximum length of the description; the default value is 79. |