I get the following error while trying to read one table using a SELECT command:
Error: Failed to load table mgw10002! For more information, please use SQLException.getNextException().
SQLState: 60000
ErrorCode: 393216
Error: jcifs.smb.SmbException: The parameter is incorrect.
SQLState: 60000
ErrorCode: 393216
Please advice.
|
It seems that you're using SAMBA protocol. HXTT DBF support also driect query remote host. For instance, select * from "smb://administrator:apassword@172.72.8.26/share/table1";
>Error: Failed to load table mgw10002! For more information, please use SQLException.getNextException().
>Error: jcifs.smb.SmbException: The parameter is incorrect.
Whether you can visit other files on that host? Whether that table mgw10002 can be visit normally sometimes?
|
>> Error: Failed to load table mgw10002! For more information, please use SQLException.getNextException().
>> Error: jcifs.smb.SmbException: The parameter is incorrect.
> Whether you can visit other files on that host? Whether that table mgw10002 can be visit normally sometimes?
I can read other files on that host.
I am not sure if I have ever been able to read table mgw10002.
Thanks.
|
> It seems that you're using SAMBA protocol. HXTT DBF support also driect query remote host. For instance, select * from "smb://administrator:apassword@172.72.8.26/share/table1";
Yes, I am using the SAMBA protocol.
The command:
select * from "smb://winpaq/adminpaq/ml/mgw10002"
results in the same error:
Error: jcifs.smb.SmbException: The parameter is incorrect.
SQLState: 60000
ErrorCode: 393216
Please advice.
|
>I can read other files on that host.
>I am not sure if I have ever been able to read table mgw10002.
Check whether you can read other tables on that adminpaq/ml directory, or copy that mgw10002.* files to another share dirctory for test purpose.
|