Hi
I have migrated the SSIS package from 2012 to SQL Server 2017 and when i am running the package from visual studio 2017 the package is executing successfully.
I created a bat file that targets: C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\DTEXEC.exe. But when i am excuting from the batch file am getting below error.
ERROR:
START EXECUTING PURGING FOR NON PROD WM DB LOGS.
Microsoft (R) SQL Server Execute Package Utility
Version 14.0.1000.169 for 32-bit
Copyright (C) 2017 Microsoft. All rights reserved.
Started: 9:17:27 AM
Error: 2017-11-27 09:17:28.00
Code: 0xC000F427
Source: Get Table Names
Description: To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition of Integration Services or higher.
End Error
Warning: 2017-11-27 09:17:28.00
Code: 0x80019002
Source: Purge_WMLogs-DVEK
Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number
specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
End Warning
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 9:17:27 AM
Finished: 9:17:28 AM
Elapsed: 0.499 seconds
FINISHED EXECUTING PURGING FOR NON PROD WM DB LOGS.
Please can anyone help me on this.
Thanks
Ashwin