I have a SSIS Package when iam trying to execute from SP iam getting wiered error but it was running fine from MSBI.
Sp is
EXEC @intErrCode = master..xp_cmdshell 'dtexec /sq Loadnewtables /De 99999'
Output is
but I keep getting the following error:
Could not load package "My_Package" because of error 0xC0014062.
Description: The LoadFromSQLServer method has encountered OLE DB error code 0x
004005 (Login timeout expired). The SQL statement that was issued has failed.