I have a system installed with Win 2000 Professional. DB2 v7.2 was
installed using the Adminstrator account. What authority and
privileges does this Administrator have? Upon checking the database
manager configuration, I found that SYSADM was not set to any group at
all. Why? Anyway, I assigned the SYSADM authority to the Adminstrators
group as follow:
db2 update dbm cfg using SYSADM Adminstrators
Then I set the user Adminstrator and another user called "ohys" to
belong to the Adminstrators group. I guess by doing so, both
Administrator and ohys would have the SYSADM authority.
After doing a db2stop and db2start again, I tried to connect to the a
database using the user ohys:
db2 connect to msrsdb user ohys using xxxx
The command fails and I was told that ohys does not have the CONNECT
privilege. The user ohys belongs to the Administrators group, and this
group was assigned SYSADM authority. So why doesn't ohys have the
CONNECT privilege?
Hope someone can help me. Thanks in advance!
Yong Sing