cancel
Showing results for 
Search instead for 
Did you mean: 

Entire JDBC communication stopped if problem with one single JDBC interface

Former Member
0 Kudos

Hello,

Will the entire JDBC communication stopped if problem with one single JDBC interface?

Thanks,

Soorya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please be clear on your requirement.

How many Interfaces do you use in your scenario?

If you use more than one Interface and if they are interdependent and if any Interface fails, then the JDBC communication will be in Holding.

Thanks,

Kishore.

Former Member
0 Kudos

Hi,

" if they are interdependent and if any Interface fails, then the JDBC communication will be in Holding."

What is the meaning of inter dependent between interfaces..

How they are interdependent and how it can be decided.. and where

prateek
Active Contributor
0 Kudos

The communication channels are independent of each other. Even if one channel is in error, others should work. If there is some problem with jdbc adapter service in visual admin, then none of the channels will work.

Regards,

Prateek

Answers (3)

Answers (3)

Former Member
0 Kudos

hi surya,

this will happend if u use maintain order at runtime at interface determination.

just uncheck this option if u dont neet EOIO.

if you are getting the problem if u r going for EO then the problem might be using same JDBC channel for all interfaces.

if each interface is expected with a high load then it better to go for dedicated channels for interfaces.

like INTERFACE A should use JDBC A channel and INTERFACE B should use JDBC B channel.

Thanks & Regards,

Rama krishna

Former Member
0 Kudos

Hi ,

how can you say "if each interface is expected with a high load then it better to go for dedicated channels for interfaces."

What causes these interfaces have higher loads ?

And when this happens?

THanks,

Soorya

deepak_shah
Contributor
0 Kudos

hi

say ur using a same communication channel for say 2 independent scenario .

if the is error in one of the scenarioas using the channel then it wont affect the other scenario..

channel should work fine

Former Member
0 Kudos

Here i want to know whether there is any problem with JDBC communication because of single JDBC interface.

not about the communication channels.

Whether the JDBC communication continues if single JDBC interface is facing some problem.

THanks,

Soorya.

justin_santhanam
Active Contributor
0 Kudos

Surya,

Let say 5 of ur interfaces are using same Receiver JDBC channel! your question is , if one of the Interface fails will rest of the interfaces affected, am I right?

No. It will not affect the other interfaces!

raj.