View Single Post

   
  #7 (permalink)  
Old 02-27-2008, 03:50 AM
Ian
 
Posts: n/a
Default Re: unable to connect to a db2 server through the control center... - Help !

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.


Reply With Quote