473,659 Members | 3,631 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 10714
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\W indows Settings\Securi ty
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************ ***********@new s.sunsite.dk>, ob****@online.n o
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********@yah oo.comwrote in message
news:11******** **************@ m7g2000cwm.goog legroups.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\W indows Settings\Securi ty
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
6907
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 a type mismatch. It is positively because of the boolean(java primitive)parameter. It goes fine if I change this parameter to int or String. This inteface has a lot more methods which works fine, it is just the
8
12870
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 runtime error I don't understand. When I execute a query that tries to use my UDF, I get SQL30082N, Reason 19 ("USERID DISABLED or RESTRICTED"). I don't understand why DB2 has a problem with my ID; I'm sure that the Userid and Password are correct....
8
10003
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 the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/WebApplication1'. 'HTTP/1.1 500 Internal Server Error'."
3
16226
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 name> user <DB account> using <PASSWD>", the following error exist:
1
22727
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 to <DB> 2. However, when the user connect to DB by using
1
4360
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 establish connection failed with security reason "36" ("CLIENT SECURITY PLUGIN ERROR"). SQLSTATE=08001 Only thing that changed for these users is thier UID:GID number. We
1
1856
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 reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001 If I hardcode the values of username and password like
1
4491
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' call, I see this - 4250 errtrans DB2 UDB global services sqlzRcToSqlca cei
0
8428
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8748
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8628
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7359
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5650
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1978
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1739
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.