cancel
Showing results for 
Search instead for 
Did you mean: 

Url to call the Integration Server is missing on the sender system

Former Member
0 Kudos

Hi,

I receive this error message when I try to run the demo example:

Url to call the Integration Server is missing on the sender system

Where I have to define this url. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check in R/3 (if that is sender)system transaction SXMB_ADM->Specific Configuration

check for Category 'RUNTIME' and Parameter 'IS_URL' is maintained. i.e it should point to RFC destination of Integration Server.

Also perform transaction SLDCHECK in R/3.

regards

krishna

Former Member
0 Kudos

Hi,

the value for RUNTIME, parameter IS_URL is http://server:8001/sap/xi/engine?type=entry. Is this correct?

SLDCHECK works fine.

Former Member
0 Kudos

Hi

I pulled out the Help info On the parameter IS_URL..

See if you have given it correctly as per the help content

Parameter IS_URL

Meaning

This parameter determines the URL or HTTP destination of the relevant Integration Server for the client.

This parameter is evaluated during the HTTP communication section Sender -> Integration Server.

Possible Values

Specify either a URL in the format http://<host>:<port>/sap/xi/engine?type=central or an HTTP destination in the format dest://<destination name>. In the case of the former, no logon information (client, user, password, language) is given when the Integration Engine is called. This information is stored in the service to be called. In the case of the latter, you must create the destination <destination name> of type H by using transaction SM59. There you can enter the necessary logon information (client, user, password, language).

regards

krishna

Former Member
0 Kudos

Hi

try changing the parameter IS_URL to

dest:// XX

XX --> RFC destination name in SM59

This should work

regards

krishna

former_member181985
Active Contributor
0 Kudos

Hi Timo,

First check ABAP HTTP Port using SMICM tcode>then under menu Goto> click services(Shift + F1) .

HTTP port displayed will be port of your XI integration Engine.

Rest is upto either you can create RFC detination or you can simply give http://<sever>:ABAPHTTPPort/sap/xi/engine?type=entry

Thanks

Gujjeti.

Answers (2)

Answers (2)

former_member181985
Active Contributor
0 Kudos

Hi Timo,

Can you elaborate

1 which demo example are you testing?

2. From Where you are testing?

What is the end to end flow of your demo example?

Thanks,

Gujjeti.

Former Member
0 Kudos

HI ,

R u trying to run the scenario using proxies then kindly check the proxy configurations in the application system.

Regards,

Ganesh.