Refresh individual tables and check status of the table refresh is available Strategy 10.7. The following commands have been added for Intelligent Cube management:
NOTE:
This command will list the table information only when the intelligent cube is a Multi-Table Data Import (MTDI) cube. This command can get the correct cube status and table status only when the cube is being refreshed or published in the same session between Command Manager and Intelligence Server as this command's.
List Intelligent Cube Properties Statement
Lists all properties from a given intelligent cube within a project.
LIST [ALL] PROPERTIES FOR INTELLIGENT CUBE ("<cube_name>" IN FOLDER "<location_path>" | GUID <intelligent_cube_guid>)[(TBID <table_id> [ <table_id> ...] | TBNAME "<table_name>" [, "<table_name>" ...])] FOR PROJECT "<project_name>";
where:
LIST PROPERTIES FOR INTELLIGENT CUBE "DATA_IMPORT_SQL_STATEMENT" IN FOLDER "\Public Objects\Reports\Strategy Platform Capabilities\Extended Data Access\Import Data" FOR PROJECT "Strategy Tutorial";
NAME: is the name of the intelligent cube, returned as a string.
PATH: is the folder where the intelligent cube resides, returned as a string.
GUID: is the GUID of the intelligent cube, returned as a string.
INTELLIGENT_CUBE_TYPE: is the type of the intelligent cube, returned as a string value.
HIDDEN: if the intelligent cube is hidden or not, returned as a boolean value.
ICUBE_STATUS: shows the status of the intelligent cube, returned as a string value
SCHEMA_CANDIDATE_TABLE_LIST: is a ResultSet of the tables in the intelligent cube:
• NAME: the name of the table, returned as a string.
• GUID: the GUID of the table, returned as a string.
• DATA_IMPORT_TYPE: the source type of the table, returned as a string.
• TABLE_REFRESH_STATUS: shows the status of the table, returned as a string.
• TABLE_REFRESH_POLICY: shows the refresh policy, returned as a string.
Article Reference Number: KB440564
KB440564