Periodically we are getting the following error in our SQL Server Job history and the SSIS package fails. We have no idea why this randomly stops working.
Any clues as to why we would be getting this error (this is the detail from the SQL Agent history)?
Executed as user: XXX\SQLService. ... 9.00.3042.00 for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 7:00:02 AM Error: 2008-06-24 07:00:09.60 Code: 0xC0014005 Source: Description: The connection type "SMTP" specified for connection manager "SMTP Connection Manager" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name. End Error Error: 2008-06-24 07:00:09.64 Code: 0xC0010018 Source: Description: Error loading value "<DTS:ConnectionManager xmlnsTS="www.microsoft.com/SqlServer/Dts"><DTS
roperty DTS:Name="DelayValidation">0</DTS
roperty><DTS
roperty DTS:Name="ObjectName">SMTP Connection Manager</DTS
roperty><DTS
roperty DTS:Name="DTSID">{58B53B32-E362-412A-B160-D1" from node "DTS:ConnectionManager". End Error Could not load pa... The package could not be lo... The step failed.