Hello,
I recently installed DB2 v8.1 on a linux box, among other things I was
planning to use that box to connect to various other DB2 servers (NB.
all are DB2 version 7.1) and export few tables for backup purposes.
I have no problem cataloging/connecting/selecting to the remote nodes
and databases, but when I execute the export command from the v8.1
server I get this error:
---------------
SQL1651N The request cannot be executed because the DB2 server
version does not support this functionality.
Explanation:
Some new functionality is not supported against older DB2 server
versions. Another possible cause of this error could be the
request referenced objects with qualifiers of length that exceeds
the support of the server version.
User Response:
Execute the request against a DB2 server where the latest DB2
server version has been installed, or upgrade the server to the
latest DB2 server version.
----------------
Ok, I fully understand this error but found it very surprising because
I had done similar things between versions 7.x and 6.x.
Is it possible to install a client from the 7.x family and have it
co-exist with the v8.1 server and do my connections from that client
envirionment?
Any comments appreciated.
Regards,
Skyr
I recently installed DB2 v8.1 on a linux box, among other things I was
planning to use that box to connect to various other DB2 servers (NB.
all are DB2 version 7.1) and export few tables for backup purposes.
I have no problem cataloging/connecting/selecting to the remote nodes
and databases, but when I execute the export command from the v8.1
server I get this error:
---------------
SQL1651N The request cannot be executed because the DB2 server
version does not support this functionality.
Explanation:
Some new functionality is not supported against older DB2 server
versions. Another possible cause of this error could be the
request referenced objects with qualifiers of length that exceeds
the support of the server version.
User Response:
Execute the request against a DB2 server where the latest DB2
server version has been installed, or upgrade the server to the
latest DB2 server version.
----------------
Ok, I fully understand this error but found it very surprising because
I had done similar things between versions 7.x and 6.x.
Is it possible to install a client from the 7.x family and have it
co-exist with the v8.1 server and do my connections from that client
envirionment?
Any comments appreciated.
Regards,
Skyr
Comment