October 11, 2016 at 2:54 pm
I have created a project parameters at my solution level and after i deploy the solution to the server ,at Integration Service catalog level i have to configure my parameters to point to environment variable every time when I deploy that package.
Is this can be avoided ( to configure the parameters to environment variables) every time ? do i need to change something at solution level? Please guide.
October 11, 2016 at 3:30 pm
komal145 (10/11/2016)
I have created a project parameters at my solution level and after i deploy the solution to the server ,at Integration Service catalog level i have to configure my parameters to point to environment variable every time when I deploy that package.Is this can be avoided ( to configure the parameters to environment variables) every time ? do i need to change something at solution level? Please guide.
If you do the deployment from SSMS (right click/Deploy Project from within Integration Services Catalog), the mappings are retained.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
October 11, 2016 at 3:41 pm
I think to be more specific, i am deploying the solution from visual studio. the other solution has no issues. only the solution which I am working has this.
Why do you deploy from SSMS to integration catalog. I did not get it?
October 11, 2016 at 4:02 pm
komal145 (10/11/2016)
I think to be more specific, i am deploying the solution from visual studio. the other solution has no issues. only the solution which I am working has this.Why do you deploy from SSMS to integration catalog. I did not get it?
Why? To avoid deployment issues. I never deploy SSIS projects from VS.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
October 11, 2016 at 11:46 pm
Phil Parkin (10/11/2016)
komal145 (10/11/2016)
I think to be more specific, i am deploying the solution from visual studio. the other solution has no issues. only the solution which I am working has this.Why do you deploy from SSMS to integration catalog. I did not get it?
Why? To avoid deployment issues. I never deploy SSIS projects from VS.
I've an even better solution. I never deploy SSIS projects... period. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2016 at 4:56 pm
Do you mean when you deploy to a new server or when you re-deploy to the same server because you made changes?
I have never seen this behavior and I deploy to dev and qa from VS all the time. I also just tried to duplicate it this behavior and I can't.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 12, 2016 at 6:17 pm
Jack Corbett (10/12/2016)
Do you mean when you deploy to a new server or when you re-deploy to the same server because you made changes?I have never seen this behavior and I deploy to dev and qa from VS all the time. I also just tried to duplicate it this behavior and I can't.
Hmm, I've just tried in 2016 and can't replicate it either. However, I do remember deployments from VS causing major problems back in 2012, and it was related to project or package parameters getting values from the solution rather than as configured, from SSISDB. But I cannot remember any more specifically than that. I just know that ever since we had a meltdown, I've never tried again. I now use PoSh for automated deployments and SSMS for manual ones.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
October 13, 2016 at 6:07 pm
I know there is a deployment utility within VS, though I've not used it much at all. Right click the name of the project in solution explorer > properties > configuration properties > deployment. Is this what you were using ?
----------------------------------------------------
October 17, 2016 at 2:21 pm
Yes..i am deploying from Visual studio 2013. I chnaged property from " encrpyt sensitive data with USer key " to "Dont save sensitive data"....and deployed , i thought that fixed in production but again when we added something in dev( properties are same as prod , as we merged prod branch to Dev branch) and deployed to UAT...same issue.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply