ID:144000 Can't open report database to get panel data -- place cmp get_report_panel_data Tcl command between cmp start_batch and cmp end_batch Tcl commands

CAUSE: You used the cmp get_report_panel_data Tcl command to get the data from a report database panel; however, because you did not place cmp get_report_panel_data between cmp start_batch and cmp end_batch Tcl commands, cmp get_report_panel_data cannot open the report database, and therefore cannot get the panel data.

ACTION: Make sure cmp get_report_panel_data is between cmp start_batch and cmp end_batch Tcl commands.