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 > reg cataloging dcs database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-24-06, 11:21
db2kevin db2kevin is offline
Registered User
 
Join Date: Jun 2006
Posts: 27
reg cataloging dcs database

Hi all,

I am using db2 version 8 fix 7 running on Solaris 5.8

This is the problem what we got:
WBV is local database

database name is WBV

db2set DB2CONNECT_IN_APP_PROCESS=NO
db2set DB2SYSPLEX_SERVER=1

db2 uncatalog dcs database WBV
db2 catalog dcs database WBV as WBV

Then the client can not connect to databases

We had to reset
db2 uncatalog dcs database WBV
db2set DB2CONNECT_IN_APP_PROCESS=YES
db2set DB2SYSPLEX_SERVER=0

It works again. However we need to enable SYSPLEX. Issue is still there.
Reply With Quote
  #2 (permalink)  
Old 07-24-06, 11:53
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
I'm not sure I understand the problem ... But, lemme give it a shot ..

db2set DB2CONNECT_IN_APP_PROCESS=NO
db2set DB2SYSPLEX_SERVER=1

db2 uncatalog dcs database WBV
db2 catalog dcs database WBV as WBV

If you do,
db2 terminate
before trying to reconnect, it might work ... the terminate command flushes the db directory cache for the session

HTH

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 07-24-06, 17:40
Nageswaran Nageswaran is offline
Registered User
 
Join Date: Jul 2002
Posts: 48
As you are trying to connet to sysplex server you have specify while catalogin
here will be the command
db2 catalog dcs database WBV as WBV parms',,,,,sysplex'
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