Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy SSIS .ISPAC to SQL Server Catalog uisng Bamboo

Su K
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 10, 2019

I am trying to set up Bamboo for CI/CD of my SSIS Packages to Catalog on the SQL Server 2017. Any ideas?

I tried using MSBuild but I get an error stating bin/Development folder is not found.

1 answer

0 votes
Ronnie Hicks
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 16, 2019

Unfortunately SSIS projects are not MSBuild projects. This results in a false positive when you run them through MSBuild as MSBuild reports success since it didn't fail (it did nothing to fail against).

The accepted method to handle SSIS deployments is to use devenv (Visual Studio) with the appropriate packages installed on the deployment agent. Depending on the version of VS on the agent will depend on what packages you need. Replicate the environment setup of your local machine on the agent and you should be good.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events