cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error in transmitting message

Former Member
0 Kudos

In a scenario in XI using File sender to IDoc receiver Communication channel, I am getting an error in RWB Messg Monitoring (Details>Audit).

The file is picked up by the File adapter. But, moving ahead, we get this error.

"Transmitting the message to endpoint hhtp://blade3:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.MalformedURLException: unknown protocol: hhtp."

Could any body please tell how to fix it? Why is the error being generated?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Niladri,

Check the pipeline URL for the XI Business System in the SLD and/or the Integration Enine Configuration in the transaction SXMB_ADM. Either one of those two has a type in the URL (hhtp instead of http).

Kind regards,

Koen

Answers (2)

Answers (2)

Former Member
0 Kudos

>>hhtp://blade3:8000/sap/xi/engine?type=entry

If you look at the URL, it is <b>hhtp:</b>. This should be <b>http</b>. Hence the error.

Soln.

Maintain the correct URL in

a. SXMB_ADM->Specific configuration-->ISURL

b. SLD-->Business sytem. change the URL.

Regards,

Jai Shankar

former_member529475
Active Contributor
0 Kudos

HI Niladri

) Check pipeline URL in the SLD in the business system of the Integration Server

For this go to SLD->Business System-><Integrtaion Server>->Pipline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry

Where host is the host name of the Integration Server and port is the HTTP(8xxx) port.

2) RWB error - have a look into this SAP Note -768456

3) Check the ICM port also. Go to SMICM->Services here you should have http port

Cheers..

Vasu

<i>** Reward Points if found useful **</i>

Former Member
0 Kudos

Thanks to Vasudeva Rao, Jai Shankar & Koen de Vries for your quick help.

The URL for the pipeline was wrong. I corrected it and now it up and running.

Also checked in R/3 (SXMB_MONI).