cancel
Showing results for 
Search instead for 
Did you mean: 

MDM Repository unload status Monitoring

Former Member
0 Kudos

MDM Expert

Sometime our MDM Repository gets unloaded automaically thoguh the MDM Services run fine

SAP has suggested to change the below parameter and we have made the changes but would like to know how can we monitor MDM Repository unload status?

Extra DBConnection Validation=True

We want to get an alert as soon as MDM Repository gets unloaded

As per my knowledge we can only monitor Executables or any process but how monitoring can be done for Repository status

Please help as MDM Repository unload status is create issue as we do not get any alert.We use

Thanks

Deelip

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Deelip,

I have two ideas (actually in my mind) to solve the problem:

1. You can develop a web service as EventDispatcher to react to events happening in the repository. Please refer to the package com.sap.mdm.notification in [url] http://help.sap.com/javadocs/MDM/SP06/index.html [url]

2. You could use the CLIX command through a script that launchs a command periodically (let me say, as a Job).

Please, refer to this: [url] https://wiki.sdn.sap.com/wiki/display/MDM/GettingStartedwithMDMCLIX [url]

Both solutions require a development.

Hope this can help you.

Thanks.

Vito Palasciano

Former Member
0 Kudos

Hi,

For Repository monitoring you can configure Solution Manager CCMS Alert. This will send an automated mail alert to your mailbox whenever Repository gets unloaded.

http://help.sap.com/saphelp_mdmgds55/helpdata/en/43/73b8f94df87100e10000000a1553f7/frameset.htm

Regards.