Hello There,
I am trying to schedule an SSIS package using a SQL Server Agent (SSA) but it fails with the following error in my log file:
Microsoft (R) SQL Server Execute Package Utility
Version 10.50.1600.1 for 64-bit
Copyright (C) Microsoft Corporation 2010. All rights reserved.
Started: 10:09:11
Error: 2011-01-10 10:09:12.04
Code: 0xC00220E0
Source: Registrations Insert
Description: The connection is not specified.
End Error
Error: 2011-01-10 10:09:12.04
Code: 0xC0024107
Source: Registrations Insert
Description: There were errors during task validation.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 10:09:11
Finished: 10:09:12
Elapsed: 0.093 seconds
I am confused as to why the job fails to gain a connection as it works when I run it in Visual Studio but fails manually or automated from SQL Server.
I am running Win Svr 2008 R2 64bit, SQL Svr 2008 64bit and the package I want to run is on the file system. My SSA is running as SA but I have tried it as another user and get the same error. I have also tried changing the package protection level to 'DontSaveSensitive' and this didn't help.
I am at a loss for what to try next, any assistance would be great.
Thank you in advanced,
Tyrone
I am trying to schedule an SSIS package using a SQL Server Agent (SSA) but it fails with the following error in my log file:
Microsoft (R) SQL Server Execute Package Utility
Version 10.50.1600.1 for 64-bit
Copyright (C) Microsoft Corporation 2010. All rights reserved.
Started: 10:09:11
Error: 2011-01-10 10:09:12.04
Code: 0xC00220E0
Source: Registrations Insert
Description: The connection is not specified.
End Error
Error: 2011-01-10 10:09:12.04
Code: 0xC0024107
Source: Registrations Insert
Description: There were errors during task validation.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 10:09:11
Finished: 10:09:12
Elapsed: 0.093 seconds
I am confused as to why the job fails to gain a connection as it works when I run it in Visual Studio but fails manually or automated from SQL Server.
I am running Win Svr 2008 R2 64bit, SQL Svr 2008 64bit and the package I want to run is on the file system. My SSA is running as SA but I have tried it as another user and get the same error. I have also tried changing the package protection level to 'DontSaveSensitive' and this didn't help.
I am at a loss for what to try next, any assistance would be great.
Thank you in advanced,
Tyrone