在启用了SMB2的情况下无法在远程2012服务器上打开文件

我有两台2012 R2服务器。 作为文件服务器的一个启用了SMB2 / 3。 如果SMB2被禁用,则充当客户端的那个人可以在服务器上打开文件。 如果我启用SMB2,但是当我尝试打开文件时,客户机上的系统进程开始使用大量的CPU,并且文件从不打开。

Process Explorer屏幕截图: 系统进程使用CPU中断

SMB服务器configuration:

C:\Users\ARAXI>powershell Get-SmbServerConfiguration AnnounceServer : False AsynchronousCredits : 64 AutoShareServer : True AutoShareWorkstation : True CachedOpenLimit : 5 AnnounceComment : EnableDownlevelTimewarp : False EnableLeasing : True EnableMultiChannel : True EnableStrictNameChecking : True AutoDisconnectTimeout : 0 DurableHandleV2TimeoutInSeconds : 30 EnableAuthenticateUserSharing : False EnableForcedLogoff : True EnableOplocks : True EnableSecuritySignature : False ServerHidden : True IrpStackSize : 15 KeepAliveTime : 2 MaxChannelPerSession : 32 MaxMpxCount : 50 MaxSessionPerConnection : 16384 MaxThreadsPerQueue : 20 MaxWorkItems : 1 NullSessionPipes : NullSessionShares : OplockBreakWait : 35 PendingClientTimeoutInSeconds : 120 RequireSecuritySignature : False EnableSMB1Protocol : True EnableSMB2Protocol : True Smb2CreditsMax : 16384 Smb2CreditsMin : 768 SmbServerNameHardeningLevel : 0 TreatHostAsStableStorage : False ValidateAliasNotCircular : True ValidateShareScope : True ValidateShareScopeNotAliased : True ValidateTargetName : True EncryptData : False RejectUnencryptedAccess : True 

SMB客户端configuration:

 C:\>powershell Get-SmbClientConfiguration ConnectionCountPerRssNetworkInterface : 4 DirectoryCacheEntriesMax : 16 DirectoryCacheEntrySizeMax : 65536 DirectoryCacheLifetime : 10 EnableBandwidthThrottling : True EnableByteRangeLockingOnReadOnlyFiles : True EnableLargeMtu : True EnableMultiChannel : True DormantFileLimit : 1023 EnableSecuritySignature : True ExtendedSessionTimeout : 1000 FileInfoCacheEntriesMax : 64 FileInfoCacheLifetime : 10 FileNotFoundCacheEntriesMax : 128 FileNotFoundCacheLifetime : 5 KeepConn : 600 MaxCmds : 2048 MaximumConnectionCountPerServer : 32 OplocksDisabled : False RequireSecuritySignature : False SessionTimeout : 60 UseOpportunisticLocking : True WindowSizeThreshold : 1 

我试图打开文件时运行WPR – ETL文件在这里: https ://drive.google.com/file/d/0Bw6tb4tS9dQyeWEwUUp1NDYyZjQ/view?usp=sharing