The information in this article applies to:
SYMPTOMSWhen you run a program that takes output from a different server across the network, it may take an extremely long time to complete. For example, Jetform would take output from a SAP server to reformat it for printing. Normally this would occur in 3 seconds, but now it may need over 1 hour to complete. CAUSEThis problem can occur because the redirector cannot use full caching for "write only" opens. The third-party program mentioned earlier in this article does "write only" opens on a remote file, and it also does one byte writes (or writes in very small amounts). Both of these lead to a deterioration in performance because the redirector cannot use full caching for "write only" opens. RESOLUTIONTo enable the redirector to utilize full caching, use Registry Editor to view the following registry key, and then change the value of the EnableCachingOnWriteOnlyOpens REG_DWORD value to 1: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanWorkStation\Parameters\EnableCachingOnWriteOnlyOpensNOTE: The default setting is 0. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe third-party products discussed in this article are manufactured by
vendors independent of Microsoft; we make no warranty, implied or
otherwise, regarding these products' performance or reliability. Additional query words:
Keywords : kb3rdparty kbinterop kbnetwork kbprint |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |