Hi,
I have this package built in BIDS 2008 to do Bulk Insert Task from a .txt file
- to a remote SQL2008R2 server
- SSIS 2008 and BIDS 2008 installed on our centralised SSIS server with connection to the SQL server
- .txt file is in the centralised SSIS and the folder is shared.
It works fine if I execute in BIDS.
When I deploy to SQL instance and set up an agent job with the following:
- Proxy as a domain service account with bulkadmin, db_owner to the database, ssisoperator role in msdb and Full control on the shared folder that holds the text file.
- Job fails with the following: "Microsoft (R) SQL Server Execute Package Utility Version 10.50.4000.0 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 10:46:58 AM Error: 2013-04-22 10:46:59.84 Code: 0xC0012024 Source: Bulk Insert Task Description: The task "Bulk Insert Task" 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: 10:46:58 AM Finished: 10:46:59 AM Elapsed: 0.967 seconds. The package execution failed. The step failed."
- When I changed the job to run 32bit, it also failed with the following: "Microsoft (R) SQL Server Execute Package Utility Version 10.50.4000.0 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 9:38:30 AM Error: 2013-04-22 09:38:31.45 Code: 0xC000F427 Source: Bulk Insert Task Description: To run a SSIS package outside of Business Intelligence Development Studio you must install Standard Edition of Integration Services or higher. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 9:38:30 AM Finished: 9:38:31 AM Elapsed: 0.499 seconds. The package execution failed. The step failed."
- SSIS is Enterprise editon, so I'm not sure what the error actually refer to.
I really appreciate if you could shed some lights on this as we do have another job with the same proxy but with different commands (insert, truncate) runs under this proxy and the agent job works fine.
Dao Tran.
Dao Tran