Send feedback on this topic.
Teradata.Client.Provider
Recovery Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : Recovery Property
Sets Recoverable Network Protocol (RNP) and Redrive properties used during a network error or database failure.
Syntax
'Declaration
 
Public Property Recovery As String
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As String
 
instance.Recovery = value
 
value = instance.Recovery
public string Recovery {get; set;}
public:
property String^ Recovery {
   String^ get();
   void set (    String^ value);
}
Remarks

There are 4 acceptable values:

Recovery Property Description
OFF Disables RNP and Redrive.
DEFAULT Enables Redrive participation as determined from the Teradata Active System Management (TASM) Redrive setting.
RNP Enables the connection to reconnect in the event of a network error or database failure. Commands may be re-executed and results retrieved after reconnection from a network failure only.
REDRIVE Enables Redrive. The connection will participate in redriving commands after reconnection. Redrive enhances the RNP option, as the Teradata Database spool files are preserved after a database restart when REDRIVE is selected. Commands will be re-executed or restarted automatically from the Data Provider.

Default Value: DEFAULT

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members