I have created SSIS by using SSDT 2015 and it is executing properly with in the SSDT tool, but when i try to run the package via SQL Server agent job it gives below error. need help.
Message:
Executed as user: ISB-CCDEV-MS1\SYSTEM. Microsoft (R) SQL Server Execute Package Utility Version 14.0.1000.169 for 32-bit Copyright (C) 2017 Microsoft. All rights reserved. Started: 7:24:31 PM Error: 2019-06-18 19:24:31.85 Code: 0xC001F02A Source: Package9 Description: Cannot create a task from XML for task "Send Mail Task", type "Microsoft.SendMailTask" due to error 0x80070057 "The parameter is incorrect.". End Error Error: 2019-06-18 19:24:31.85 Code: 0xC0010018 Source: Send Mail Task Description: Failed to load task "Send Mail Task", type "". The contact information for this task is "Send Mail Task; Microsoft Corporation; SQL Server 2017; ? 2017 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1". End Error Error: 2019-06-18 19:24:31.85 Code: 0xC0010026 Source: Send Mail Task Description: The task has failed to load. The contact information for this task is "Send Mail Task; Microsoft Corporation; SQL Server 2017; ? 2017 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1". End Error Error: 2019-06-18 19:24:31.85 Code: 0xC0024107 Source: Send Mail Task Description: There were errors during task validation. End Error Error: 2019-06-18 19:24:31.85 Code: 0xC0010025 Source: Package9 Description: The package cannot execute because it contains tasks that failed to load. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 7:24:31 PM Finished: 7:24:31 PM Elapsed: 0.531 seconds. The package execution failed. The step failed.
Send Mail Task
. How is it configured? – digital.aaron