Hi, there,
Does anybody has problem loading data when the source data in on the network drive instead of local disks?
For exaple, I don't have any problem with the following script:
db2 load from c:\data\test.dat of del
replace into test;
But I will get error message if I do the following where X is the network drive:
db2 load from x:\data\test.dat of del
replace into test;
I would get an error message:
SQL3025N A parameter specifying a file name or path is not valid.
The file name and path are absolutely correct.
By the way, the Import utility works just fine with both.
Another problem is I cannot load data with the .ixf format regardless the data is on local drive or network drive.
I am wondering if anybody experienced the same problem. Any suggestion would be highly appreciated
Does anybody has problem loading data when the source data in on the network drive instead of local disks?
For exaple, I don't have any problem with the following script:
db2 load from c:\data\test.dat of del
replace into test;
But I will get error message if I do the following where X is the network drive:
db2 load from x:\data\test.dat of del
replace into test;
I would get an error message:
SQL3025N A parameter specifying a file name or path is not valid.
The file name and path are absolutely correct.
By the way, the Import utility works just fine with both.
Another problem is I cannot load data with the .ixf format regardless the data is on local drive or network drive.
I am wondering if anybody experienced the same problem. Any suggestion would be highly appreciated