Is your table on DB2 for Windows/XP?
If not, the filetype of EXPORT command must be IXF.
And you can't use this way.
DB2 Version 9.5 for Linux, UNIX, and Windows Message Reference, Volume 2
Quote:
SQL1325N The remote database environment does not support the command or one of the command options.
Explanation:
An attempt has been made to issue a DB2 workstation database specific command or command option against a host database through DB2 Connect or federated server. The following commands generate this error when issued against a DB2 for MVS*, DB2 for OS/400* or SQL/DS* database:
...
As well, the following commands generate this error with incorrect options:
v IMPORT (Import table) The filetype must be IXF, commitcount must be 0 for offline import or must not be automatic for online import, and the first word in the Action String (for example, ″REPLACE into ...″) must be INSERT.
v EXPORT (Export table) The filetype must be IXF.
The command cannot be processed.
|