Groups | Blog | Home
all groups > sql server dts > april 2006 >

sql server dts : Connection Manager Passwords


carolus.holman
4/27/2006 9:41:01 AM
I am using Integration services to move some data from an Oracle DB to a
SQL2005 DB. When I run the package from my DEV machine everything works
splendid, however when I deploy the package, the Oracle connection fails,
with a NULL Password. I have tried DSN, OLEDB Connections. When I edit the
Connection String in the package manager it works, but it does not save the
edit for unattended execution (Scheduled Jobs). I have scoured looking for an
answer to this but haven't found one. Anyone have any idea?

carolus.holman
4/27/2006 11:01:02 AM
It is set at <default> EncryptSensitiveWithUserKey. What I need to know is,
what is the best way to do this?

I ended up going into the SQL Job Agent, selecting the step and placing the
password into the Connection string under the Job Properties/DataSources tab.
It still didn't save the info, but now the package runs...I am not familiar
with writing configuration files. BOL has not been very helpful in this area.



[quoted text, click to view]
Allan Mitchell
4/27/2006 1:22:20 PM
What is the package Protection Level?

This will encrypt/Not Save sensitive information in the package.

You can pass in the U and P to the Connection Manager through
configurations.


--


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com


[quoted text, click to view]

Allan Mitchell
4/27/2006 2:15:27 PM
EncryptSensitiveWithUserKey - means that the user that creates the package
encrpyts the sensitive details and effectively only they can decrpyt them.
Unless Agent runs as the encrypting user then you have issues

Config Files are not written by you but you generate them from designer and
use them outside of the package. They are a beautiful addition to SSIS


ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/sqltut9/html/005218ab-8dd5-48e9-a185-6bc60cd43a7a.htm

ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/d4b073c4-4238-41fc-a258-4e114216e185.htm
--


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com


[quoted text, click to view]

AddThis Social Bookmark Button