cancel
Showing results for 
Search instead for 
Did you mean: 

ICM services

Former Member
0 Kudos
121

Hi guys...

Some questions...

I'm having problems when I'm sending the file .xml.

I'm getting the same error I had yesterday...

2005-11-14 18:47:06 Success Channel GV: Send binary file "c:\temp\vendor2.xml". Size 379 with QoS EO

2005-11-14 18:47:06 Success Application attempting to send an XI message asynchronously using connection AFW.

2005-11-14 18:47:06 Success Trying to put the message into the send queue.

2005-11-14 18:47:06 Success Message successfully put into the queue.

2005-11-14 18:47:06 Success The application sent the message asynchronously using connection AFW. Returning to application.

2005-11-14 18:47:06 Success The message was successfully retrieved from the send queue.

2005-11-14 18:47:06 Success File "c:\temp\vendor2.xml" deleted after processing

2005-11-14 18:47:06 Success The message status set to DLNG.

2005-11-14 18:47:06 Error Transmitting the message to endpoint http://srv04.tecnidata.sgps:50000/sap/xi/engine?type=entry using connection AFW failed, due to: Received HTTP response code 404..

Now my questions are:

1- Do i need to create a service with the port 50000 on the smicm? The problem is that i can't because the range only goes to 32000.

2 - Is it really necessary to create it on smicm? Isn't it already defined on the exchange profile?

3- I had a problem on the cache notifications which was similar. it was :

"Unable to notify integration runtime (ABAP) of data changes

Unable to establish http connection "http://srv04:8000/sap/xi/cache?sap-client=200""

After i create a service with the port 8000 on the icm the cache problem was gone....

Do you have any ideas?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Apparentely I'm able to create any service with any port....the error only occurs with the port 50000.

The reason is that maybe it's already assigned...ideas...?

Former Member
0 Kudos

Go to SLD -> XI business system -> Change the port to 8000 in the URL of integration server.

Then clear the cache.

regards

Shravan

Former Member
0 Kudos

Shravan, sorry but i'm kind of lost...

When you say on SLD...you mean going through the integration builder?

If i go through the integration builder to the SLD and to the business system i use, i don't know where to change the port....

Former Member
0 Kudos

>>When you say on SLD...you mean going through the integration builder?

Yes SLD in integration builder.

>>If i go through the integration builder to the SLD and to the business system i use,

There will be a business system defined for your integration server you need to choose the same.

>>i don't know where to change the port....

Once you click on business sytem for your integration server you will see a field for 'Pipeline URL'. Change the port in this URL.

Anand

Former Member
0 Kudos

The entry should be like given below in business system for XI integration server in SLD.

http://xi server:abap port/sap/xi/engine?type=entry

abap port : 80XX : XX is XI instace

Regards,

Satish

Former Member
0 Kudos

Thank you guys it worked fantastic

Answers (0)