HResults.DTS_E_BEGINTRANSACTION Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = -1073659878Remarks
The DTS transaction failed to start. Potential problem could be that the MSDTC service is not running.