Windows 10: Windows 10 file share access to Server 2012-2019 fails with Access Violation.

Discus and support Windows 10 file share access to Server 2012-2019 fails with Access Violation. in Windows 10 Network and Sharing to solve the problem; I have read many of the postings on Win10 and issues with file shares. My issues are as follows: I have Server 2012/2012R2 and 2019 2019 being... Discussion in 'Windows 10 Network and Sharing' started by bobmerritt1, Feb 2, 2021.

  1. Windows 10 file share access to Server 2012-2019 fails with Access Violation.


    I have read many of the postings on Win10 and issues with file shares. My issues are as follows:

    • I have Server 2012/2012R2 and 2019 2019 being evaluated
    • Non-Domain
    • Local User account setup: UserTest tested as local user and administrator levels
    • Shared a test folder on each system
    • Wins is running on the server and all test systems have Wins pointed correctly.
    • When I try to access a share from Win10
      • In File Explorer, I expand Network
      • Servers are present/listed
      • When I click on one of the server names, I am prompted to login.
      • I try login with server1\UserTest and password
      • I try login with server1\administrator and password
      • All login test fail with Access Denied
    • From the 2012R2 server, I can see all of the shares on the 2019 server.
    • I can click on one of the 2019 test shares and when prompted for username/password, I enter the same information as under the Win10 testing. It works.
    • From 2019 to 2012R2, the same results as from the 2012 server.
    • I cannot find any issues with the basic server side accounts or file share definitions. I used the Server Manager-File and Storage Service-Shares to define shares.
    • Windows Defender/Firewall has Advanced Sharing setting enabled.
    • Both 2012 and 2019 will not allow enabling Network discovery. I can click the button but upon saving, Discovery is turned off.

    The 2012R2/2019 server is replacing an EOL NAS which has worked well for many years. Win10 access file shares on the NAS Qnap just fine. I do intend to install Hyper-V to run a couple of other apps. I did have Hyper-V installed early on in the testing, but with installed with no VMS the server did not appear in the Win10 Network listing. Once I removed Hyper-V, the server appears but cannot be access - Access Denied issue above.


    Server 2012R2 is a Standard with GUI. 2019 is Standard with GUI.


    You input is appreciated.


    Bob

    :)
     
    bobmerritt1, Feb 2, 2021
    #1

  2. Windows 10 File Shares not accessible from Server 2012

    Configuration

    Servers:

    • Location 1
      • SCCM-Central1-loc1
        • 2012 R2
        • 10.70.4.228/24
    • Location 2
      • SCCM-DP1-loc2
        • Windows 10 Build 1803
        • 172.22.65.4/24
        • No Symantec Endpoint Protection
      • FILESERVER-FS1-loc2
        • 2012 R2
        • 172.22.65.231/24
    • Location 3
      • SCCM-DP2-loc3
        • Windows 10 Build 1803
        • 172.22.186.4/24
        • Symantec Endpoint Protection
    • Location 4
      • SCCM-DP3-loc4 (Tega)
        • Windows 10 Build 1803
        • 172.22.207.4
        • Symantec Endpoint Protection
        • Citrix Receiver
    • Location 5
      • SCCM-DP4-loc5 (PTZA)
        • Windows 10 Build 1803
        • 172.22.185.4
        • Symantec Endpoint Protection
        • Citrix Receiver


    • We need to be able to attach to the f$ share on each of the “SCCM-DPx-LOCx” servers from the “SCCM-Central1-loc1”.
      • Issue Attempting to connect to
        • \\172.22.65.4\f$
        • \\ SCCM-DP1-loc2\f$
        • \\ SCCM-DP1-loc2.DOMAIN.com\f$
        • \\10.120.186.4\f$
        • \\ SCCM-DP2-loc3\f$
        • \\ SCCM-DP2-loc3. DOMAIN.com\f$
          • Fails from SCCM-Central1-loc1 or any Windows 2012 R2 server outside of the 172.22.65.0/24 subnet.
            • Error:

              Windows cannot access \\ SCCM-DP1-loc2\f$
    Check the spelling of the name. Otherwise, there might be a problem with your network. To try to identify and resolve network problems, click Diagnose.

    See Details shows

    Error Code: 0x80004005

    Unspecified error

    • Works from any Windows 10 workstation even across the VPN. Also works from a Server 2012 R2 server in the 172.22.65.0/24 subnet
    • Works Attempting to connect to
      • \\172.22.65.231\f$
      • \\ FILESERVER-FS1-loc2\f$
      • \\ FILESERVER-FS1-loc2.DOMAIN.com\f$
      • \\ 172.22.207.4\f$
      • \\ SCCM-DP3-loc4\f$
      • \\ SCCM-DP3-loc4. DOMAIN.com\f$
      • \\ 172.22.185.4\f$
      • \\ SCCM-DP3-loc5\f$
      • \\ SCCM-DP3-loc5. DOMAIN.com\f$
        • Works from all locations and all machines
    • Notes:
      • Connecting from any Windows 10 machine to the failing systems works every time (see above).
      • Connecting to a Windows 2012 R2 server in the same subnet as one of the failing systems works every time.
      • Auditing of ports from any location to the systems in this subnet renders the same result:
    Test-NetConnection -port 138 -ComputerName "FILESERVER-FS1-loc2" -InformationLevel "Detailed"

    WARNING: TCP connect to FILESERVER-FS1-loc2:138 failed

    ComputerName : FILESERVER-FS1-loc2

    RemoteAddress : 172.22.65.231

    RemotePort : 138

    AllNameResolutionResults : 172.22.65.231

    MatchingIPsecRules :

    NetworkIsolationContext : Private Network

    IsAdmin : False

    InterfaceAlias : Ethernet

    SourceAddress : 10.70.4.228

    NetRoute (NextHop) : 10.70.4.1

    PingSucceeded : True

    PingReplyDetails (RTT) : 39 ms

    TcpTestSucceeded : False

    Test-NetConnection -port 137 -ComputerName "FILESERVER-FS1-loc2" -InformationLevel "Detailed"

    WARNING: TCP connect to FILESERVER-FS1-loc2:137 failed

    ComputerName : FILESERVER-FS1-loc2

    RemoteAddress : 172.22.65.231

    RemotePort : 137

    AllNameResolutionResults : 172.22.65.231

    MatchingIPsecRules :

    NetworkIsolationContext : Private Network

    IsAdmin : False

    InterfaceAlias : Ethernet

    SourceAddress : 10.70.4.228

    NetRoute (NextHop) : 10.70.4.1

    PingSucceeded : True

    PingReplyDetails (RTT) : 39 ms

    TcpTestSucceeded : False

    Test-NetConnection -port 139 -ComputerName "FILESERVER-FS1-loc2" -InformationLevel "Detailed"

    ComputerName : FILESERVER-FS1-loc2

    RemoteAddress : 172.22.65.231

    RemotePort : 139

    AllNameResolutionResults : 172.22.65.231

    MatchingIPsecRules :

    NetworkIsolationContext : Private Network

    IsAdmin : False

    InterfaceAlias : Ethernet

    SourceAddress : 10.70.4.228

    NetRoute (NextHop) : 10.70.4.1

    PingSucceeded : True

    PingReplyDetails (RTT) : 39 ms

    TcpTestSucceeded : True

    Test-NetConnection -port 445 -ComputerName "FILESERVER-FS1-loc2" -InformationLevel "Detailed"

    ComputerName : FILESERVER-FS1-loc2

    RemoteAddress : 172.22.65.231

    RemotePort : 445

    AllNameResolutionResults : 172.22.65.231

    MatchingIPsecRules :

    NetworkIsolationContext : Private Network

    IsAdmin : False

    InterfaceAlias : Ethernet

    SourceAddress : 10.70.4.228

    NetRoute (NextHop) : 10.70.4.1

    PingSucceeded : True

    PingReplyDetails (RTT) : 39 ms

    TcpTestSucceeded : True

    • Attempted Fixes
      • NSLOOKUP does find the systems
      • Creating a non-Admin share was no different
      • Turning off IPv6 was no help
      • Turning on SMB file sharing did not help
      • Checked and the OS firewall for Domain, Private, Guest or Public, all are off
      • Removing the SCCM-DP1-loc2 from the domain then will respond with a prompting for username and password, but still does not allow login and eventually fails with the same error.
        • Error:

          Windows cannot access \\ SCCM-DP1-loc2\f$
    Check the spelling of the name. Otherwise, there might be a problem with your network. To try to identify and resolve network problems, click Diagnose.

    See Details shows

    Error Code: 0x80004005

    Unspecified error

    • Disabled SMB2/3 and this still fails
    • Verified that SMB1 is present
    Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol

    FeatureName : SMB1Protocol

    DisplayName : SMB 1.0/CIFS File Sharing Support

    Description : Support for the SMB 1.0/CIFS file sharing protocol, and the Computer Browser protocol.

    RestartRequired : Possible

    State : Enabled
     
    Todd Brown (todd.brown), Feb 2, 2021
    #2
  3. Brink Win User
    New File Share Witness Feature in Windows Server 2019

    Source: New File Share Witness Feature in Windows Server 2019 | Clustering and High-Availability
     
    Brink, Feb 2, 2021
    #3
  4. Windows 10 file share access to Server 2012-2019 fails with Access Violation.

    MCHBAR read access failed

    Hi everyone,


    Trying to install TechPowerUp GPU-Z v0.3.8 but i keep getting...MCHBAR read access failed, any suggestions???
     
    dondre1992, Feb 2, 2021
    #4
Thema:

Windows 10 file share access to Server 2012-2019 fails with Access Violation.

Loading...
  1. Windows 10 file share access to Server 2012-2019 fails with Access Violation. - Similar Threads - file share access

  2. Windows 10 + access MDB file shared in windows 2012R2 server access to slow

    in Windows 10 Gaming
    Windows 10 + access MDB file shared in windows 2012R2 server access to slow: I have several computers with windows 10 Pro, running applications that access MDB files that are in a network drive in a windows 2012R2 Server.The programs run very slow.The same computer computer with Windows XP runs the applications with no problems, same network...
  3. Windows 10 + access MDB file shared in windows 2012R2 server access to slow

    in Windows 10 Software and Apps
    Windows 10 + access MDB file shared in windows 2012R2 server access to slow: I have several computers with windows 10 Pro, running applications that access MDB files that are in a network drive in a windows 2012R2 Server.The programs run very slow.The same computer computer with Windows XP runs the applications with no problems, same network...
  4. Windows 10 + access MDB file shared in windows 2012R2 server access to slow

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 + access MDB file shared in windows 2012R2 server access to slow: I have several computers with windows 10 Pro, running applications that access MDB files that are in a network drive in a windows 2012R2 Server.The programs run very slow.The same computer computer with Windows XP runs the applications with no problems, same network...
  5. Windows Server 2019 Shares no longer accessible from windows 10 clients

    in Windows 10 Network and Sharing
    Windows Server 2019 Shares no longer accessible from windows 10 clients: I have an issue that is completely unexplainable, after a reboot of our windows 2019 server shares are longer accessible, except for home user share,All shares are viable on the server and seem fine, I can tell if Windows 10 is the issue or windows server 2019, we have been...
  6. Windows Server 2019 Shares no longer accessible from windows 10 clients

    in Windows 10 Gaming
    Windows Server 2019 Shares no longer accessible from windows 10 clients: I have an issue that is completely unexplainable, after a reboot of our windows 2019 server shares are longer accessible, except for home user share,All shares are viable on the server and seem fine, I can tell if Windows 10 is the issue or windows server 2019, we have been...
  7. Windows Server 2019 Shares no longer accessible from windows 10 clients

    in Windows 10 Software and Apps
    Windows Server 2019 Shares no longer accessible from windows 10 clients: I have an issue that is completely unexplainable, after a reboot of our windows 2019 server shares are longer accessible, except for home user share,All shares are viable on the server and seem fine, I can tell if Windows 10 is the issue or windows server 2019, we have been...
  8. Windows 10 can see server 2012 shares but refuses access

    in Windows 10 Network and Sharing
    Windows 10 can see server 2012 shares but refuses access: Hi Everyone - I've spent several frustrating hours on this problem, and hope by posting to save someone else the grief. Problem: On Windows 10, trying to access some server 2012 shares gives a "you don't have permission...." error. Of course I have triple checked the...
  9. can't access Shared folders on windows server 2012

    in Windows 10 Network and Sharing
    can't access Shared folders on windows server 2012: I make a driver(F:) on our company's windows server2012 pc as shared folder, and in the [advanced security setting] of F driver, I set the shared feature to <Everyone>, and set the authority to groups and some users(with password) premiusly created. The server's address...
  10. Windows 10 File Shares not accessible from Server 2012

    in Windows 10 Network and Sharing
    Windows 10 File Shares not accessible from Server 2012: We have a newly imaged Windows 10 box that we will be using as an SCCM DP. Currently the Central server cannot access the file shares on the Windows 10 box, after digging deeper we have found that other Windows 10 boxes can hit file shares on it, but Server 2012 R2 systems...