mystical potato
2006-09-25 12:14:01 UTC
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
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