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 > DB2 machines connection problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-04-06, 07:59
qxz qxz is offline
Registered User
 
Join Date: Apr 2002
Posts: 84
Question DB2 machines connection problem

Dear All,

I have these three server (namely, A, B and C) installed with DB2 V5.
I used "db2admin" account to install the DB2 in all three machines. The
account db2admin was in Admistrator group.

Now the problem is, A and B are logined as db2admin, but C is normally logined as Administrator. There is no problem to access B's database from A,
but couldn't from C! There is error "ADMINIST" doesn't have the authority to perform the requested command" when I tried to add a system referring to B from C.

I tried logging into B as "Administrator", but that didn't help. Any idea how to change the ID/Password in the DB2 instance in C? By changing the logon property in service? Well the server C is quite critical, so I cannot shut down the server/service even for a short time.

Please help!
Reply With Quote
  #2 (permalink)  
Old 04-04-06, 10:24
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
afaik, in V5, using a user-id with length less than 8 characters is the only option to avoid this error .. You can explicitly mention the userid and password when you connect to the database ... like 'connect to db1 user user1 using pass1' ...

BTW, if you are talking about a ciritical system, are you aware that V5 has been out of service for atleast six years now...

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 04-06-06, 01:19
qxz qxz is offline
Registered User
 
Join Date: Apr 2002
Posts: 84
Quote:
Originally Posted by sathyaram_s
afaik, in V5, using a user-id with length less than 8 characters is the only option to avoid this error .. You can explicitly mention the userid and password when you connect to the database ... like 'connect to db1 user user1 using pass1' ...

BTW, if you are talking about a ciritical system, are you aware that V5 has been out of service for atleast six years now...

Cheers
Sathyaram
Thanks.

The ID is the problem. I had to logoff as administrator and relogin as db2admin. All the problems resolved.

I know V5 is not supported by IBM, but the decision maker said, we
had no budget to upgrade blar blar blar... what's more, they are
migrating to new server.
Reply With Quote
  #4 (permalink)  
Old 04-06-06, 01:39
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
How 'big' are these machines ... If they can 'fit' into DB2 Express C licensing , you will be better off with the free community edition of db2 v8 than unsupported V5 ...


Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
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