EncryptSensitiveWithUserKey - Question
May 16, 2007
Hi,
I have a question about the EncryptSensitiveWithUserKey package option.
Currently, this is the option on all my packages (which I then later save to SQL Server using SQL Server storage for encryption).
My question is this: When I log onto the machine where I'm developing the packages I use a common developer login. So my understanding is that if anyone else logs on using the same login as mine, they can see and run the packages in BIDS, yes?
But if someone logs onto the machine under a different login, they can also see my packages in BIDS, but they *shouldn't* be able to RUN them, correct? That's because the passwords are encrypted with MY user key, and all the connection managers that use passwords should fail, right?
Can someone please confirm this.
Thanks
View 8 Replies
Apr 22, 2008
Hi,
I have a bunch of packages that all have the ProtectionLevel set to EncryptSensitiveWithUserKey (I created this as I was learning about SSIS - which I still am). I now need to put them all up on a server.
What is the best way to move them up there and still be able to run them? Actually anyone with access should be able to run them.
I've done some searching on this, and I am still having a problem finding clear information on creating packages locally and then moving them to a server. I've seen some stuff about Package Configurations and I think I can figure out how to start this from scratch, but not how to "fix" what I've already done.
Thank you for the help.
-Gumbatman
View 1 Replies
View Related
Jul 20, 2007
I am creator of this package. This package used to work fine both from studio and deployed on server. I come back this project, but can't get package even runing debug in studio with protectionLevel set as EncryptSensitiveWithUserKey or EncryptSensitiveWithPassword.
Does anyone see this problem before?
Here is my error message:
OnError,PC6071,SLCNTFJ3845,Get Address Parcel Route,{948E2EC3-4B1D-4465-B5B9-2DD95F91B1B3},{35E95EAA-0C59-4D79-A07E-6E876D603253},7/20/2007 9:54:27 AM,7/20/2007 9:54:27 AM,-1071611876,0x,The AcquireConnection method call to the connection manager "GEODB" failed with error code 0xC0202009.
OnError,PC6071,SLCNTFJ3845,Get Address Parcel Route,{948E2EC3-4B1D-4465-B5B9-2DD95F91B1B3},{35E95EAA-0C59-4D79-A07E-6E876D603253},7/20/2007 9:54:27 AM,7/20/2007 9:54:27 AM,-1073450985,0x,component "get parcel from Sub Struct" (75) failed validation and returned error code 0xC020801C.
OnError,PC6071,SLCNTFJ3845,Get Address Parcel Route,{948E2EC3-4B1D-4465-B5B9-2DD95F91B1B3},{35E95EAA-0C59-4D79-A07E-6E876D603253},7/20/2007 9:54:27 AM,7/20/2007 9:54:27 AM,-1073450996,0x,One or more component failed validation.
OnError,PC6071,SLCNTFJ3845,Get Address Parcel Route,{948E2EC3-4B1D-4465-B5B9-2DD95F91B1B3},{35E95EAA-0C59-4D79-A07E-6E876D603253},7/20/2007 9:54:27 AM,7/20/2007 9:54:27 AM,-1073594105,0x,There were errors during task validation.
Thanks!
View 1 Replies
View Related