HResults.DTS_E_TKEXECPACKAGE_SQLLOADFAILED Field

Definition

MessageId: DTS_E_TKEXECPACKAGE_SQLLOADFAILED MessageText: Error 0x%1!8.8X!. Failed to load the package "%2!s!" from SQL Server "%3!s!". Make sure that the package exists on the instance of SQL Server and that you have the correct credentials to access it.

public: int DTS_E_TKEXECPACKAGE_SQLLOADFAILED = -1073602325;
public const int DTS_E_TKEXECPACKAGE_SQLLOADFAILED = -1073602325;
val mutable DTS_E_TKEXECPACKAGE_SQLLOADFAILED : int
Public Const DTS_E_TKEXECPACKAGE_SQLLOADFAILED As Integer  = -1073602325

Field Value

Value = -1073602325

Applies to