cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong connection type when defining Process integrations scenarie.

Former Member
0 Kudos

Hi,

I have an Asynchronous interface ( categroy: Outbound, interface pattern : stateless )from a legacy system sending to an idoc. I want to define an Proces integrations Scenarie.

I define two actions, one for the sender and the other for the receiver.

When i try to define a connection between thes two actions, something strange happens. Tthe connection type turns into Synchronous both for the sender and the receiver action. I have defined several scenaries in XI , but it is my first in PI 7.1.

what do i do wrong.?

Regards.

Ugur

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ugur,

The synchronous connection type you are getting may be due to the insertion of actions in the same horizontal level.

Please check your integration scenario flow diagram.

Delete the receiver action and Insert the receiver action in the next horizontal level of the receiver component lane.

ie)

Insert the receiver action just below you have inserted the same receiver action before, the sender and receiver action should not be in the same horizontal level for asynchronous.

Press shift and select both the action, right click and select Create connection between two action.

It will surely work.

Let me know if your problem is solved or not.

Thank you.

Edited by: Ranjanimasilamani on May 14, 2010 5:31 PM

Edited by: Ranjanimasilamani on May 14, 2010 5:32 PM

Former Member
0 Kudos

Thanks Ranjanimasilamani ,

Your suggestion was perfect. Now it works.

Regrads.

Ugur

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ugur,

In the action steps did you include your interfaces correctly?

For example :

In sender action -> sender asyn outbound interface

Receiver action: -> Receiver asyn Inbound interface.

Check whether your interface objects are correctly configured.

Thanks ,

Siva