cancel
Showing results for 
Search instead for 
Did you mean: 

how to increase the query timeout on a specific jdbc sender channel in PI 7.11

Former Member
0 Kudos

Hi

I need to increase the query timeout on a jdbc sender channel in SAP PI 7.11.

I am connecting to an Microsoft SQL database (JDBC driver: com.microsoft.sqlserver.jdbc.SQLServerDriver)

I have tried following the instructions in the note 1586058 and set these values in the advanced tab, but it is still using the value from the Java Systems Properties in nwa for XPI Adapter: XI

Setting under Advanced tab:

sqlquerytimeout480000
driver:lockTimeout480000
driver:queryTimeout480000

Can anyone tell me, what I should specify in the Advanced tab in order for this particular jdbc sender channel to have an increased timeout?

Thanks in advance

Mikael

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

set below paramter under advance tab and value is in seconds.

sqlquerytimeout    240

Regards,

Raj

Former Member
0 Kudos

Thanks Raja

However I experienced that the Global timeout setting of xiadapter.inbound.timeout.default of XPI Adapter: XI (Java System Properties -> Services)  overrules this local setting

Answers (0)