cancel
Showing results for 
Search instead for 
Did you mean: 

Response communication for synchronous JDBC channel

Former Member
0 Kudos

Hi,

We have a Proxy->XI-> JDBC synchronous interface. Is there a necessity for a response receiver communication channel? We just set one up and it always fails with a select statement "Select * from payroll where enddate = "20081012". I never set up this SELECT statement. Just confused if I really need this response communication channel. Any ideas?

Teresa

Accepted Solutions (0)

Answers (3)

Answers (3)

justin_santhanam
Active Contributor
0 Kudos

Teresa,

As suggested by experts above, you don't need separate channels. With JDBC receiver channel itself u can fetch the records. Could you please give the target strucutre you are using?

raj.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hey

No,you don't need a separate receiver communication channel for response.

JDBC on receiver side can support synchronous interface.

>>fails with a select statement

My guess is that either your mapping is wrong or the receiver/response message structure you have created in Data type is in wrong format.

Thanx

Aamir

Edited by: Aamir Suhail on Jul 13, 2008 10:05 PM