Hi!!
With my DB2 Administration Client (Linux) I'm trying to use db2move utility to start an import (I copy it from my Enterprise server, path bin and bnd), but I have the error below:
*** ERROR -3025. Check message file tab283.msg!
*** SQLCODE: -3025 - SQLSTATE:
*** SQL3025N A parameter specifying a filename or path is not valid.
The syntax that I'm using is:
db2move <db name> load -u <username> -p <password>
From "Message reference":
"
For LOAD, verify that each entry in the parameters of type sqlu_media_list: datafile should contain valid filenames; lobpaths copytarget, and workdirectory should contain valid paths on the server including the final separator and a null terminator.
"
My problem is that I don't know where are the parameters indicated (sqlu_media_list datafile lobpaths copytarget workdirectory).
I tried, without success, with -l option..
Have you idea?
Best regards,
Fabio