Hi,
I am using db2 udb v8.2 on linux.
I am trying to use dumpfile with path. It works fine in windows, but when use in linux it fails with following error:
load client from "/home/db2inst3/db2load/inputfile/ivrdata.del" of del modified by coldel| dumpfile="/home/db2inst3/db2load/log/a.dmp" dateformat="YYYYMMDD" timeformat="HHMM" USEDEFAULTS savecount 50 messages "/home/db2inst3/db2load/mesg.db2load" replace into schema.case_ivr(col1,col2) FOR EXCEPTION schema.CASE_EXCP NONRECOVERABLE indexing mode autoselect
SQL2036N The path for the file or device
"/home/db2inst3/db2load/log/a.dmp.load.000" is not valid.
but when I used dumpfile="/tmp/a.dmp" it worked, but I cannot see the a.dmp in /tmp folder...
I read some article and it says permission issue. I tried to chmod 777 to the log folder, but same errors.
Any idea why I am getting this issue.
Thanks
Diwakar