Hi All,
Am trying to do a load based system copy for a netweaver 7.4 system running on RHEL 7.3 and DB2 11.1.
On the target system I get the following error right after specifying the location of the migration export:
db2 -td; -vf last_command.sql -r last_command.res -z last_command.out
While it seems to need to be:
db2 -t -d; -vf last_command.sql -r last_command.res -z last_command.out
Anyone encountered this before?
I am using the latest SWPM version (
SWPM10SP23_3-20009701.SAR)