cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to tie JDBC sender adapter to one cluster node ?

Former Member
0 Kudos

Hi ,

We have 4 cluster nodes in our PI production environment.I have a requirement where in I need to make sure that my sender JDBC adapter sticks to one cluster node all the time.

Is it possible to implement , how ?

Regards

Azahar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you need the channel to run always in a specific system, then you will need to install a non-central adapter engine. Then, when configuring the communication channel, there is an attribute called "Adapter Engine" (right below the Transport/Message protocol parameters) which you can choose where to run the communication channel. Choose the non-central adapter engine configured and it will always run on that instance (and only on it).

Otherwise, if you just need to prevent the communication channel from running on more than one node, this is already done by default on PI7.1 versions:

"For polling sender communication channels (File/FTP, JDBC) the

processing is active only on one server node in 7.10. In failover

situations the processing is moved to the other server node."

> note 1079478 - Using a J2EE Cluster in the PI 7.10 environment