cancel
Showing results for 
Search instead for 
Did you mean: 

XI communication channel missing in communication channel monitoring

Former Member
0 Kudos

Hello partners,

I have a problem with communication channel monitoring.

I have defined a communication channel of Adapter Type = "XI" in the integration directory.

I have also sent messages successfully via this communication channel.

But the communication does not appear in the list of available channels in the selection list of the communication channel monitoring.

Can someone tell me how I can get monitoring info of an "XI" communication channel?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I am writing a UDF to get the JMS adapter type status from "communication channel monitor"..

DynamicConfiguration conf = (DynamicConfiguration) container

.getTransformationParameters()

.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);

DynamicConfigurationKey dkey = DynamicConfigurationKey.create(

"http://sap.com/xi/XI/System/JMS", "DCJMSCorreleationID" );

From here I don't how to get the status of JMS communication channel status, cluster node status and also the processing details..

I am also thinking, is there any I can get the JMS payload and parse it to get the required elements..

I badly need ur suggestion..

Thanks-GS

Former Member
0 Kudos

Hello Gopal,

I fear that your approach to obtain the JMS adapter status cannot be successful. The object DYNAMIC_CONFIGURATION contains only static information about a communication channel. I suppose it cannot provide the information about its status during runtime. So I have no idea how to receive this information.

I am sorry not being able to support you better.

Best regards

Andreas Keplinger

Former Member
0 Kudos

Thanks for your prompt reply..

Former Member
0 Kudos

Thank's for your answers.

But the adapter monitoring (link

http://<i>server</i>:<i>port</i>/mdt/amtServlet) does not help.

If I check the adapter monitor for the adapter type "XI" then the following note is displayed:

"XI Adapter Monitoring is now part of Channel Monitoring"

Message was edited by: Andreas Keplinger

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

From SP17, you have a new feature

http://help.sap.com/saphelp_nw04/helpdata/en/44/46d1a56faf52d3e10000000a1553f6/content.htm

<i>The Runtime Workbench has the following new functions:

&#9679; Component monitoring: Communication channel monitor

In component monitoring, you can use the new communication channel monitor to call information about the status of your communication channels and the corresponding adapters. You can also administrate your communication channels.

Unlike the adapter monitor, the communication channel monitor also provides current runtime information about the communication channels of individual adapters, as long as they are registered for communication channel monitoring.

To monitor adapters that do not provide runtime information to communication channel monitoring, continue to use the adapter monitor.</i>

Regards,

Bhavesh

Former Member
0 Kudos

Hi ,

You can access all your communication channels in this link.

Replace - XI1db01.com with your IP address.

52100 with the port number where XI running

http://XI1db01.com:52100/mdt/amtServlet

Here you can see all the adapters... You can chcek you XI adapter there ...

Regards,

Nanda

Former Member
0 Kudos

Hi,

Have you checked adapter monitor.

RWB->Component->Adapter Engine->Adapter monitor

check also it message monitor on adapter engine:

http://host:port/MessagingSystem/monitor/monitor.jsp

regards,

wojtek