cancel
Showing results for 
Search instead for 
Did you mean: 

SYSTEM ERROR IN ADAPTER ENGINE

Former Member
0 Kudos

HI experts,

i have the scenario proxy ->xi--->third party

when i am trying to send the message from RWB->Adapter engine----->testmessage

it shows the following error in the communication channel

2011-04-13 03:35:13 Information The message was successfully received by the messaging system. Protocol: XI URL:

2011-04-13 03:35:13 Information Using connection SOAP_http://sap. Trying to put the message into the receive queue.

2011-04-13 03:35:14 Information Message successfully put into the queue.

2011-04-13 03:35:14 Information The message was successfully retrieved from the receive queue.

2011-04-13 03:35:15 Information The message status was set to DLNG.

2011-04-13 03:35:15 Information Delivering to channel: CC_Channel

2011-04-13 03:35:15 Information SOAP: request message entering the adapter with user J2EE_GUEST

2011-04-13 03:35:15 Error SOAP: call failed: java.net.UnknownHostException: hostname/port

2011-04-13 03:35:15 Information SOAP: sending a delivery error ack ...

2011-04-13 03:35:15 Information SOAP: sent a delivery error ack

let me what i need to do for this

thanks in advance

Edited by: katakoti on Apr 13, 2011 2:53 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

resolved

former_member463616
Contributor
0 Kudos

Hi,

It seems to like network issue. You need to ask them like to open internet ports for the IP for your PI server.

And see the below link, it might be useful to you.

Regards,

P.Rajesh

Former Member
0 Kudos

its resolved by replacing the host name with IP address in the URL which is used in the SOAP receiver communicational channel

Edited by: katakoti on Nov 9, 2011 2:17 PM

Edited by: katakoti on Nov 9, 2011 2:17 PM

0 Kudos

Hi there,

The "java.net.UnknownHostException" suggests that the hostname is not being able to be found.

Try doing a DNS lookup, ping the host or reverse to check if it's retrieved.

In last case, you may try adding the IP and hostname (FQHN) to the /etc/hosts file.

Regards,

Caio Cagnani

Former Member
0 Kudos

Hi

thanks for your reply

i am able to send the data to that url through soap but when i am trying to use the xi to send the data it shows that error

1 .let me how we ping the host of that webservice in xi server

when i am using the proxy host and port it shows another error

SOAP: call failed: java.net.ConnectException: Connection timed out

so please advice me what actions will taken by the network guys

thanks in advance

Edited by: katakoti on Apr 14, 2011 1:20 PM

udo_martens
Active Contributor
0 Kudos

Hi,

assumedly the firewall between PI system and webservice need to be opened. You can try to ping from transaction OS01 (put the IP from the ping), but it will give the result for ABAP server (SOAP is Java).

Regards,

Udo

Former Member
0 Kudos

It seems the receiver channel is a SOAP communication channel. Please review the communication channel on Integration Directory for the configured Endpoint.