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 > IXF backward compatability from DB2 v9.7 to v9.1.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-11, 01:11
jamster jamster is offline
Registered User
 
Join Date: Dec 2010
Posts: 11
IXF backward compatability from DB2 v9.7 to v9.1.

I am trying to db2move a database created in DB2 9.7 to DB2 9.1 but I can't. Firstly, 9.1 does not understand all of the syntax in the file generated by v9.7 db2look and secondly, I'm pretty sure IDENTITY columns are a problem as well when trying to do a straight move.

Systems used - Windows 2008R2, DB2 v9.7P3, v9.1P4.

Is there a workaround?
Reply With Quote
  #2 (permalink)  
Old 01-31-11, 09:22
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
I suspect you will just have to fix the DDL where it is not compatible with previous release.

For identity columns, I exclude them from db2move and load them back with identity override option on load command. Other option is to change them to "generated by default" instead of "generated always" in the new DDL.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 02-01-11, 07:34
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
AFAIK, ixf generated on 9.7 is compatible to load into 9.1

As Marcus suggested, syntax of db2look has to be checked ..
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
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