skip to main content
Configuring Hybrid Data Pipeline for JDBC : Connection properties reference : WSRetryDelay
  

Try Now

WSRetryDelay

Purpose

Specifies the time, in seconds, that the driver waits for a response to a Web service request.

Valid Values

0 | x
where:
x
is a number of seconds.

Behavior

If set to 0, the driver does not delay between retries.
If set to x, the driver waits between connection retry attempts the specified number of seconds.

Example

If WSRetryCount is set to 2 and this property is set to 3, the driver retries the Hybrid Data Pipeline Data Source twice after the initial retry attempt. The driver waits 3 seconds between retry attempts.

Default

1 (second)

Data Type

int