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 > Adding remote database to control center

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-03-06, 05:17
yadu yadu is offline
Registered User
 
Join Date: Oct 2005
Posts: 16
Adding remote database to control center

Hi All,

I've a database residing on a SOLARIS machine, which I need to add it to my local control center.

Whenever, I give the ipaddress of the server in control center, I get these errors:

"SQL30081N A communication error has been detected. Communication protocol being used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "10.133.30.41". Communication function detecting the error: "connect". Protocol specific error code(s): "10061", "*", "*". SQLSTATE=08001


I've all the firewall permissions to the unix server. Is there something I'm missing? If there is any documentation, I'd be grateful, if anyone of you could forward me the link.

Thanks
Yadu
Reply With Quote
  #2 (permalink)  
Old 10-03-06, 08:28
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
I think you should try adding the database using the Configuration Assistant instead of the Control Center. I was looking at what command the Control Center was generating and it tries to create an Admin TCPIP Node only. You do not want to create one of those.

HTH

Andy
Reply With Quote
  #3 (permalink)  
Old 10-03-06, 08:36
yadu yadu is offline
Registered User
 
Join Date: Oct 2005
Posts: 16
I've tried using the confiugraton assistant and I get the same error when I do a test connection after adding the database.

Here is what I've done till now.

1. SVCE name was missing in my Solaris database. I added a servicename by using update dbm cfg using svcename. I can see that name and a corressponding port number in /etc/services.
2. I added a node manually on to my local db2 instance by using
catalog tcpip node imq2 remote xx.xxx.xxx.xxx server 60004
3. I cataloged the database by using
catalog db BLOD AS BLOD AT NODE IMQ2
4. When i do a list node directory, I can see the newly added node.
5. When I do a list database directory, I can see the new remote database as well.

When i try to connect to this new db BLOD, I get the following error
"SQL1097N The node name was not found in the node directory. SQLSTATE=42720"
Reply With Quote
  #4 (permalink)  
Old 10-03-06, 08:49
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
I am not sure what the problem is. What is the OS of the client? What is the TCPIP address of the client and remote DB server?

Andy
Reply With Quote
  #5 (permalink)  
Old 05-31-11, 05:27
Roshith Roshith is offline
Registered User
 
Join Date: Apr 2009
Posts: 8
Smile

I have followed the steps mentioned in the below link and it worked.

How To Setup IBM DB2 Control Center
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