cancel
Showing results for 
Search instead for 
Did you mean: 

How to kill an interface.

Former Member
0 Kudos

I have this interface that takes a really big file, cuts it into small messages and sends it back to xi via the http port.

This interface takes hours to finish.

The problem is that we noticed a small problem that needs to be adjusted just after the interface was launched.

At this moment 10000's of message are coming in xi and we want to stop the interface because the data is faulty.

Any idea how to stop the queue?

Stopping channels, rebooting j2ee it keeps running

Like sap says: asynchronous interfaces are delivery guaranteed

Regards,

Juan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

1. Stop sender file adapter or make inactive or

2. in reciver determination give non exhisting Buisness system so it will fail in XI. then delete itfrom XI which is work around.

bhavesh_kantilal
Active Contributor
0 Kudos

Are you using a Sender File adapter ?

Where are the message stuck?

You can cancel the message from MessageMonitoring in RWB.

Regards

Bhavesh

justin_santhanam
Active Contributor
0 Kudos

Juan,

Try to De-register the queue.

-raj.