After logging in, my Amazon WorkDocs Drive client for Windows is stuck at the authentication screen or is shutting down. How can I fix this?
Short description
The Message Queuing service is failing or not in the Started status. The WorkDocs Drive client requires the Message Queuing service to write to the System Journal file.
Resolution
For Windows 10 OS
1. Open a PowerShell session as Administrator.
2. Run the Enable-WindowsOptionalFeature -Online -FeatureName MSMQ-ADIntegration -All command.
For Windows Server
First, uninstall the Message Queueing service from the Windows operating system.
1. Open a PowerShell session as Administrator.
2. Run the Import-Module ServerManager command.
3. Run the Uninstall-WindowsFeature -Name MSMQ -Restart command. The Windows operating system restarts.
After the Windows operating system restarts, reinstall the Messaging Queueing service.
1. Open a PowerShell session as Administrator.
2. Run the Import-Module ServerManager command.
3. Run the Install-WindowsFeature -Name MSMQ command.
You can now log in to the WorkDocs Drive client.
Related information
Troubleshooting Amazon WorkDocs issues