The customer system is BW7 on SAP EHP 1 for SAP NetWeaver 7.0
SAPKB70108
SAPKA70108
SAPKW70108
While dealing with space issues on the BW side of things, we realised that Database Monitoring was not correctly configured, so we worked through the Service Market Place Note 1002840 - No data or obsolete data in DB Space Statistic Monitor.
However, the output from DBACOCKPIT / DB02 -> Space -> Additional functions -> Collector logs -> "Modules" tab
shows many monitors as INACTIVE even though they are turned on in DB02_COLL_PLAN_DB
For example,
A) the output from DBACOCKPIT / DB02 -> Space -> Additional functions -> Collector logs -> "Modules" tab
shows the DB* monitors as INACTIVE.
See DBACOCKPIT_Collector_Logs_DB.txt
B) When I look in DB02_COLL_PLAN,
SMON_NAME = DB*
these monitors show as ACTIVE
C) When I look in transaction SE16 table DB02_COLL_LOG
COLL_DATE = 09/27/2015
SMON_NAME = DB*
I see that they are running regularly, with either a return code of blank (presumably 00) or 02. See DB02_COLL_LOG_DB-0927.txt
For reference, according to Note 1002840,the return codes mean:
00 Successful execution
01 Successful execution: no data collected
02 Successful execution: dataset was already up-to-date
10 Database connection not possible
20 Monitor deactivated: Oracle release < 9
30 Submonitor deactivated: source submonitor was inactive
31 Submonitor deactivated: data upload exceeded fixed limit
32 Submonitor deactivated: runtime exceeded fixed limit
In short, the monitors are running, but I can't work out why they are showing up as inactive in DBACOCKPIT / DB02. I suspect that the code behind the DBACOCKPIT / DB02 -> Space -> Additional functions -> Collector logs -> "Modules" tab is incorrect, however I haven't found any fix for this in the Service Market Place. Does anyone have any ideas ?