473,795 Members | 3,333 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.SYSSH20 0"
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 6469
Hi Andy,
Use db2 Configuration Assist and test whether its possible to ping
the database from the client. in db2 environment(db2 cmd), 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.c om> wrote in message
news:11******** **************@ g44g2000cwa.goo glegroups.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.c om> schrieb im Newsbeitrag
news:11******** **************@ f14g2000cwb.goo glegroups.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.SYSSH20 0"
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.SYSSH20 0"
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.c om> a écrit dans le message de news:
11************* *********@f14g2 00...legr 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.SYSSH20 0"
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.12enterpris e 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.c om> a écrit dans le message de news:
11************* *********@f14g2 00...legr 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.SYSSH20 0"
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.SYSSH20 0"
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

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

Similar topics

2
3107
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 properly: I took all the defaults during the install, and I can connect to and manipulate it via the local Control Center. However, when I attempt to connect from a remote system -- whether it be a Control Center on another machine or Perl's...
6
2141
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 7.1.0.65 C Java Common files db2_07_01.client 7.1.0.65 C Client Application Enabler db2_07_01.cnvucs 7.1.0.65 C Code Page Conversion Tables -
6
2128
by: tshad | last post by:
In my User control, I tried to do this: *************************************************************************** <Script runat="server"> Public ClientName As String = "<!-- #include file = ...\includes\StaffingHeaders.inc -->" </Script> <%=ClientName%> ****************************************************************************
1
2817
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: Dim reader As New StreamReader(data) Line 38: Results = reader.ReadToEnd()
0
1445
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 "http://IP:portname" or "http://localhost:portname" Web site has custom 'Login control' and custom 'Membership provider'; and I do not have access to 'Login control' control code. MembershipProvider::Validateuser() is returning true irrespective of...
8
5308
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"; $mysql_username="hidden";
0
1635
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 connect with my credentials, I get the following error message: ------------------------------ Commands Entered ------------------------------ connect to (server) user (user Id) using ********;...
3
3719
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 from DB2 Control Center takes 4-5 minutes, but it connects. Opening a table can take 4-5 minutes too. Connecting thru a Linux DB2 Client also takes 4-5 minutes, but after that table access seems OK. I compared dbm cfg with a working db2 server but...
0
1934
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 the exe.config file is deleted, than it works. The exe.config contains : <?xml version="1.0" encoding="utf-8" ?>
0
9519
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10436
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10163
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9040
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3722
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.