Forum Discussion
Storage Migration Service doesn't appear
Hello,
I'm having the same issue as the original poster, Storage Migration Service is not listed in Windows Admin Center. I am using Windows Server 2019 Eval.
Windows Admin Center version 1809.5 Build 1.1.1812.03003
Storage Migration Service installed is 0.59.0
When I ran the "sc query SMS" command, I got the following error:
[SC] EnumQueryServicesStatus:OpenService FAILED 1060:
The specified service does not exist as an installed service.
Any help would be greatly appreciated.
Thanks
Y
It appears Storage Migration Service is not installed on your machine. Typically when you connect to an instance of Windows Server 2019 in WAC you should see Storage Migration Service as an option in the left hand menu. If the machine you are connected to does not have SMS installed it should prompt you to install SMS on the machine:
It sounds like you are indicating that when you connect to your copy of Server 2019 via WAC you are not seeing Storage Migration Service as an extension option in the left hand menu. You say you have the 1809.5 version of WAC but your build number is 1.1.1812.03003. I just installed the 1809.5 Build from the website https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/understand/windows-admin-center and my version installed is 1.1.28771.0. I also have the 0.59.0 SMS extension installed by default. Can you try uninstalling your current WAC and use the 1809.5 version found at the above link and reconnect to your version of Server 2019 and see if the SMS extension now appears?
Thanks, Eric
- ygmanJan 28, 2019Copper Contributor
Thanks for your reply Eric.
No luck after uninstalled/reinstalled and reboot. Looks like we have the same version. Here are some screenshots from my Windows Server 2019 VM
WAC - installed version from Programs and Features 1.1.28771.0WAC - got this from clicking on the ? on the far right
WAC - Storage Migration Service missing from the Tools list, no prompt to install
Here is the installed extension version for SMS
Finally, my current version of Windows Server 2019.
- swansoerJan 29, 2019
Microsoft
It may be due to the Evaluation OS. If you wouldn't mind can you run a powershell command on your version of Server 2019 and tell me what the output is?
[uint32](ComputerInfo | Select-Object OsOperatingSystemSKU).OsOperatingSystemSKU
- ygmanJan 29, 2019Copper ContributorThe output I received after running the powershell command is 80.
Thanks