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 > DB2 V8 communicate with DB2 V7 problem?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-12-04, 02:30
Howard He Howard He is offline
Registered User
 
Join Date: Feb 2004
Posts: 2
Post DB2 V8 communicate with DB2 V7 problem?

Hi all
I have to use data on a remote DB2 server which using V7, and I installed DB2 V8 at local. the OS is AIX ,and db2 have latest fixpak

after catalog node and db to local server. type the following command to verify .

>db2 connect to dgsamp71 user db2user using password

But got error msg:

SQL0902C A system error (reason code = "200x1232"("0200")"") occurred.
Subsequent SQL statements cannot be processed. SQLSTATE=58005

I'm not sure it's a communication problem between the db2 v8 and db2 v7 ? Does anybody can help me?
Reply With Quote
  #2 (permalink)  
Old 02-12-04, 05:22
nitingm nitingm is offline
Registered User
 
Join Date: Jul 2003
Location: Austin, TX, USA
Posts: 278
Compability Issues

Hi,

Due to the architectural changes in DB2 V7 and V8 you would not be able to connect to a V7 Database using a V8 client and vice versa.

Hope that helps.

Nitin
__________________
HTH

Nitin

Ask the experienced rather than the learned
Reply With Quote
  #3 (permalink)  
Old 02-12-04, 07:31
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
Re: DB2 V8 communicate with DB2 V7 problem?

You need to play around with some DRDA settings. This is documented in one of DB2 manual, I don't know right now which one though!!! (look into "Whats New" guide of V8 and I think there is a pointer, follow the link below to access that)

http://www-3.ibm.com/cgi-bin/db2www/...bs.d2w/en_main

Re. V7 client connecting to V8 databases, that is possible, we have that setup in our organization without any problem and setup required is nothing compared to V8 connectivity to V7.

dollar


Quote:
Originally posted by Howard He
Hi all
I have to use data on a remote DB2 server which using V7, and I installed DB2 V8 at local. the OS is AIX ,and db2 have latest fixpak

after catalog node and db to local server. type the following command to verify .

>db2 connect to dgsamp71 user db2user using password

But got error msg:

SQL0902C A system error (reason code = "200x1232"("0200")"") occurred.
Subsequent SQL statements cannot be processed. SQLSTATE=58005

I'm not sure it's a communication problem between the db2 v8 and db2 v7 ? Does anybody can help me?
Reply With Quote
  #4 (permalink)  
Old 02-12-04, 10:46
db2db2 db2db2 is offline
Registered User
 
Join Date: Oct 2003
Posts: 11
Re: DB2 V8 communicate with DB2 V7 problem?

Hi,

I have encountered similar problem and this is what we found out

Version 8 clients can connect to version 7 servers only if the version 7 server is running DRDA-AS. Version 7 clients can connect to version 8 with limited capacity.
Reply With Quote
  #5 (permalink)  
Old 02-15-04, 21:01
Howard He Howard He is offline
Registered User
 
Join Date: Feb 2004
Posts: 2
Re: DB2 V8 communicate with DB2 V7 problem?

hi all, thank you help.
Reply With Quote
  #6 (permalink)  
Old 02-15-04, 21:06
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
Re: DB2 V8 communicate with DB2 V7 problem?

did you figure out the solution?

dollar

Quote:
Originally posted by Howard He
hi all, thank you help.
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