OBJ_M_DOCATVAR
This table lists the document properties attached to data providers.
This table did not exist before version 5.0 of Business Objects.
Name | Null ? | Type | Values |
M_DOC_N_ID | NOT NULL | int10 | The unique identifier of the document. This value is referenced in OBJ_M_DOCUMENTS. The properties are thus only applied to exported documents. |
M_DOCATV_C_DPNAME | char(254) | The name of the Data Provider (DP) for the current document. | |
M_SRC_C_NAME | char(254) | The name of the source. You can see it in BusinessObjects or WebIntelligence by opening a document and choosing to view the data manager. It can be a universe name, a connection, etc depending on the type of Data Provider. | |
M_DOCATV_N_REF | int10 | This column stores the date at which the Data Provider was last refreshed. | |
M_DOCATV_N_NBROWS | int10 | This column stores the number of rows of the Data Provider. When opening a document, you can see it in the Data Manager. | |
M_DOCATV_N_REFDUR | int10 | The number of seconds needed to refresh the current Data Provider, identified by its name (M_DOCATV_C_NAME). | |
M_DOCATV_N_LAD | int10 | The date at which this table has been last updated (in order to check consistency with the table OBJ_M_DOCAT). This value should not be less than the date at which the document itself was published (because properties are updated in the repository after the document itself). See LAD. | |
M_DOCATV_N_PARTIAL | int10 | Indicates
if the current Data Provider returned a partial result or not: Value 0: No partial result Value 1: Partial results |