HResults.DTS_E_BEGINTRANSACTION Field

Definition

MessageId: DTS_E_BEGINTRANSACTION MessageText: The SSIS Runtime has failed to start the distributed transaction due to error 0x%1!8.8X! "%2!s!". The DTC transaction failed to start. This could occur because the MSDTC Service is not running.

public: int DTS_E_BEGINTRANSACTION = -1073659878;
public const int DTS_E_BEGINTRANSACTION = -1073659878;
val mutable DTS_E_BEGINTRANSACTION : int
Public Const DTS_E_BEGINTRANSACTION As Integer  = -1073659878

Field Value

Value = -1073659878

Remarks

The DTS transaction failed to start. Potential problem could be that the MSDTC service is not running.

Applies to