![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I created a package configuration and used the package installation wizard to deploy a package to my dev server. The package pulls data from Oracles servers (9.2 Oracle client and ADO.NET:System.Data.OracleClient.OracleConnection objects to connect to the servers. In the package configuration I added the passwords for the oracle connection object and added the package to the server. When I run the package that is now on the server from my machine it works fine. If I remote into the machine and run the package it fails with the follwing error: Error: system.data.OracleClient.OracleException: ORA-01005: null password given; logon denied... Does anyone know why this is happening? thanks Scott |
#3
| |||
| |||
|
|
Is Oracle client installed on the server? Hope this helps. Charles Kangai, MCT, MCDBA Author of Learning Tree's 4-day course: "SQL Server 2005 Integration Services" http://www.learningtree.com/courses/134.htm Author of Learning Tree's 4-day course: "SQL Server Reporting Services" http://www.learningtree.com/courses/523.htm email alias: charles email domain: kangai.demon.co.uk "mystical potato" wrote: I created a package configuration and used the package installation wizard to deploy a package to my dev server. The package pulls data from Oracles servers (9.2 Oracle client and ADO.NET:System.Data.OracleClient.OracleConnection objects to connect to the servers. In the package configuration I added the passwords for the oracle connection object and added the package to the server. When I run the package that is now on the server from my machine it works fine. If I remote into the machine and run the package it fails with the follwing error: Error: system.data.OracleClient.OracleException: ORA-01005: null password given; logon denied... Does anyone know why this is happening? thanks Scott |
#4
| |||
| |||
|
|
Yes, Oracle 9.2 is running on the server. I have other packages running on this server that hit 8.x servers. The server I'm having problems with is 10g. However, I just figured out what the issue is. In an effort to test I was trying different types of connections (e.g. Native OLE/DB Provider for Oracle, .NET Providers\OracleClient Data Provider). Even though some of these connections were not being used (and I didn't put them in the config file), the sql server attempted to validate them and ended on error. I put all the password info in all my connections objects and everything works fine. The thing that throws me is why does the package fail if it is executed on the server but run when I execute the same package (on the server) from my local machine? Is the password info cached on my machine or something similar??? thanks, Scott "Charles Kangai" wrote: Is Oracle client installed on the server? Hope this helps. Charles Kangai, MCT, MCDBA Author of Learning Tree's 4-day course: "SQL Server 2005 Integration Services" http://www.learningtree.com/courses/134.htm Author of Learning Tree's 4-day course: "SQL Server Reporting Services" http://www.learningtree.com/courses/523.htm email alias: charles email domain: kangai.demon.co.uk "mystical potato" wrote: I created a package configuration and used the package installation wizard to deploy a package to my dev server. The package pulls data from Oracles servers (9.2 Oracle client and ADO.NET:System.Data.OracleClient.OracleConnection objects to connect to the servers. In the package configuration I added the passwords for the oracle connection object and added the package to the server. When I run the package that is now on the server from my machine it works fine. If I remote into the machine and run the package it fails with the follwing error: Error: system.data.OracleClient.OracleException: ORA-01005: null password given; logon denied... Does anyone know why this is happening? thanks Scott |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |