Issue : . Microsoft (R) SQL Server Execute Package Utility Version 10.50.6000.34 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 1:57:02 PM Error: 2016-04-06 13:57:13.90 Code: 0xC0012024 Source: Delete the log files older than 7 days Description: The task "Delete the log files older than 7 days" cannot run on installed (64-bit) of Integration Services. It requires Standard Edition (64-bit) or higher. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 1:57:02 PM Finished: 1:57:13 PM Elapsed: 11 seconds. The package execution failed. The step failed.
Environment - SQL sERVER 2008 R2.
SSIS Package - package containsData flow task - gets the data from sql server database and stores in flat file.
Script task - Delete the log files older than 7 days -used to delete the log files that are older than 7 days
File system task - to create a folder
When I am running the package from Business development studio, the package runs fine without any issue but when I am running the package from sql agent as job it fails and shows me the error message.Could you please guide me?