[jcifs] java.io.IOException: no andx command supplied with response

Jerry Jalenak Jerry.Jalenak at LABONE.com
Tue May 4 18:00:06 GMT 2004


Greetings to All:

I'm using JCIFS to access network shares from a Linux platform.  Everything
seems to be working OK with the exception of one server.  I am able to
create SmbFile's to the directory and the individual files on this share,
but when I attempt to create a SmbFileInputStream in order to read them, I
throw the "java.io.IOException: no andx command supplied with response".
I've googled for an answer, and found a couple of hits that suggested
setting the "useBatching" property to "false"; I've done this (I think) with
the following statement:

	jcifs.Config.setProperty("useBatching", "false");

but I am still recieving the error.  I might mention that this particular
server is a 'Snap' server (see http://www.snapappliance.com/), so it's not
quite the same as a Win2K server, but I would still think that if I can
create a file handle, I ought to be able to read 'em.

Thanks.  Any ideas on how to fix this would be greatly appreciated.

Jerry Jalenak
Development Manager, Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
(913) 577-1496

jerry.jalenak at labone.com


This transmission (and any information attached to it) may be confidential and
is intended solely for the use of the individual or entity to which it is
addressed. If you are not the intended recipient or the person responsible for
delivering the transmission to the intended recipient, be advised that you
have received this transmission in error and that any use, dissemination,
forwarding, printing, or copying of this information is strictly prohibited.
If you have received this transmission in error, please immediately notify
LabOne at the following email address: securityincidentreporting at labone.com



More information about the jcifs mailing list