Page 1 of 1
How to deploy SSIS Package to production that uses SSIS components?
Posted: Mon 10 Apr 2017 22:24
by OutOfTouch6947
What I am asking is, I have a single developer license and I need to know how I should deploy this to the server to not violate license, I am using SSIS Destination and Source dll's inside of package. Do I need to install the the full dotconnect for Postgresql on the server also?
Re: How to deploy SSIS Package to production that uses SSIS components?
Posted: Tue 11 Apr 2017 12:03
by Pinturiccio
You need to install dotConnect for PostgreSQL with the selected "Minimal installation" setting and the "SQL Server Business Intelligence Solutions" option on the deployment PC. After this you will be able to run your application on the deployment computer.
Re: How to deploy SSIS Package to production that uses SSIS components?
Posted: Fri 28 Apr 2017 14:34
by OutOfTouch6947
How do I install with the minimal installation I don't see that option.
Re: How to deploy SSIS Package to production that uses SSIS components?
Posted: Mon 01 May 2017 12:06
by Shalex
Please run the installation of dotConnect for PostgreSQL Professional on your deployment workstation and select only "Required runtime assemblies" and "SQL Server Business Intelligence Solutions" options on the "Select Components" step. Does this help?