trying to save a scanned file from a Canon copier running MEAP (Multifunctional Embedded Application Platform) to an SMB share on NetApp 2240 (C-Mode) generates a meaningless error on the copier. Wireshark capture from the scanner side shows a successful 3 way handshake, then SMB protocol negotiation request which gets an error response from NetApp "NT Status: STATUS_UNSUCCESSFUL (0xc0000001)" What would be an indication that the SMB request from the copier is non-Unicode ? Thanks asked 05 Sep '13, 10:55 net_tech |
One Answer:
That depends on what you mean by "non-Unicode". I'm looking at one SMB trace that I have; the Negotiate Protocol request has the "Strings are Unicode" flag set in the Flags2 field, but the protocol names are non-Unicode, as Microsoft's MS-CIFS specification says they should be:
answered 05 Sep '13, 11:54 Guy Harris ♦♦ |
In the SMB request packet, under Flags2 I see Unicode Strings: Strings are ASCII
I am running in to a BUG described in the article below.
http://support.netapp.com/NOW/cgi-bin/bol?Type=Detail&Display=617674
The CIFS-enabled Vserver disallows any SMB 1 requests that do not have the Unicode bit set. This happens even if there are not any Unicode strings sent in the request.