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

Getting SQL30082N resaon 19 on DB2 9

I have installed DB2 9 Enterprise Edition on my laptop (Windows xp prof.
ed.). But when I try to connect to any of my local databases I get this
error:

SQL30082N Security processing failed with reason "19" ("USERID DISABLED or
RESTRICTED"). SQLSTATE=08001

I am quite certain that this user is valid, I have used it to log on to the
pc. The properties of the user also looks fine -password never expires, and
the disabled checkbox is NOT checked. And it's the same user the db2 service
uses. I have further checked that the user is member of these groups:
Administrators, DB2ADMNS, DB2SYADM (which is the group I use as
SYSADM_GROUP). So I will not accept that this user has any restrictions as
to access db2 :-)

If I logon without applying the username and password from a Command
window, I can connect : 'db2 connect to sample' works fine. But if I connect
with ' db2 connect to sample user db2admin using xxxxxx' I get the error
message.

I can connect to remote databases ( all on version 8) without problems. It's
the local databases that gives med the headache.....

I suspect there have been changes in security policy in version 9, but I
cannot find anything in the documentation.

Anyone have the solution to this?

Regards
Odd B Andersen
ErgoGroup AS, Oslo, Norway

Oct 4 '06 #1
4 10689
Not sure this is still applicable to V9. But in V8 these are the
solutions....
You can try

Ask the Windows administrator (someone with Administrator privileges)
to add the "Access this computer from the network" privilege to the
accounts of users who are connecting to the database. This can be done
through "Computer Configuration\Windows Settings\Security
Settings\Local Policies\User Rights Assignment" setting. If server
authentication is being used, then the userid must have this access on
the DB2 UDB server. If client authentication is being used, then the
userid must have this privilege on the DB2 UDB client.

Alternatively:
Add the user to DB2ADMIN or DB2USERS group. During the installation of
DB2 UDB, "Access this computer from the network" privilege is
automatically granted to these groups if the Extended Security is
enabled (that is, the DB2_EXTSECURITY registry variable is set to YES).
cheers..
Shashi Mannepalli
Odd Bjørn Andersen wrote:
I have installed DB2 9 Enterprise Edition on my laptop (Windows xp prof.
ed.). But when I try to connect to any of my local databases I get this
error:

SQL30082N Security processing failed with reason "19" ("USERID DISABLED or
RESTRICTED"). SQLSTATE=08001

I am quite certain that this user is valid, I have used it to log on to the
pc. The properties of the user also looks fine -password never expires, and
the disabled checkbox is NOT checked. And it's the same user the db2 service
uses. I have further checked that the user is member of these groups:
Administrators, DB2ADMNS, DB2SYADM (which is the group I use as
SYSADM_GROUP). So I will not accept that this user has any restrictions as
to access db2 :-)

If I logon without applying the username and password from a Command
window, I can connect : 'db2 connect to sample' works fine. But if I connect
with ' db2 connect to sample user db2admin using xxxxxx' I get the error
message.

I can connect to remote databases ( all on version 8) without problems. It's
the local databases that gives med the headache.....

I suspect there have been changes in security policy in version 9, but I
cannot find anything in the documentation.

Anyone have the solution to this?

Regards
Odd B Andersen
ErgoGroup AS, Oslo, Norway
Oct 4 '06 #2
If you are running in a Windows domain, you might try logging in as a
domain user, i.e. DOMAIN\user instead of user. I have a PMR open with a
very similar security problem. I would be curious to know if this works
for you.

Harold Trammel

Odd Bjørn Andersen wrote:
I have installed DB2 9 Enterprise Edition on my laptop (Windows xp prof.
ed.). But when I try to connect to any of my local databases I get this
error:

SQL30082N Security processing failed with reason "19" ("USERID DISABLED or
RESTRICTED"). SQLSTATE=08001

I am quite certain that this user is valid, I have used it to log on to the
pc. The properties of the user also looks fine -password never expires, and
the disabled checkbox is NOT checked. And it's the same user the db2 service
uses. I have further checked that the user is member of these groups:
Administrators, DB2ADMNS, DB2SYADM (which is the group I use as
SYSADM_GROUP). So I will not accept that this user has any restrictions as
to access db2 :-)

If I logon without applying the username and password from a Command
window, I can connect : 'db2 connect to sample' works fine. But if I connect
with ' db2 connect to sample user db2admin using xxxxxx' I get the error
message.

I can connect to remote databases ( all on version 8) without problems. It's
the local databases that gives med the headache.....

I suspect there have been changes in security policy in version 9, but I
cannot find anything in the documentation.

Anyone have the solution to this?

Regards
Odd B Andersen
ErgoGroup AS, Oslo, Norway
Oct 5 '06 #3
In article <45***********************@news.sunsite.dk>, ob****@online.no
says...
I have installed DB2 9 Enterprise Edition on my laptop (Windows xp prof.
ed.). But when I try to connect to any of my local databases I get this
error:
Officially DB2 EE isn't supported on Windows XP.
Oct 5 '06 #4
That solved my problem! Adding 'Access this computer from the network'
privilege to the proper group was the solution to this.

Thank you all for your help.

Regards
Odd B.

"Shashi Mannepalli" <sh********@yahoo.comwrote in message
news:11**********************@m7g2000cwm.googlegro ups.com...
Not sure this is still applicable to V9. But in V8 these are the
solutions....
You can try

Ask the Windows administrator (someone with Administrator privileges)
to add the "Access this computer from the network" privilege to the
accounts of users who are connecting to the database. This can be done
through "Computer Configuration\Windows Settings\Security
Settings\Local Policies\User Rights Assignment" setting. If server
authentication is being used, then the userid must have this access on
the DB2 UDB server. If client authentication is being used, then the
userid must have this privilege on the DB2 UDB client.

Alternatively:
Add the user to DB2ADMIN or DB2USERS group. During the installation of
DB2 UDB, "Access this computer from the network" privilege is
automatically granted to these groups if the Extended Security is
enabled (that is, the DB2_EXTSECURITY registry variable is set to YES).
cheers..
Shashi Mannepalli
Odd Bjørn Andersen wrote:
I have installed DB2 9 Enterprise Edition on my laptop (Windows xp prof.
ed.). But when I try to connect to any of my local databases I get this
error:

SQL30082N Security processing failed with reason "19" ("USERID DISABLED
or
RESTRICTED"). SQLSTATE=08001

I am quite certain that this user is valid, I have used it to log on to
the
pc. The properties of the user also looks fine -password never expires,
and
the disabled checkbox is NOT checked. And it's the same user the db2
service
uses. I have further checked that the user is member of these groups:
Administrators, DB2ADMNS, DB2SYADM (which is the group I use as
SYSADM_GROUP). So I will not accept that this user has any restrictions as
to access db2 :-)

If I logon without applying the username and password from a Command
window, I can connect : 'db2 connect to sample' works fine. But if I
connect
with ' db2 connect to sample user db2admin using xxxxxx' I get the error
message.

I can connect to remote databases ( all on version 8) without problems.
It's
the local databases that gives med the headache.....

I suspect there have been changes in security policy in version 9, but I
cannot find anything in the documentation.

Anyone have the solution to this?

Regards
Odd B Andersen
ErgoGroup AS, Oslo, Norway

Oct 9 '06 #5

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

Similar topics

2
by: Eyal | last post by:
Hey, I would appriciate if anyone can help on this one: I have a java object/inteface having a method with a boolean parameter. As I'm trying to call this method from a javascript it fails on...
8
by: Henry Reardon | last post by:
I'm having big problems with the Development Center right now - see other thread - so I'm hand-coding a UDF. I've managed to get the UDF fully prepared without any errors but now I'm getting a...
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
3
by: edmundleungs | last post by:
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...
1
by: edmundleungs | last post by:
It is found that a DB is setup for sometime. One day, the user suddenly cannot connect to DB. We found that the case is as follow: 1. User can connect to DB by issuing command db2 connect...
1
by: 73blazer | last post by:
Hello, We've got a nice running instance at 8.1FP7 (8.2), everything has been running very well on it. This morning,certain users get the following message 08001- SQL30082N Attempt to...
1
by: bhavanirayala | last post by:
Hi, I am commecting to databse using fmczrdb -o=b -u$username -p$password -yFMC Error is::: DBI->connect(FMCDB) failed: SQL30082N Attempt to establish connection failed with security...
1
by: mvsguy | last post by:
I'm installing DB2 9.1 on z/OS 1.9 and am trying to test DRDA. Can anyone tell me where to find documentation on SQL30082N, RC=22? Thank you, kk BACKGROUND: After tracing the 'CONNECT'...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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.