[jcifs] Error code 0xC00000BB

Michael B Allen ioplex at gmail.com
Thu Dec 15 00:19:59 MST 2011


On Wed, Dec 14, 2011 at 4:31 AM, Michal Bacik <michal at lonelycatgames.com> wrote:
> Add mapping for NT_STATUS_ error code 0xC00000BB "The request is not
> supported."
>
> I get this:
>
> Exception jcifs.smb.SmbException: 0xC00000BB
>    at jcifs.smb.SmbTransport.sendTransaction(SmbTransport.java:861)
>    at jcifs.smb.SmbSession.sendTransaction(SmbSession.java:221)
>    at jcifs.smb.SmbTree.sendTransaction(SmbTree.java:74)
>    at jcifs.smb.SmbFile.sendTransaction(SmbFile.java:689)
>    at jcifs.smb.SmbFile.doNetEnum(SmbFile.java:1655)

Hi Michal,

The doNetEnum routine makes an old NetBIOS RAP call to the "browse"
service to find servers. This service is obsolete so it is not
surprising that the server does not support it. The server is probably
NetApp or EMC or something like that. Anything other than Windows or
Samba probably does not implement those old RAP calls. This is not
something you can fix.

Mike

-- 
Michael B Allen
Java Active Directory Integration
http://www.ioplex.com/


More information about the jCIFS mailing list