Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
naveen_chichili
Active Contributor

Timeout error in Sender JDBC Channel:

Timeout occurred during message processing for JDBC Sender channel

If there is a huge records in Source Database we need to process the records through PI without any timeout

In few cases even after many channel restarts the channel might get timeout while processing the records

In advanced tab parameter we can add 'taskTimeout' parameter which is case-sensitive   parameter and the value provided will be in seconds and always greater than 0 as shown in below screen.

Value provided will wait for records to process with in the given number of seconds, as per your record count you can increase the value for the parameter

After Adding the parameter ensure that there should not be any locks on JDBC Service and then start the JDBC Sender communication channel so that you can process huge records from source Database.