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

eglass1 at comcast.net eglass1 at comcast.net
Tue May 4 18:14:35 GMT 2004



> 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");
> 

It would be:

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

but I can't say whether that will fix the problem you're seeing or not.


Eric


More information about the jcifs mailing list