QUESTION POSED ON: 25 September 2007
We are passing data from a server with system Unix to another server with system OS/400 V5R2.
We are writing data using DB2 CONNECT and command LOAD. When we do this, error SQL1325N takes place.
This is the instruction that is executed:
CONNECT TO S910 USER DSSADMIN USING ADMIN LOAD CLIENT FROM /home/dsadm/inpdata.dat OF OF THE MESSAGES/home/dsadm/log.load INSERT into TERESA.SIPEOPTL
S910 is the name of the iSeries machine.
Database Connection Information
Database server = OS/400 5.2.0
SQL authorization ID = DSSADMIN
Local database alias = S910
SQL1325N The remote database environment does not support the command or one of the command options.
DB20000I The SQL DISCONNECT command completed successfully.
DB20000I The QUIT command completed successfully.
Can we use another way?
|