cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable retry option while processing message.

former_member213558
Active Participant
0 Kudos

Dear All.

please help, How to disable retry option while processing message only for JDBC adapter processing.

Regards

Ramesh.K

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

You can go the Communication Channel in the communication channel monitor and here set the number of retry for the adapter in one of the tabs listed for your channel.

Regards

Bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

Go to Communication Channel Monitor, open your selected channel, go to Tab Settings

Here you can set Maximum Number to 0, and then the messages for this channel will not be retried.

former_member213558
Active Participant
0 Kudos

is there any way to change at one place instead of changing in all JDBC adapter. Basically we do have may JDBC channel.

bhavesh_kantilal
Active Contributor
0 Kudos

As pointed out this setting is specific to a communication channel. You can navigate to the communication channel required and perform this setting.

Regards

Bhavesh

former_member312864
Active Participant
0 Kudos

Hello Ramesh,

In NWA - Java System Properties - services - XPI Adapter: XI . By changing the properties xiadapter.inbound.numberRetries.default value you can control on all the inbound asynchronous communication behavior. But there is no such configuration available in PI to control only JDBC communication channel.

Kind Regards,

Sarojkanta Parida

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Ramesh,

Just asking in curiosity what is reason for reducing this retry?

Usually it will be 3 and we wont touch it.

former_member213558
Active Participant
0 Kudos

HI Raguram.

usually we send multiple record with single structure to JDBC adapter , only error one got rejected and success one got update to DB level. so  when the message struck as error in next interval same message are posting to JDBC, means duplicate records are appending.