Send feedback on this topic.
Teradata.Client.Provider
TdConnectionStringBuilder Recovery and the Profile Name
.NET Data Provider for Teradata > Developer's Guide > Working with the Teradata Database Features > Redrive And Recoverable Network Protocol > TdConnectionStringBuilder Recovery and the Profile Name

TdConnectionStringBuilder has been changed to support selecting Redrive and Recoverable Network Protocol (RNP) support. Two new properties (described below) have been added to enable and manage RNP and Redrive - TdConnectionStringBuilder.Recovery and TdConnectionStringBuilder.ProfileName.

         Recovery Setting Description
         Off Disables RNP and Redrive.
         Default Enables Redrive participation as determined from the Teradata Active System Management (TASM) Redrive setting.
         Rnp Enables the session 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.

See Also

Configuration File Provider Section