cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor if repositories are Loaded or Unloaded

Former Member
0 Kudos

Hi All

I would like to ask you if there is any smart way to monitor if repositories are unloaded.

Currently to see if repository is loaded we have to connect to it by log on. We have increasing amount of repositories and we would like have some kind of fast overview if all repositories are loaded. That will help us avoid some problems we currently encouraged. Somebody forgot to load repository and data were not proceded. That happened only once but we would like to avoid it in the future - just in case

Thank you for all suggestions.

BR

Michal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Thank you for replay.

can you describe a bit more about MDM ABAP APIs? I think this is very interesting solution.

Can you describe briefly or point me to some documentation with more step by step details?

Thank you in advance for any kind of help.

BR

Michal

former_member206388
Contributor
0 Kudos

Hi Michal.

You can get more insight on the following link on MDM ABAP API : [Link|http://help.sap.com/saphelp_nwmdm71/helpdata/en/44/93aa6831381053e10000000a422035/frameset.htm]

Regards

Bala

Former Member
0 Kudos

Hi,

If you want to know the repository is loaded or not,Simple check is try to login thru any of the clients like datamanager or importmanager or syndicator,IF the repository is not loaded you will get error messaging 'Repository is not loade'.You will not able to login thru any of the clients.

Thanks

Yugandhar

Former Member
0 Kudos

Hi Rafal

A very informative guide on the use of ABAP APIs for central monitoring is available in service market place, titled as

Configure CCMS Monitoring for MDM ABAP API Tracing on SAP Service Marketplace at:

service.sap.com/installMDM ® MDM 7.1 - Monitoring Guides (ZIP File).

Hope this helps-Ravi

Former Member
0 Kudos

Hi,

can you describe a bit more about MDM ABAP APIs?

MDM ABAP APIs provides a programming interface for accessing MDM using ABAP

Can you describe briefly or point me to some documentation with more step by step details?

See, for this you have to install MDM_TECH patch at ECC side for accessing MDM which should be compatible with MDM Server.

For complete reference guide:

http://help.sap.com/saphelp_nwmdm71/helpdata/en/48/edff445128209ce10000000a42189d/content.htm

For report using which you can check repository status.

http://help.sap.com/saphelp_nwmdm71/helpdata/en/47/5d01575a205519e10000000a421138/content.htm

Kindly mark thread as answered if this solves your query.

Regards,

Mandeep Saini

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Somebody forgot to load repository and data were not proceded.

If you are using SAP system to send data to MDM and to avoid this situation, you can also make use of MDM ABAP APIs to run a report before sending data from ECC. This report using MDM ABAP APIs will give you details about repository status.

Regards,

Mandeep Saini

Former Member
0 Kudos

Hi,

You can also use CCMS monitoring to see all the mdm systam information

http://help.sap.com/saphelp_nwmdm71/helpdata/en/45/aff1757f712735e10000000a155369/frameset.htm

YOu can check yr post in which it is mentione d how to configure ccms

Thanks,

Sudhanshu

Edited by: Sudhanshu Agarwal on Sep 13, 2010 3:28 PM

Former Member
0 Kudos

Hi ,

You can create a very simple application to check the repository that are loaded or not.

Steps;

1. Create a ui that contain an input field for server name and if there is any password maintained then afield for password also,then create a field either dropdown or list field that populate with the repositories that are loaded

2. Using connection pool factory get connection to server.

3. using connection object run the GetRunningRepositoryListCommand to get the the running repositories.

Hope it helps you.

Thanks,

Sudhanshu