I am trying to deply SSIS Package (ispac file) created in SQL 2012 Data Tools using SQL Server 2014 I have followed following steps
- Opened SQL 2014
- Connected to Datase Server (SQL Server 2012)
- Created a folder under Integration Services Catalog/SSISDB
- Double clicked on my ispac file and selected source as Ispac file and Destination as the folder created in step 2
- The package was deployed successfully.
- Configured the parameters properly
However when I Validated or tried to execute the package it gave me following errors.
When I tried to deploy it on SQL 2012 using SQL 2012 client instead of MS SQL 2014 it worked fine. I tried it by remotely logging into database server.
Is there any solution for it? Do I have to login to server and perform the deployment. Can't I just do it from my Local machine?
