![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? Thanks |
#3
| |||
| |||
|
|
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 "carolus.holman" <carolusholman (AT) discussions (DOT) microsoft.com> wrote in message news:0B1578E8-AFBC-43F0-AAAA-46D3150CE500 (AT) microsoft (DOT) com... 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? Thanks |
#4
| |||
| |||
|
|
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. "Allan Mitchell" wrote: 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 "carolus.holman" <carolusholman (AT) discussions (DOT) microsoft.com> wrote in message news:0B1578E8-AFBC-43F0-AAAA-46D3150CE500 (AT) microsoft (DOT) com... 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? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |