Files not showing up, or very delayed, on Server 2012 File Share after export through applications
hello,
we experiencing issue our new win 2012 file server files aren't showing right away , delayed, days @ time. have 2 separate business critical apps (state-based apps) generate reports/exports, which are saved on user's mapped drive, that reside on our win 2012 file server. 1 of applications has folder/file browser embedded in app. when export runs, appears in application, when navigate location of file via mapped drive, it's not there. windows 8 machine, can browse file share , see export file fine. client machines exporting file are running windows 7 , did not have issue when on our 2003/2008 file servers. exports show immediately, but other times it take days appear.
i've tested few things out copying file local c:\ drive of client machines mapped drive. works great expected. i've tried creating batch file xcopy file local machine server via mapped drive , unc path. works great, files show up.
it seems happening applications generate files. i'd think it's problem new file server worked our previous file servers, knows. client pc issue?
is else having type of issue?
rory
rory schmitz
i agree, server in production environment? if can try disable smb2.0 , smb 3.0 test, please refer following command:
to disable specific smb versions in windows server 2012 , windows 8, use set-smbserverconfiguration windows powershell cmdlet.note:
when enabling/disabling smb2 on windows 8 or windows server 2012, smb3 enabled/disabled because these protocols share same stack
• view current state of smb server protocol configuration:
get-smbserverconfiguration | select enablesmb1protocol, enablesmb2protocol
• disable smb1 smb server:
set-smbserverconfiguration -enablesmb1protocol $false
• disable smb2/smb3 smb server:
set-smbserverconfiguration -enablesmb2protocol $false
• enable smb1 smb server:
set-smbserverconfiguration -enablesmb1protocol $true
• enable smb2/smb3 smb server:
set-smbserverconfiguration -enablesmb2protocol $true
“please remember click “mark answer” on post helps you, , click “unmark answer” if marked post not answer question. can beneficial other community members reading thread.”
Windows Server > Windows Server 2012 General
Comments
Post a Comment