futeko.com FORUM

Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: dj wurst on November 24, 2019, 03:57:18 PM

Title: Himedia Q10 Pro Media Center can't find SMB on Windows Server 2019
Post by: dj wurst on November 24, 2019, 03:57:18 PM
I'm trying desperately for days with my Q10 pro to access a Windows share.

It works with the ES File Explorer. Network -> new -> LAN ip-address, enter username and password and I can access the directories.

Unfortunately, nothing works with the Media Center.
I click on LAN, then add share, enter the server ip, directory, account and password. Unfortunately, there is always a "new server error"

As directory, I specify "VIDEO/", as account "Computer name/user name". Is that right with the "/"? Must "//computername" before the directory?
I have already tried a thousand variants.

Would be very grateful for help.
Title: Re: Himedia Q10 Pro Media Center can't find SMB on Windows Server 2019
Post by: pcristi on November 24, 2019, 09:01:35 PM
As I know SMB1 on Windows Server 2019 is a challenge to get running
Maybe this help
Code: [Select]
Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol
Set-SmbServerConfiguration -RejectUnencryptedAccess 0
Code: [Select]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"AllowInsecureGuestAuth"=dword:1

For manual add
(https://www.mediafire.com/convkey/d248/mvqn0ykg5nekledzg.jpg?size_id=4)
Title: Re: Himedia Q10 Pro Media Center can't find SMB on Windows Server 2019
Post by: dj wurst on November 25, 2019, 06:18:05 PM
Thanks for you help, but ist still says "query is error". Whatever this means  ???
Title: Re: Himedia Q10 Pro Media Center can't find SMB on Windows Server 2019
Post by: pcristi on November 26, 2019, 12:16:46 AM
Tested and working for me on Windows 2019 (10.0.17763)
Enable SMB 1.0/CIFs File Sharing Support.
(http://www.mediafire.com/convkey/316b/6sdw3c53nzfpyoezg.jpg?size_id=4)

Check SMB log in event viewer.

To access these events:
1. Open Event Viewer and then expand Applications and Services Logs.
2. Expand the Microsoft folder.
3. Expand the Windows folder.
4. Expand the SMBClient or SMBServer folder and then click the channels.
(http://www.mediafire.com/convkey/e86e/n0te8nay79cnfjyzg.jpg?size_id=4)

Look on SMBServer/Security error set strong password for Guest and maybe enable to avoid some error.
Manually add your share.
(https://www.mediafire.com/convkey/d248/mvqn0ykg5nekledzg.jpg?size_id=4)

Look on SMBClient/Security and enable Guest access in SMB2 for get access from Server to HiMedia Box.
Code: [Select]
Configured Registry Value:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"AllowInsecureGuestAuth"=dword:1

Enjoy your movie/music collection store on Windows 2019 Server.

Source:
- Windows Server 2019 SMB Share (https://social.technet.microsoft.com/Forums/en-US/e63f1d76-3913-4b33-85b5-e04581d59f8b/windows-server-2019-smb-share?forum=winserverfiles)
- Guest access in SMB2 disabled by default in Windows (https://support.microsoft.com/en-us/help/4046019/guest-access-in-smb2-disabled-by-default-in-windows-10-and-windows-ser)
Title: Re: Himedia Q10 Pro Media Center can't find SMB on Windows Server 2019
Post by: pcristi on November 26, 2019, 12:34:05 AM
Between can you switch to built in NFS Server inside of deal with SMB.
Install and Configure NFS Server on Windows Server 2019 (https://computingforgeeks.com/install-and-configure-nfs-server-on-windows-server/)
Title: Re: Himedia Q10 Pro Media Center can't find SMB on Windows Server 2019
Post by: dj wurst on November 27, 2019, 09:04:59 PM
I am very grateful for your help.

I tried everything:
SMB1 installed
insecure guest access enabled
I even reinstalled Windows Server 2019.

And same as before: If I want to add the share in MediaCenter, there is always "new Server error"

And the crazy thing for me is that I can easily access the shared directory via the ES file explorer.
(By the way, if a directory is released on my laptop under Windows 7, everything works fine)