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

unable to connect to a db2 server through the control center ... - Help !

Hi again ,

I've been trying to connect to a distant database with
my control center on WinXp .

I'm using a personnal edition DB2 v8.1.9.700 for the control center on
WinXp.

I've setup a node (a distant connection ) in order to reach this
distant database but it doesn't seem to work ... The distant database
is in a older version DB2 v7.1.0.40 and is on a linux RedHat ES3.0 .

Each time , I have SQL0805N the module "NULLID.SYSSH200"
hasn't been found . SQLSTATE=51002
I read on this newsgroup that Personal UDB is restricted and that i
won't be able to connect to a distant database .

I just want to know if it is true .

TIA,
Andy the beginner in DB2 .

Nov 12 '05 #1
10 6418
Hi Andy,
Use db2 Configuration Assist and test whether its possible to ping
the database from the client. in db2 environment(db2cmd), execute
list db2 directory
command and see whether you have be listed with remote database.

If its not possible, you have to re-configure.

Read the article for more information.
http://www-106.ibm.com/developerwork...301chong2.html

Correct me if any problem..
Cheers,
Thiru
WantedToBeDBA
WantedToBeDBA {at} gmail {dot} com

Nov 12 '05 #2
Hi Thiru ,

Big thanks for your answer .

I did what was said in the "DB2 Version 8 Connectivity Cheat Sheet" and
it works fine .

But it brings another question : why does the control center display
the same error ?

Is there something to do about it on the server side (adding some java
library or a db2 option) ?

Thanks for the help and if u can answer this question , it's going to
be the answer that makes my day .

Nov 12 '05 #3
"Andy K" <ak****@yahoo.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hi Thiru ,

Big thanks for your answer .

I did what was said in the "DB2 Version 8 Connectivity Cheat Sheet" and
it works fine .

But it brings another question : why does the control center display
the same error ?

Is there something to do about it on the server side (adding some java
library or a db2 option) ?

Thanks for the help and if u can answer this question , it's going to
be the answer that makes my day .

Make sure you close down the Control Center and restart it. It has a very
nasty habit of storing things in cache.
Nov 12 '05 #4
I hope u got cc working...

Cheers,
Thiru.
WantedToBeDBA.
WantedToBeDBA {at} gmail {dot} com

Nov 12 '05 #5
Hello,

AFAIK, DB2 Version 8.x-clients call a set of metadata stored procedures to
gather catalog information from the server side at connect time. This
procedures seem to be missing in servers prior to V7.2. I think it's still
possible, to download a V7.2 personal client from the IBM sites to try it
out....

Cheers & Beers
Walter.
"Andy K" <ak****@yahoo.com> schrieb im Newsbeitrag
news:11**********************@f14g2000cwb.googlegr oups.com...
Hi again ,

I've been trying to connect to a distant database with
my control center on WinXp .

I'm using a personnal edition DB2 v8.1.9.700 for the control center on
WinXp.

I've setup a node (a distant connection ) in order to reach this
distant database but it doesn't seem to work ... The distant database
is in a older version DB2 v7.1.0.40 and is on a linux RedHat ES3.0 .

Each time , I have SQL0805N the module "NULLID.SYSSH200"
hasn't been found . SQLSTATE=51002
I read on this newsgroup that Personal UDB is restricted and that i
won't be able to connect to a distant database .

I just want to know if it is true .

TIA,
Andy the beginner in DB2 .

Nov 12 '05 #6
Ian
Andy K wrote:
Hi again ,

I've been trying to connect to a distant database with
my control center on WinXp .

I'm using a personnal edition DB2 v8.1.9.700 for the control center on
WinXp.

I've setup a node (a distant connection ) in order to reach this
distant database but it doesn't seem to work ... The distant database
is in a older version DB2 v7.1.0.40 and is on a linux RedHat ES3.0 .

Each time , I have SQL0805N the module "NULLID.SYSSH200"
hasn't been found . SQLSTATE=51002
I read on this newsgroup that Personal UDB is restricted and that i
won't be able to connect to a distant database .

I just want to know if it is true .

TIA,
Andy the beginner in DB2 .


Lots of issues:

1) V8 Control Center will not work with V7 instances
2) V8 clients can connect to V7 databases, but there are lots of
restrictions (see V8 migration docs for more info)
3) I didn't think DB2 V7.x was supported on RHES 3.0
4) The error about NULLID.SYSSH200 is because you haven't
performed the BINDs with your V8 code in the V7 database.
Nov 12 '05 #7
I think the message is telling you the server db is not finding the proper
package for the utility (control centet) you are running.
Your server is at V7 level and it does not know of V8 stuff (your admin
client).
Try to rebind your utilities from your admin client. I think the command
goes:
D:\SQLLIB\BND db2 bind @db2ubind.lst blocking all grant public
I don't have my docs. so check the command.

HTH, Pierre.

--
Pierre Saint-Jacques
SES Consultants Inc.
514-737-4515
"Andy K" <ak****@yahoo.com> a écrit dans le message de news:
11**********************@f14g2000cwb.googlegroups. com...
Hi again ,

I've been trying to connect to a distant database with
my control center on WinXp .

I'm using a personnal edition DB2 v8.1.9.700 for the control center on
WinXp.

I've setup a node (a distant connection ) in order to reach this
distant database but it doesn't seem to work ... The distant database
is in a older version DB2 v7.1.0.40 and is on a linux RedHat ES3.0 .

Each time , I have SQL0805N the module "NULLID.SYSSH200"
hasn't been found . SQLSTATE=51002
I read on this newsgroup that Personal UDB is restricted and that i
won't be able to connect to a distant database .

I just want to know if it is true .

TIA,
Andy the beginner in DB2 .


Nov 12 '05 #8
Hi ,

thanks for everyone input (Pierre , Walter & Ian) .

I'm going to check this out . Indeed I have thought yesterday about
installing the 7.x version .

And the RH version is 2.2.19-6.2.12enterprise which i don't know if it
is RH ES 3 .

I just want to know what is a bind ? is it a way to create a node ?

I don't think so but anyway I'm going to check the almighty manual .

Thanx and cheers !

Regards,
Andy
Pierre Saint-Jacques a écrit :
I think the message is telling you the server db is not finding the proper package for the utility (control centet) you are running.
Your server is at V7 level and it does not know of V8 stuff (your admin client).
Try to rebind your utilities from your admin client. I think the command goes:
D:\SQLLIB\BND db2 bind @db2ubind.lst blocking all grant public
I don't have my docs. so check the command.

HTH, Pierre.

--
Pierre Saint-Jacques
SES Consultants Inc.
514-737-4515
"Andy K" <ak****@yahoo.com> a écrit dans le message de news:
11**********************@f14g2000cwb.googlegroups. com...
Hi again ,

I've been trying to connect to a distant database with
my control center on WinXp .

I'm using a personnal edition DB2 v8.1.9.700 for the control center on WinXp.

I've setup a node (a distant connection ) in order to reach this
distant database but it doesn't seem to work ... The distant database is in a older version DB2 v7.1.0.40 and is on a linux RedHat ES3.0 ..
Each time , I have SQL0805N the module "NULLID.SYSSH200"
hasn't been found . SQLSTATE=51002
I read on this newsgroup that Personal UDB is restricted and that i
won't be able to connect to a distant database .

I just want to know if it is true .

TIA,
Andy the beginner in DB2 .


Nov 12 '05 #9
Hi all ,

Just to say that it is real that a V7 server can only be reached by a
v7 client .

Regards,
Andy
Andy K a écrit :
Hi again ,

I've been trying to connect to a distant database with
my control center on WinXp .

I'm using a personnal edition DB2 v8.1.9.700 for the control center on WinXp.

I've setup a node (a distant connection ) in order to reach this
distant database but it doesn't seem to work ... The distant database
is in a older version DB2 v7.1.0.40 and is on a linux RedHat ES3.0 .

Each time , I have SQL0805N the module "NULLID.SYSSH200"
hasn't been found . SQLSTATE=51002
I read on this newsgroup that Personal UDB is restricted and that i
won't be able to connect to a distant database .

I just want to know if it is true .

TIA,
Andy the beginner in DB2 .


Nov 12 '05 #10
The bind command translates static SQL statements into a "section". All SQL
stmts of an appl. will be sections and they are stored, by the bind process,
into the db as a "package".
When your appl or utility runs a connect to the db statement, the package is
pulled from the database catalog table and stored in the package cache in
memory and you're good to execute.
HTH, Pierre.

--
Pierre Saint-Jacques
SES Consultants Inc.
514-737-4515
"Andy K" <ak****@yahoo.com> a écrit dans le message de news:
11**********************@g14g2000cwa.googlegroups. com...
Hi ,

thanks for everyone input (Pierre , Walter & Ian) .

I'm going to check this out . Indeed I have thought yesterday about
installing the 7.x version .

And the RH version is 2.2.19-6.2.12enterprise which i don't know if it
is RH ES 3 .

I just want to know what is a bind ? is it a way to create a node ?

I don't think so but anyway I'm going to check the almighty manual .

Thanx and cheers !

Regards,
Andy
Pierre Saint-Jacques a écrit :
I think the message is telling you the server db is not finding the proper package for the utility (control centet) you are running.
Your server is at V7 level and it does not know of V8 stuff (your admin client).
Try to rebind your utilities from your admin client. I think the command goes:
D:\SQLLIB\BND db2 bind @db2ubind.lst blocking all grant public
I don't have my docs. so check the command.

HTH, Pierre.

--
Pierre Saint-Jacques
SES Consultants Inc.
514-737-4515
"Andy K" <ak****@yahoo.com> a écrit dans le message de news:
11**********************@f14g2000cwb.googlegroups. com...
Hi again ,

I've been trying to connect to a distant database with
my control center on WinXp .

I'm using a personnal edition DB2 v8.1.9.700 for the control center on WinXp.

I've setup a node (a distant connection ) in order to reach this
distant database but it doesn't seem to work ... The distant database is in a older version DB2 v7.1.0.40 and is on a linux RedHat ES3.0 ..
Each time , I have SQL0805N the module "NULLID.SYSSH200"
hasn't been found . SQLSTATE=51002
I read on this newsgroup that Personal UDB is restricted and that i
won't be able to connect to a distant database .

I just want to know if it is true .

TIA,
Andy the beginner in DB2 .


Nov 12 '05 #11

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

Similar topics

2
by: schnarff | last post by:
Hello All, I've got an odd situation on my hands, and I'm hoping someone here can help. I've got DB2 v8.1 Express Edition set up on a Windows 2000 Server system, and it appears to be working...
6
by: chrisg | last post by:
I have installed (what I thought was) DB2 7.2 FP5 (as my starting point, it was 7.2 with FP5 applied) on my AIX 4.3.3 boxes. This is what I get. # lslpp -L | grep db2 db2_07_01.cj ...
6
by: tshad | last post by:
In my User control, I tried to do this: *************************************************************************** <Script runat="server"> Public ClientName As String = "<!-- #include file =...
1
by: Jim | last post by:
I have the following code: Line 35: Dim sURL As String = "http://www.google.com" Line 36: Dim data As Stream = client.OpenRead(Server.UrlPath­Encode(sURL)) Line 37: ...
0
by: asnowfall | last post by:
After logging in, I am not able to redirect to the target url; and this happens only when I connect to the website using "http://machine- name:portname"; but not if I connect using either...
8
by: malaysiauser | last post by:
Im new user of PHP and MySQL. I tried to use a script package for my web. I'd created a database. And my connection scripts are as follow; <?php $mysql_host="localhost"; ...
0
by: cdun2 | last post by:
Hello, database in the left panel and select 'Query'. The 'Enter Credentials' box appears, and I type in my User ID and Password. The password contains an exclamation mark. When I attempt to...
3
by: Dan van Ginhoven | last post by:
Hi! I have installed a new Db2 V9.5 fp1 Linux 64 bit with a partioned database. When I connect to the database using DB2Visualizer on Windows, that uses db2jcc, it works OK. Connecting...
0
by: =?Utf-8?B?dG9t?= | last post by:
Hi, I have a .net 2.0 windows client that connects to webservices. In most cases it works fine. However I have one client that gets 'Unable to connect to the remote server'. If on that client...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.