473,406 Members | 2,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

PASSWORD MISSING - error

Hello All,

I have a rather strange issue here connecting to the database on an ESE
environment. A little background on the issue. The cluster is an 8
server, 64 partition system. So when I try to do a rah or db2_all "db2
connect DBNAME", it works just fine. However, when i explicitly try to
connect from server1 to node9 (which is on server2) it gives me an
error.

server1->export DB2NODE=10
server1->db2 terminate
DB20000I The TERMINATE command completed successfully.
server1->db2 connect to EDWDB
SQL30082N Attempt to establish connection failed with security reason
"3"
("PASSWORD MISSING"). SQLSTATE=08001
server1->

Also, found the following entry in diag log, which i am not sure
whether its related.

2007-01-04-10.53.15.641964-360 I2959089A319 LEVEL: Warning
PID : 1823088 TID : 1 PROC : db2bp
INSTANCE: db2edwp2 NODE : 000
FUNCTION: DB2 UDB, Connection Manager, sqleUCappImpConnect, probe:150
RETCODE : ZRC=0x805C013E=-2141454018=SQLEX_PASSWORD_MISSING "Missing
password"

The servers are using ssh for connections and the KEYs have been
generated properly. As I said earlier RAH and Db2_all works just fine.

Any help figuring this out will be greatly appreciated.

Cheers !!

Jan 4 '07 #1
6 11637
db2_d_b_a wrote:
Hello All,

I have a rather strange issue here connecting to the database on an ESE
environment. A little background on the issue. The cluster is an 8
server, 64 partition system. So when I try to do a rah or db2_all "db2
connect DBNAME", it works just fine. However, when i explicitly try to
connect from server1 to node9 (which is on server2) it gives me an
error.

server1->export DB2NODE=10
server1->db2 terminate
DB20000I The TERMINATE command completed successfully.
server1->db2 connect to EDWDB
SQL30082N Attempt to establish connection failed with security reason
"3"
("PASSWORD MISSING"). SQLSTATE=08001
server1->
I guess you have AUTHORIZATION set to SERVER? Connecting to nodes residing
on the same machine works because you are already logged in at the server.
With nodes on other machines, you come from a remote client and DB2 doesn't
know who you are and what your password is. Therefore, you will have to
provide both (or set the authorization to CLIENT).

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Jan 4 '07 #2
I am not sure whether thats the problem here, for that situation shud
be taken care of by:

Trust all clients (TRUST_ALLCLNTS) = YES
Trusted client authentication (TRUST_CLNTAUTH) = CLIENT

And more over i verified on another server with a similar setup. It
does not have this problem. It lets me connect to any node without
giving this error.
Knut Stolze wrote:
db2_d_b_a wrote:
Hello All,

I have a rather strange issue here connecting to the database on an ESE
environment. A little background on the issue. The cluster is an 8
server, 64 partition system. So when I try to do a rah or db2_all "db2
connect DBNAME", it works just fine. However, when i explicitly try to
connect from server1 to node9 (which is on server2) it gives me an
error.

server1->export DB2NODE=10
server1->db2 terminate
DB20000I The TERMINATE command completed successfully.
server1->db2 connect to EDWDB
SQL30082N Attempt to establish connection failed with security reason
"3"
("PASSWORD MISSING"). SQLSTATE=08001
server1->

I guess you have AUTHORIZATION set to SERVER? Connecting to nodes residing
on the same machine works because you are already logged in at the server.
With nodes on other machines, you come from a remote client and DB2 doesn't
know who you are and what your password is. Therefore, you will have to
provide both (or set the authorization to CLIENT).

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Jan 4 '07 #3
db2_d_b_a wrote:
I am not sure whether thats the problem here, for that situation shud
be taken care of by:

Trust all clients (TRUST_ALLCLNTS) = YES
Trusted client authentication (TRUST_CLNTAUTH) = CLIENT
Those two settings are only relevant if AUTHORIZATION = CLIENT. Do you have
that?
And more over i verified on another server with a similar setup. It
does not have this problem. It lets me connect to any node without
giving this error.
Have you verified that the error message vanishes once you provide
username/password?

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Jan 4 '07 #4
I agree to certain extent your point is valid. However, what astonishes
me is that the same setting for the other server works. And the db2_all
and the rah command works just fine for both the servers.
Knut Stolze wrote:
db2_d_b_a wrote:
I am not sure whether thats the problem here, for that situation shud
be taken care of by:

Trust all clients (TRUST_ALLCLNTS) = YES
Trusted client authentication (TRUST_CLNTAUTH) = CLIENT

Those two settings are only relevant if AUTHORIZATION = CLIENT. Do you have
that?
And more over i verified on another server with a similar setup. It
does not have this problem. It lets me connect to any node without
giving this error.

Have you verified that the error message vanishes once you provide
username/password?

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Jan 4 '07 #5
db2_d_b_a wrote:
I agree to certain extent your point is valid. However, what astonishes
me is that the same setting for the other server works. And the db2_all
and the rah command works just fine for both the servers.
Then you have some sort of difference in the configuration of both servers
and it would be interesting to know what that is.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Jan 4 '07 #6
Thanks for all your assistance .. really appreciate that. And will
surely, update here if i find something worth regarding this.

Cheers !

Knut Stolze wrote:
db2_d_b_a wrote:
I agree to certain extent your point is valid. However, what astonishes
me is that the same setting for the other server works. And the db2_all
and the rah command works just fine for both the servers.

Then you have some sort of difference in the configuration of both servers
and it would be interesting to know what that is.

--
Knut Stolze
DB2 z/OS Utilities Development
IBM Germany
Jan 4 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Colin Steadman | last post by:
I've written an online survey in ASP using Access as the db. To get the results and some data about the user I've written a simple select query in Access and saved it as 'QRY_GET_RESULTS'. ...
8
by: ablyplus | last post by:
Hi, I am trying to open MS Access DB with c# like follows... OleDbConnection thisConnection = new OleDbConnection( @"Provider=Microsoft.Jet.OLEDB.4.0;" + @"Data Source=" + @"..\..\hren.mdb;"...
3
by: andrewcw | last post by:
The following function fails if the Jet database has a password. This is the error: {"Cannot start your application. The workgroup information file is missing or opened exclusively by another...
4
by: Arsalan Ahmad | last post by:
Hi all, I have a MS Access database (say abc.mdb). I have set the database password and admin password to "abcdefg" (say). The problem is that when I create a simple application (a form-based...
4
by: kthiagar | last post by:
Hi I am trying to connect to a password protected access file from VB.NET. I have no problem in connecting to Access, if I remove the password. This is what I am doing: In the server explorer,...
0
by: Gerd | last post by:
Hi all, I've written a little (Windows) test program and try to work with implicit connect. I've set the environment like this: set DB2DBDFT=TESTDB set DB2USER=TESTUSER set DB2PASSWORD=PW
5
by: barry | last post by:
Below are my setting in the web.config file for forgotten passwords. I receive a completion that the password has been sent but upon looking in outlook there is no email sent to me. I have also...
4
by: bob | last post by:
Hi, I use a Access database for my asp.net application. I use this connection string: sConnectionString = "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = c:\mydb.mdb" Now i put a pasword...
0
by: =?Utf-8?B?RWQgT3R0bw==?= | last post by:
When changing a user's password in Active Directory Users... I get a strange error message (and the password change fails): Windows can not complete the password change for the user <insert user...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.