cancel
Showing results for 
Search instead for 
Did you mean: 

Setting Up Integration Server URL in SXMB_ADM

Former Member
0 Kudos

Hi Experts ,

We Installed PI 7.0. After this

In SXMB_ADM ->Integration Engine Configuration->Specific Configuration

We gave the IS_URL Value As <b>Http://Hostname:Port/sap/xi/engine?type=entry</b>

We Replaced <b>Host name</b> AS Our <b>Host name</b> And <b>Port </b>AS Our <b>Server Port</b>

And We kept the Remaining URL is Same like http://<xxxx:xxxxx>/sap/xi/engine?type=entry.

Is it is Correct or Not .

In This URL What we should Replace ?????

Please Correct me.

Regards

Khanna

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

http://<hostname>:<port>>/sap/xi/engine?type=entry

or

dest://<rfc>>/sap/xi/engine?type=entry

note:rfc type H

more info: press F1

jun huang

Former Member
0 Kudos

Heloo Rajesh,

This is the correct URL .

regards,

Keith

Former Member
0 Kudos

Hi Keith,

In this URL----->>> http://<host name:Port>/sap/xi/engine?type=entry

We have to Replace only the <b>Host name </b>And the <b>Port</b>.

Is it Correct ???? Or Is there Any thing Should we Change in this URL String.

Please Let me know

Regards

Khanna

Former Member
0 Kudos

Hi,

Everything else is correct.

Regards,

Amitabha

Former Member
0 Kudos

yeah is correct, obviously remove the angle brackets

Remember it's the abap stack port you need, i.e. 80xx.

Former Member
0 Kudos

Hi JL,

Can u help me How to find out the ABAP Stack Port ?????

Q1) Is there Any Difference Between ABAP And J2EE Ports ???

Regards

Khanna

bhavesh_kantilal
Active Contributor
0 Kudos

> Can u help me How to find out the ABAP Stack Port

> ?????

Go to Transaction SMICM --> Go To --> Parameters --> Display.

<b>icm/server_port_0 = PROT=HTTP,PORT=8000</b>

This property will display the HTTP Port value.

The J2EE port is the Port you see in the XI Home page and is normally 500XX.

Regards

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

Here Which is the ABAP Stack Port ?????

Is this HTTP Port is ABAP Stack Port ?????

Please Tel me How to Find out 1) J2ee Port

2) ABAP Port

3) HTTP Port

Regards

Khanna

bhavesh_kantilal
Active Contributor
0 Kudos

I would suggest you read the /thread/117188 [original link is broken] first.

Regards

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

I have following question for you:

I ve been working with HTTP but from now on, my basis team installed SSL so i have these parameters:

<i>icm/server_port_0 = PROT=HTTP,PORT=8000

icm/server_port_1 = PROT=SMTP,PORT=0

icm/server_port_2 = PROT=HTTPS, PORT=1443, TIMEOUT=15</i>

I am using port 8000 for the IS url, but i see that when i execute the interfaces, they use the 'https'+'1443' url, and this provokes following error:

<i>Transmitting the message to endpoint http<b>s</b>://xxxx:<b>1443</b>/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.RuntimeException: Error while silently connecting: org.w3c.www.protocol.http.HttpException: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: handshake failure.</i>

i have restarted ABAP and JAVA stacks and still getting same error.

could you please help me on this?

Best regards,

david

Former Member
0 Kudos

Hi,

In Integration Server URL, the Port will be the one that is given by HTTP Port in Transaction SMICM->Goto->Services.

Regards,

Amitabha