Hi All,
I am getting an error/warning message like below.Iam running the package by using SQL Agent.And the package is running successfully.Instead of success message iam getting below message.
SQL server ver:SQL server 2008 R2
OS:Windows server 2008 R2
Authentication: windows
Could you please help me how can I resolve this issue.
connection string value in ssis package:'Data Source=xyz;Initial Catalog=CALC;Provider=SQLOLEDB.1;Integrated Security=SSPI;Application Name=SSIS-SSIS_xyz-{3C728188-06E2-4643-8A81-D77775E92A6E}Conn_xyz;'
Executed as user: domain\xyz. Microsoft (R) SQL Server Execute Package Utility Version 10.50.4000.0 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 4:46:22 PM Error: 2012-11-28 16:46:38.89 Code: 0xC0202009 Source: SSIS_XYZ Connection manager "Conn_XYZ" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description: "[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.". End Error DTExec: The package execution returned DTSER_SUCCESS (0). Started: 4:46:22 PM Finished: 4:46:40 PM Elapsed: 18.297 seconds. The package executed successfully. The step succeeded.