Sep 20 2018 10:38 AM
Sep 21 2018 03:10 AM
The upgrade doesn't seem to work.
We use a working installation of v1804 on a Server 2016.
Simply installed the v1809 msi, everything worked fine, but after the update the website isn't reachable anymore. Any idea?
Sep 21 2018 09:32 AM
Check out the troubleshooting guide for common issues and resolution steps. If nothing there solves your issue, please reply back here with the answers to the troubleshooting common questions.
Sep 23 2018 08:56 AM
Sep 23 2018 10:08 AM
@Gary Williams did you set the regional settings?
If so, please let us know which language and regional setting that you have selected and where you aren't seeing it applied correctly.
Sep 23 2018 11:15 AM - edited Sep 23 2018 11:16 AM
Yes I set the regional settings. The Date is fine on the main screen but wrong in other places.
Did you see the screenshot I posted? that's a prime example right there.
Sep 24 2018 10:25 AM
No sorry, I don't see an attachment on either of your posts.
Sep 24 2018 12:30 PM
@Jeff Woolslayer Sorry, it's in this post here https://techcommunity.microsoft.com/t5/Windows-Admin-Center/Date-Formatting/m-p/260812#M125
Sep 24 2018 02:21 PM
Thanks! I've created a bug for this occurrence. If you notice it anywhere else, please let me know!
Sep 25 2018 06:48 AM
Hi @Jeff Woolslayer I have the same issue as @Elke Endörfer after installation site is either not reachable or if it manages to connect it throws ajax error 0 when trying to display any information (I ran PS script for connecition testing and there was no issues). Any news on that?
Thank You!
I also posted some problems in regards of insider version 1808. Has any of these issue been addressed?
https://techcommunity.microsoft.com/t5/Windows-Admin-Center/WAC-1808-File-Copy-errors-and-powershell...
Regards,
Artur
Sep 25 2018 09:08 AM
@Artur Schneider please check out the troubleshooting guide for common issues and resolution steps. If nothing there solves your issue, please reply back here with the answers to the troubleshooting common questions. Ajax error 0 is generally seen if the Windows Admin Center service is not running.
I'll reply on the other thread as well.
Sep 25 2018 11:51 PM - edited Sep 25 2018 11:52 PM
Version:1.0 StartHTML:000000266 EndHTML:000002633 StartFragment:000002016 EndFragment:000002601 StartSelection:000002016 EndSelection:000002597 SourceURL:https://techcommunity.microsoft.com/t5/forums/replypage/board-id/WindowsServerManagement/message-id/...
Thank you for replying. I tried to apply suggested changes. WAC v.1809 Win Server 2016. Initially after accessing site I was indeed getting error message websocket/powershell could not connect. I checked features on Server 2016 and added WebSocket feature. Now I am not able to connect to server even locally getting connection refused message. As for Ajax error I checked the service and it was running.
Sep 26 2018 08:03 AM
I get this error every time I run the upgrade.
Sep 26 2018 11:09 AM
We are tracking that error here: https://windowsserver.uservoice.com/forums/295071/suggestions/35488156
Sep 30 2018 10:18 PM - edited Sep 30 2018 10:21 PM
I upgraded from 1808 to 1809 and now when i try to use remote desktop it just keeps spinning and never loads, same thing happens when i try to console in to a vm from wac, i tried uninstalling and reinstalling, and looked through troubleshooting steps and couldn't find anything. It worked fine on all of my server before 1809
Kinda bummed because i was really stoked for the hyper-v console feature
Sep 30 2018 10:33 PM
Hi again @Jeff Woolslayer
A strange new development occured with v.1809 installation. Although I can access gateway locally I get error 500 trying to access it from anywhere else. That doesn't happen with other servers that have v.1808 installed. (The setup is: Wn Server 2016, valid certificate (not self signed). I did the most common steps like clearing cache on client machine, refreshing dns etc still the error remains. As I said I know the service is running cause I can access gateway locally. Any ideas?
Thank You
Oct 02 2018 03:07 PM
We are tracking a known issue that can cause the firewall rule to be deleted, which would causes this.
To check of the firewall rule exists -
Get-NetFirewallRule -DisplayName "SmeInboundOpenException"
If the rule is missing, use this to recreate it replacing <port> with the port configured for Windows Admin Center (default 443.) -
New-NetFirewallRule -DisplayName "SmeInboundOpenException" -Description "Windows Admin Center inbound port exception" -LocalPort <port> -RemoteAddress Any -Protocol TCP
Oct 02 2018 03:19 PM
@Deleted - Will you please try Microsoft Edge and see if the RDP tool works for you there?
In the Virtual machine tool - if you choose to download the RDP file, are you able to successfully connect to the VM's console?
Oct 02 2018 05:38 PM
@Jeff Woolslayer Just tried in Edge and it does the same thing. And yes i can connect to my vm's just fine when i download the RDP file.
Oct 04 2018 01:17 PM
@Deleted, what about the PowerShell & Events tools? are they working correctly for you?
The Remote Desktop webclient, PowerShell and Events tools all requires support in your enviorment for websockets