Welcome to the Alteryx Knowledge Base
Knowledge Base / Server / Error: "Failed to retrieve Mongo connection information <Server Error: 404>" After Installing A...
Error: "Failed to retrieve Mongo connection information <Server Error: 404>" After Installing Alteryx Server 2023.2 with User-Managed MongoDB
Created/Edited -
Summary
Description
2023-11-01 16:03:04.274000,ERROR,2384,AlteryxService,,,,,,,,,"AlteryxService_SvcReportEvent: App <AlteryxService> message <Failed to retrieve Mongo connection information <Server Error: 404>>" 2023-11-01 16:03:04.274000,ERROR,2384,AlteryxService,,,,,,,,,"AlteryxService_LogStartupError: There was an error starting the Alteryx Service <Failed to retrieve Mongo connection information <Server Error: 404>>"
Environment
User-Managed MongoDB
Cause
Resolution
- Navigate to \%ProgramData%\Alteryx on the Alteryx Server controller machine.
- Open the RuntimeSettings.xml file in a text editor like Notepad.
- Find the "EmbeddedMongoEnabled" flag, if present, and change "True" to "False" in the RuntimeSettings.xml file. If not present, add the following text beneath the "Controller" tag:
<EmbeddedMongoDBEnabled>False</EmbeddedMongoDBEnabled>
- Save the RuntimeSettings.xml file.
Additional Information
Was this article helpful?