If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > SQL30082N Attempt to establish connection failed with security reason "19"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-06, 14:59
pinecone pinecone is offline
Registered User
 
Join Date: Apr 2004
Posts: 58
Question SQL30082N Attempt to establish connection failed with security reason "19"

I am able to connect user newuser1 to the database without any problems.

> db2 connect to Feddb

Database Connection Information

Database server = DB2/6000 8.2.2
SQL authorization ID = NEWUSER1
Local database alias = FEDDB

But when I used to following command I got the error below:

> db2 connect to FEDDB user newuser1 using pass123

SQL30082N Attempt to establish connection failed with security reason "19"
("USERID DISABLED or RESTRICTED").


Server Connection Authentication (SRVCON_AUTH) = NOT_SPECIFIED
Database manager authentication (AUTHENTICATION) = SERVER
Cataloging allowed without authority (CATALOG_NOAUTH) = NO
Trust all clients (TRUST_ALLCLNTS) = YES
Trusted client authentication (TRUST_CLNTAUTH) = CLIENT
Bypass federated authentication (FED_NOAUTH) = NO


Please advise. Any suggestions would be greatly appreciated. Thank you!
Reply With Quote
  #2 (permalink)  
Old 01-31-06, 15:39
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 554
Hold on a sec. On one line you are saying that you can connect fine. on another youa re saying that you can't. Are you having a case of a split personality?

can you clarify your question?
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
Reply With Quote
  #3 (permalink)  
Old 01-31-06, 16:09
pinecone pinecone is offline
Registered User
 
Join Date: Apr 2004
Posts: 58
When I logged on as Instance owner and issued command below, I got error.

db2 connect to FEDDB user newuser1 using pass123

When I 'su' to the user newuser1 on AIX, I was able to connect database without problem.

> db2 connect to Feddb

Database Connection Information

Database server = DB2/6000 8.2.2
SQL authorization ID = NEWUSER1
Local database alias = FEDDB
Reply With Quote
  #4 (permalink)  
Old 01-31-06, 16:33
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 554
It sounds like you are getting this error when you are trying to connect from a remote server. Check that user on that server. That id is most likely disabled there.
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
Reply With Quote
  #5 (permalink)  
Old 01-31-06, 17:32
pinecone pinecone is offline
Registered User
 
Join Date: Apr 2004
Posts: 58
I'll check. Thanks!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On