Skip navigation

JSI Tip 1742. WFW and DOS clients return an incomplete list of server files?

When these 16bit clients do a server directory listing from a command prompt, or an application searchs for its DLLs on the server, an SMB 81 (Server Message Block 81) is used to get the directory search. The cause of the problem is that the filenames from this SMB will be intermittently truncated.

To resolve the problem, use Regedt32 to navigate to:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters

Edit or Add Value name MaxGlobalOpenSearch, a type REG_DWORD entry. In the DWORD Editor, select the Decimal Radix, and enter a larger number. The default is 4096. The minimum is 1 and the maximum is 65536. I recommend trying 16384.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish