Full Error:
Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 12.0.2000.8 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 7:00:02 AM Could not load package "\MSDB\USB Raw Data Import" because of error 0xC00160AE. Description: Connecting to the Integration Services service on the computer "SCMSQL" failed with the following error: "Access is denied." By default, only administrators have access to the Integration Services service.
Specs: Windows Server 2012 R2 DataCenter; SQL Server 12.0.2000; SSIS 12.0.2000; SSMS 12.0.2000.8
I created a simple flat-file import package using the Import Wizard and saved it to SQL Server (MSDB). I created the package using a SQL Server login (me - I'm a serveradmin and dbadmin). The package executes successfully when run manually, but throws the above error when run from a SQL Agent Job. I've tried everything I've read in this forum, including configuring the firewall for Port 135, and granting myself permissions through Component Services. Nothing seems to work. (see screenshots below).
Help!
Darrell H Burns