登录后,我的 Windows 版 Amazon WorkDocs Drive 客户端卡在身份验证屏幕上或正在关闭。
简短描述
消息队列服务出现故障或并非已启动状态。WorkDocs Drive 客户端必须使用消息队列服务来写入系统日志文件。
解决方法
对于 Windows 10 OS
1. 以管理员身份打开 PowerShell 会话。
2. 运行 Enable-WindowsOptionalFeature -Online -FeatureName MSMQ-ADIntegration -All 命令。
对于 Windows Server
首先,从 Windows 操作系统中卸载消息队列服务。
1. 以管理员身份打开 PowerShell 会话。
2. 运行 Import-Module ServerManager 命令。
3. 运行 Uninstall-WindowsFeature -Name MSMQ -Restart 命令。Windows 操作系统将重新启动。
Windows 操作系统重新启动后,重新安装消息队列服务。
1. 以管理员身份打开 PowerShell 会话。
2. 运行 Import-Module ServerManager 命令。
3. 运行 Install-WindowsFeature -Name MSMQ 命令。
现在即可正常登录 WorkDocs Drive 客户端。
相关信息
解决 Amazon WorkDocs 问题