cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring JCO Destinations Programatically

Former Member
0 Kudos

Hi All,

We have a complex shared Portal project landscape that is used by many different projects and subsequently connects to many different ECC, SRM, BW instances etc.

As we provide a shared service to our internal customers (projects) we are judged on the availablilty and stability of the portal instances, and as such we would like to automatically monitor whether the many JCO destinations in each instance are actually still functioning, and issue an alert if not. Frequently the destinations fail because the backend systems have been refreshed and the basis teams responsible for them do not re-implement the STRUSTSSO2 settings or because the SLD is unavailable.

Ideally we would like to write a WDPJ application that periodically tests the JCO destinations and reports failures back to a central email address. My question is whether anyone has any experience of programatically testing the JCO destinations, in the same way the NWA application allows?

Any experience is greatly appreciated!

Cheers,

Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

p330068
Active Contributor
0 Kudos

Hi Steve,

Please have a look at below document for dynamatically handling JCO connections :-

[Portal Components using SAP JCO API |http://wiki.sdn.sap.com/wiki/display/Snippets/AccessR3systemandexecuteRFCfromanyofthePortalComponentsusingSAPJCOAPIin+NWDS]

[Dynamic JCO Handling |http://wiki.sdn.sap.com/wiki/display/Snippets/DynamicJCOHandling-Creation,Updationetc]

[Dynamic Jco creation|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5625] [original link is broken] [original link is broken] [original link is broken];

Also check the method test() of Interface IWDJCOClientConnection for testing JCO connection. [Click Here|https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/services/sal/sl/api/IWDJCOClientConnection.html]

Hope it will helps.

Regards

Arun Jaiswal