Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Results 1 to 6 of 6
  1. #1
    Junior Member
    Join Date
    Nov 2023
    Location
    kuching
    Posts
    8
    Rep Power
    0

    BH206 SMB send to server 2016 fail

    BH206 SMB send to Windows 7, Windows 10, Windows 11 works fine. But fail to send to server 2016.
    With the same setting on BH423, it works fine to send to server 2016 SMB.
    Can some one suggest what to fine tune on server 2016 to accept BH206 SMB traffic ?
    Thanks
    At the moment I am using FTP to server 2016.
    Last edited by Sing; 11-11-2023 at 02:04 AM. Reason: Additional info added

  2. #2
    Senior Tech 250+ Posts
    BH206 SMB send to server 2016 fail


    Join Date
    Nov 2020
    Location
    Bayern
    Posts
    271
    Rep Power
    9

    Re: BH206 SMB send to server 2016 fail

    It seems you send with SMB1 Protocol.
    Open PowerShell Ise as administrator and copy this lines in it:

    $Pro = Get-WindowsFeature FS-SMB1
    If ($Pro.InstallState -eq 'Available') {Enable-WindowsOptionalFeature -online -FeatureName SMB1Protocol}
    $1 = Get-SMBServerConfiguration | Select-Object -ExpandProperty EnableSMB1Protocol
    If (!$1) {Set-SmbServerConfiguration -EnableSMB1Protocol $true -Force}

    Then perform Enter. Maybe restart is necessary.

  3. #3
    Senior Tech 250+ Posts
    BH206 SMB send to server 2016 fail


    Join Date
    Nov 2020
    Location
    Bayern
    Posts
    271
    Rep Power
    9

    Re: BH206 SMB send to server 2016 fail

    Quote Originally Posted by CP-1015 View Post
    It seems you send with SMB1 Protocol.
    Open PowerShell Ise as administrator and copy this lines in it:

    $Pro = Get-WindowsFeature FS-SMB1
    If ($Pro.InstallState -eq 'Available') {Enable-WindowsOptionalFeature -online -FeatureName SMB1Protocol}
    $1 = Get-SMBServerConfiguration | Select-Object -ExpandProperty EnableSMB1Protocol
    If (!$1) {Set-SmbServerConfiguration -EnableSMB1Protocol $true -Force}

    Then perform Enter. Maybe restart is necessary.
    I see, I'm wrong. SMB1 is on. Then test if SMB2 is enabled:
    $2 = Get-SMBServerConfiguration | Select-Object -ExpandProperty EnableSMB2Protocol
    If (!$2) {Set-SmbServerConfiguration -EnableSMB1Protocol $true -Force}

  4. #4
    Senior Tech 250+ Posts
    BH206 SMB send to server 2016 fail


    Join Date
    Nov 2020
    Location
    Bayern
    Posts
    271
    Rep Power
    9

    Re: BH206 SMB send to server 2016 fail

    What error code?

  5. #5
    Junior Member
    Join Date
    Nov 2023
    Location
    kuching
    Posts
    8
    Rep Power
    0

    Re: BH206 SMB send to server 2016 fail

    Thanks for reply.
    [Caution Communication Error SMB Server]
    No changes after aply PowerShell command, Now I can only scan image to server 2016 throught FTP service.
    While as BH423 has no problem on SMB to server 2016.
    Happy week ends..

  6. #6
    Junior Member
    Join Date
    Nov 2023
    Location
    kuching
    Posts
    8
    Rep Power
    0

    Re: BH206 SMB send to server 2016 fail

    This2.gifThanks Ronny, SMB for client, FTP for server, ans USB for Pen drive.
    Right ?
    Attached Images Attached Images

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Get the Android App
click or scan for the Copytechnet Mobile App

-= -= -= -= -=


IDrive Remote Backup

Lunarpages Internet Solutions

Advertise on Copytechnet

Your Link Here