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

getting LIST APPLICATIONS to run...

.... got: win2K, v8.1.6

login to win2K is to the network: user; bob13, domain; foo
it's a win2K domain.

i then login to my local db as db2admin. LIST APPLICATIONS
fails with security error. tells me bob13 doesn't have the
rights. bob13 has all rights in CC user maintenance. bob13
is member of Administrators in win2K on the box. i'm not logged
in to DB2 as bob13, just the box(? domain).

login to win2K, local machine: user; db2admin

now, LIST APPLICATIONS works fine. but that doesn't do
much good. there are references to "regularizing" the
windoze login and DB2, but no description of where to do that.

mention is made of making a group with SYSADM rights, then
add all users to the group, but i don't see where CC lets you
add users to groups.

DB2 starts auto. tried both LocalSystem and .\db2admin, no
difference.

if how to fix this is written down somewhere, pleeeeeeeeease
say where <G>

thx,
btdb

Nov 12 '05 #1
3 2233

"BobTheDatabaseBoy" <gn*****@rcn.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
... got: win2K, v8.1.6

login to win2K is to the network: user; bob13, domain; foo
it's a win2K domain.

i then login to my local db as db2admin. LIST APPLICATIONS
fails with security error. tells me bob13 doesn't have the
rights. bob13 has all rights in CC user maintenance. bob13
is member of Administrators in win2K on the box. i'm not logged
in to DB2 as bob13, just the box(? domain).

login to win2K, local machine: user; db2admin

now, LIST APPLICATIONS works fine. but that doesn't do
much good. there are references to "regularizing" the
windoze login and DB2, but no description of where to do that.

mention is made of making a group with SYSADM rights, then
add all users to the group, but i don't see where CC lets you
add users to groups.
DB2 server can't create any user or group, which is done by the OS. So you
need create NT group, add user bob13, db2admin, ... to this group (for
example - db2grp) by using NT Administrative Tool.
Then you can work on DB2 CC, open the instance parameter page (I can't run
db2 code in my laptop, so I couldn't tell the step-by-step way, hope you can
find out). Update sys_adm_grp as db2grp.
I don't think you need to recycle db2 server if you use db2 udb version8.

DB2 starts auto. tried both LocalSystem and .\db2admin, no
difference.

if how to fix this is written down somewhere, pleeeeeeeeease
say where <G>

thx,
btdb

Nov 12 '05 #2
bless you.
Fan Ruo Xin wrote:
"BobTheDatabaseBoy" <gn*****@rcn.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
... got: win2K, v8.1.6

login to win2K is to the network: user; bob13, domain; foo
it's a win2K domain.

i then login to my local db as db2admin. LIST APPLICATIONS
fails with security error. tells me bob13 doesn't have the
rights. bob13 has all rights in CC user maintenance. bob13
is member of Administrators in win2K on the box. i'm not logged
in to DB2 as bob13, just the box(? domain).

login to win2K, local machine: user; db2admin

now, LIST APPLICATIONS works fine. but that doesn't do
much good. there are references to "regularizing" the
windoze login and DB2, but no description of where to do that.

mention is made of making a group with SYSADM rights, then
add all users to the group, but i don't see where CC lets you
add users to groups.
DB2 server can't create any user or group, which is done by the OS.

So you need create NT group, add user bob13, db2admin, ... to this group (for example - db2grp) by using NT Administrative Tool.
Then you can work on DB2 CC, open the instance parameter page (I can't run db2 code in my laptop, so I couldn't tell the step-by-step way, hope you can find out). Update sys_adm_grp as db2grp.
I don't think you need to recycle db2 server if you use db2 udb version8.

DB2 starts auto. tried both LocalSystem and .\db2admin, no
difference.

if how to fix this is written down somewhere, pleeeeeeeeease
say where <G>

thx,
btdb


Nov 12 '05 #3
The "list application" command requires attachment to the instance. If no
attachment exists, "list application" performs attachment using logged user
account.
Instead of modifying accounts you can attach explicitly first:

attach to <instance> user db2admin using ....
list applications

regards,
Dmitri

"BobTheDatabaseBoy" <gn*****@rcn.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
... got: win2K, v8.1.6

login to win2K is to the network: user; bob13, domain; foo
it's a win2K domain.

i then login to my local db as db2admin. LIST APPLICATIONS
fails with security error. tells me bob13 doesn't have the
rights. bob13 has all rights in CC user maintenance. bob13
is member of Administrators in win2K on the box. i'm not logged
in to DB2 as bob13, just the box(? domain).

login to win2K, local machine: user; db2admin

now, LIST APPLICATIONS works fine. but that doesn't do
much good. there are references to "regularizing" the
windoze login and DB2, but no description of where to do that.

mention is made of making a group with SYSADM rights, then
add all users to the group, but i don't see where CC lets you
add users to groups.

DB2 starts auto. tried both LocalSystem and .\db2admin, no
difference.

if how to fix this is written down somewhere, pleeeeeeeeease
say where <G>

thx,
btdb

Nov 12 '05 #4

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

Similar topics

2
by: Skulled2003 | last post by:
Hi, I have a question on getting information from the os to be used in one of my programs. What i need to accomplish is a list of languages that are installed or can be viewed on the system. I...
3
by: Ted | last post by:
In doing a db2 list applications show detail, I have 320 entries applications. Of those sometimes all of them are "UOW Waiting." Ususally there are from 1 to 4 marked UOW Executing. The rest...
6
by: Ray | last post by:
DB2 V7.2 Is it possible to list applications connected to a node by Auth ID? Is it possible to force applications connected to a node by Auth ID or am I forced to use App. Handle? Thanks, Ray
11
by: Raquel | last post by:
UDB PE V8.0 on Win XP. I issue the following commands: 1. CONNECT TO SAMPLE USER db2adming USING xxxxx The output is: Database Connection Information Database server = DB2/NT 8.1.3...
24
by: Robin Cole | last post by:
I'd like a code review if anyone has the time. The code implements a basic skip list library for generic use. I use the following header for debug macros: /* public.h - Public declarations and...
5
by: Kevin | last post by:
how can I get a list of applications running on the system (the list that appears in the applications tab of the task manager) and set one of them active? I am trying to have my app find other...
5
by: Carlo \(mcp\) | last post by:
Good morning I have this lines: AddHandler MyControl1.Parent.Paint, AddressOf PaintParentHandler AddHandler MyControl2.Parent.Paint, AddressOf PaintParentHandler AddHandler...
0
by: mel_apiso | last post by:
Hi, after uncatalog one database, and catalog again with other name, if I try to connect with this database, everything is ok, but list applications only show me the connection with the...
22
by: Sri | last post by:
All Recenetly our shop migrated to DB2 V8 from V7. We are in IBM System Level: z/OS 1.6.1 @ RSU 0702. Processor : IBM 2064-1C7 (z/900) # 1B89 Mode: 64-bit One of my application is facing...
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
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.