dantheman
dantheman

Reputation: 43

Error when deploying SSIS Package - SQL Server 2014

I am attempting to deploy an SSIS via the Integration Services Deployment Wizard for SQL Server 2014 (Developer Edition). I am running Windows 8.1.

The error message is:

The required components for the 64-bit edition of Integration Services cannot 
be found. Run SQL Server Setup to install the required components. A .NET 
Framework error occured during execution of user-defined routine or aggregate     
"deploy_project_internal."

followed by an unhelpful stack trace.

I have installed the Integration Services feature via SQL Server Installation center and have verified that the 64-bit architecture components were installed. I have verified that the system PATH variable includes the directory "C:\Program Files\Microsoft SQL Server\120\DTS\Binn." I have verified that the SSIS service is running.

What could I possibly be missing?

Upvotes: 0

Views: 1905

Answers (1)

Umesh D
Umesh D

Reputation: 263

This is bug from Microsoft Click here

Upvotes: 0

Related Questions