473,395 Members | 1,464 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,395 software developers and data experts.

SQL30082N with reason "19"

I have a db2 account on AIX.

After connecting to AIX using SSH, i use the account to connect to DB.

When I use "db2 connect <DB name>", it works fine.

However, when i use "db2 connect to <DB name> user <DB account> using
<PASSWD>",

the following error exist:

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

I have tried to use the db2 account to login. It works and the
password is not expired.

Do you have any solution?

Thanks

Jun 29 '06 #1
3 16161
We have the same issue before. It's solved by enabling the 'remote
access' of the <DB account> on the AIX server.
ed**********@gmail.com wrote:
I have a db2 account on AIX.

After connecting to AIX using SSH, i use the account to connect to DB.

When I use "db2 connect <DB name>", it works fine.

However, when i use "db2 connect to <DB name> user <DB account> using
<PASSWD>",

the following error exist:

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

I have tried to use the db2 account to login. It works and the
password is not expired.

Do you have any solution?

Thanks


Jun 29 '06 #2
rlogin is already given to DB account by our default.

So, what's indeed, the problem?

Challenge 寫道:
We have the same issue before. It's solved by enabling the 'remote
access' of the <DB accounton the AIX server.
ed**********@gmail.com wrote:
I have a db2 account on AIX.

After connecting to AIX using SSH, i use the account to connect to DB.

When I use "db2 connect <DB name>", it works fine.

However, when i use "db2 connect to <DB nameuser <DB accountusing
<PASSWD>",

the following error exist:

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

I have tried to use the db2 account to login. It works and the
password is not expired.

Do you have any solution?

Thanks
Jul 3 '06 #3
Hi,

The SQL code & reason code tells clearly that this particular user id
has been disabled or the user id has been restricted from accessing the
operating environment....

Check id is present on the proper group which is having db2 access.

In AIX shell prompt issue the following command to findout the groups

id idname

With Regards

Balakrishnan Ethiraju

ed**********@gmail.com wrote:
rlogin is already given to DB account by our default.

So, what's indeed, the problem?

Challenge 寫道:
We have the same issue before. It's solved by enabling the 'remote
access' of the <DB accounton the AIX server.
ed**********@gmail.com wrote:
I have a db2 account on AIX.
>
After connecting to AIX using SSH, i use the account to connect to DB.
>
When I use "db2 connect <DB name>", it works fine.
>
However, when i use "db2 connect to <DB nameuser <DB accountusing
<PASSWD>",
>
the following error exist:
>
SQL30082N Attempt to establish connection failed with security reason
"19"
("USERID DISABLED or RESTRICTED"). SQLSTATE=08001
>
I have tried to use the db2 account to login. It works and the
password is not expired.

Do you have any solution?

Thanks
Jul 3 '06 #4

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

Similar topics

32
by: Mike Machuidel | last post by:
Hi, I'm a game developer programming mostly in C and ASM for about 7 years. Today at work a colleague (a C++ programmer) yelled at me I'm a bad C programmer because I use "return(0);" instead...
35
by: David Cleaver | last post by:
Hello all, I was wondering if there were some sort of limitations on the "if" statement? I'm writing a program which needs to check a bunch of conditions all at the same time (basically). And...
81
by: Matt | last post by:
I have 2 questions: 1. strlen returns an unsigned (size_t) quantity. Why is an unsigned value more approprate than a signed value? Why is unsighned value less appropriate? 2. Would there...
48
by: mahurshi | last post by:
I am new to c++ classes. I defined this "cDie" class that would return a value between 1 and 6 (inclusive) It runs fine and gives no warnings during compilation. I was wondering if you guys...
2
by: xml0x1a | last post by:
How do I use exec? Python 2.4.3 ---- from math import * G = 1 def d(): L = 1 exec "def f(x): return L + log(G) " in globals(), locals() f(1)
2
by: Angus | last post by:
I am trying to change the selection in Javascript - but this HTML element is not a standard option control. On the web page it looks like a dropdown list - and you click on the right hand down...
16
by: mj.redfox.mj | last post by:
Can anyone help? I have a textbox which I'm programatically adding by using the following code: txtTest = New TextBox txtTest.ID = "txtLeft" + cntCount.ToString...
71
by: Jack | last post by:
I understand that the standard Python distribution is considered the C-Python. Howerver, the current C-Python is really a combination of C and Python implementation. There are about 2000 Python...
2
by: lai.love.chen | last post by:
I encounted this error when i restored database. but the usename and password is right.
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.