db2move issue with as400 iSeries library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Richard2000
    New Member
    • Apr 2009
    • 1

    db2move issue with as400 iSeries library

    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 server.

    ############### ############### ############### ############### ####

    C:\DB2_bin\DB2_ tips>db2move AS400DB EXPORT -u SRLA -p SRLA -sn XSIFIC

    Application code page not determined, using ANSI codepage 1252

    ***** DB2MOVE *****

    Action: EXPORT

    Start time: Tue Apr 28 09:33:01 2009

    All schema names matching: XSIFIC;

    Connecting to database AS400DB ... successful! Server's Product Signature: QSQ05040

    Error: Unknown DB2 Server!

    **Error - Unknown server.

    Disconnecting from database ... successful!

    End time: Tue Apr 28 09:33:01 2009

    C:\DB2_bin\DB2_ tips>
    ############### ############### ############### ############### ####
  • przytula
    New Member
    • Jun 2009
    • 13

    #2
    do you have db2 connect installed ? have you tried a simple connect and select to as/400 ?
    also something with codepage : try chcp to see the codepage
    and the codepage of as/400 db2
    best regards, guy przytula

    Comment

    Working...