472,952 Members | 2,752 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,952 software developers and data experts.

DB2MOVE problem between AIX and Windows

Hi,

I am trying to move DB2 8.1 database from AIX to Windows.

Following errors appears when I try to run db2move db import.

<IMPORT.out>
***** DB2MOVE *****

Action: IMPORT
Start time: Thu Aug 05 14:15:08 2004
Server: DB2 Common Server V8.1.2

*** Table "WASADM "."SOME_TABLE": ERROR -3089. Check message file
tab1.msg!
*** SQLCODE: -3089 - SQLSTATE:
*** SQL3089N A non-D record was found where a D record was expected.
</IMPORT.out>
<tab1.msg>
SQL3104N The Export utility is beginning to export data to file "tab1.ixf".

SQL3105N The Export utility has finished exporting "1514" rows.

SQL3150N The H record in the PC/IXF file has product "DB2 02.00", date
"20040609", and time "111332".

SQL3050W Conversions on the data will be made between the IXF file code
page
"1208" and the application code page "1252".

SQL3153N The T record in the PC/IXF file has name "tab1.ixf", qualifier
"",
and source " ".

SQL3109N The utility is beginning to load data from file "tab1.ixf".

SQL3089N A non-D record was found where a D record was expected.

SQL3110N The utility has completed processing. "20" rows were read
from the
input file.
</tab1.msg>

Is this somesort codepage problem? In my windows I have tried to create
DB with codepage IBM-1252 and with UTF-8 with the same result.

Another guess is that there is some error in that .tar file where from I
extracted data, but I also tried to extract that with linux without success.
Nov 12 '05 #1
2 8963
You can verify that the export worked properly by re-importing it back
into AIX. I'd recommend doing this with a copy of a table instead of one
that is required for other uses. Assuming that the AIX import works;
then make sure that the transfer to the WIN platform is a binary transfer.

Phil Sherman
erkki wrote:
Hi,

I am trying to move DB2 8.1 database from AIX to Windows.

Following errors appears when I try to run db2move db import.

<IMPORT.out>
***** DB2MOVE *****

Action: IMPORT
Start time: Thu Aug 05 14:15:08 2004
Server: DB2 Common Server V8.1.2

*** Table "WASADM "."SOME_TABLE": ERROR -3089. Check message file
tab1.msg!
*** SQLCODE: -3089 - SQLSTATE:
*** SQL3089N A non-D record was found where a D record was expected.
</IMPORT.out>
<tab1.msg>
SQL3104N The Export utility is beginning to export data to file
"tab1.ixf".

SQL3105N The Export utility has finished exporting "1514" rows.

SQL3150N The H record in the PC/IXF file has product "DB2 02.00", date
"20040609", and time "111332".

SQL3050W Conversions on the data will be made between the IXF file code
page
"1208" and the application code page "1252".

SQL3153N The T record in the PC/IXF file has name "tab1.ixf", qualifier
"",
and source " ".

SQL3109N The utility is beginning to load data from file "tab1.ixf".

SQL3089N A non-D record was found where a D record was expected.

SQL3110N The utility has completed processing. "20" rows were read
from the
input file.
</tab1.msg>

Is this somesort codepage problem? In my windows I have tried to create
DB with codepage IBM-1252 and with UTF-8 with the same result.

Another guess is that there is some error in that .tar file where from I
extracted data, but I also tried to extract that with linux without
success.


Nov 12 '05 #2
Problem solved!

It was an extraction problem. It seems to me that Winzip cannot extract
tar file correctly. So after extracting that file in linux and binary
transfer to Windows evertyhing works fine.

Thanks anyway Phil!

erkki wrote:
Hi,

I am trying to move DB2 8.1 database from AIX to Windows.

Following errors appears when I try to run db2move db import.

<IMPORT.out>
***** DB2MOVE *****

Action: IMPORT
Start time: Thu Aug 05 14:15:08 2004
Server: DB2 Common Server V8.1.2

*** Table "WASADM "."SOME_TABLE": ERROR -3089. Check message file
tab1.msg!
*** SQLCODE: -3089 - SQLSTATE:
*** SQL3089N A non-D record was found where a D record was expected.
</IMPORT.out>
<tab1.msg>
SQL3104N The Export utility is beginning to export data to file
"tab1.ixf".

SQL3105N The Export utility has finished exporting "1514" rows.

SQL3150N The H record in the PC/IXF file has product "DB2 02.00", date
"20040609", and time "111332".

SQL3050W Conversions on the data will be made between the IXF file code
page
"1208" and the application code page "1252".

SQL3153N The T record in the PC/IXF file has name "tab1.ixf", qualifier
"",
and source " ".

SQL3109N The utility is beginning to load data from file "tab1.ixf".

SQL3089N A non-D record was found where a D record was expected.

SQL3110N The utility has completed processing. "20" rows were read
from the
input file.
</tab1.msg>

Is this somesort codepage problem? In my windows I have tried to create
DB with codepage IBM-1252 and with UTF-8 with the same result.

Another guess is that there is some error in that .tar file where from I
extracted data, but I also tried to extract that with linux without
success.

Nov 12 '05 #3

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

Similar topics

1
by: TD Matthews | last post by:
I'm hoping someone has seen this. I'm moving our dev db (8.1 FP5 for both) to a windows machine from AIX using db2move, and all goes well except with a few tables like PAYPERIOD IMPORT: -Rows...
2
by: valerio | last post by:
Hi all, I've some problem to import data to DB2 using the db2move and db2look tools. Follow the problem : I have exported data from db2 v. 7 database on windows server, using the db2look and...
1
by: Terry | last post by:
Hi All, Im attempting to use db2move from 7.1.0 to 8.1.4. It fails to import tables defined using the columns with GENERATED ALWAYS. The error message generated follows: "SQL3550W The field...
4
by: Christos Kalantzis | last post by:
Hello I am migrating a DB from AIX DB2 7.2 to Linux DB2 8.2.2 amd_64bit Linux 2.6. I have often migrated databases from one platform to another without any issues using db2move db2move dbname...
2
by: Alan | last post by:
Guys, Got a DB2 ver. 8.2 on Windows 2003 with four tablespaces (some field size around varchar(2000 on it) define on it. Try to create another database on another Windows 2003 server using db2move...
2
by: Mani | last post by:
Hi Everyone, i have a doubt regarding db2move utility. I have created a database with circular logging (primary logs - 2, secondary logs - 1). I imported tables into this new db using db2move....
0
by: mikeodba | last post by:
Summary: SQL3255 Reason code 2 from db2move with DB2 v9.1 fixpack 5. on Win32. Win32 DB2 version 9.1 fixpack5 , performing DB2MOVE COPY with SCHEMAMAP between two local databases in the same...
1
by: Richard2000 | last post by:
Hi team, Has anyboby faced this issue? I'm trying to use db2move to export as400 schema content to my local windows file system. The aim is to be able to re-import it into a DB2 UDB v9 Windows...
1
by: princesmay | last post by:
Hello All, Im trying to import all the IXF and MSG files that i have exported from AIX db2, however this error occured while importing to Windows in every tables. Hope you can help me. thanks in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...

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.