$('a[name]').remove(); $('#ic-homepage__footer').before('
'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('
'); $("#ic-homepage__feed-tips").wrapInner('
'); });
IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agent Builder User's Guide > Cognos data model generation > Create reports > Populate the ManagedSystem Table IBM Tivoli Monitoring, Version 6.3
Run the DB2 stored procedure
Run a stored procedure on DB2.
Perform the following steps to run the stored procedure on DB2:
Procedure
- Connect to the Tivoli Data Warehouse database as the warehouse user:
connect to <Tivoli Data Warehouse database alias> user <Tivoli Data Warehouse user id> using <password>
- Run the stored procedure:
db2 "call <Tivoli Data Warehouse schema>.kqz_populate_msn ('<three letter product code for the agent>')"
Parent topic:
Populate the ManagedSystem Table