<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to start server as 2025.2 after install update from 2025.1 in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1434068#M17867</link>
    <description>&lt;P&gt;Im glad you were able to get it working! I will say sorry though, because I didnt mention that if the file is missing, you can just create it on your own.&lt;/P&gt;&lt;P&gt;I had a very similar situation happen on my gallery which is why this felt familiar to me. My&amp;nbsp;ASMongoDBVersion.bin is one I created that only contains a version number because mine was corrupt as well&lt;/P&gt;&lt;P&gt;.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mongo.png" style="width: 257px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/418099i45FDE921FAE77E3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="mongo.png" alt="mongo.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Im sorry you had to go through a lot of hoops, but I am glad you got it working.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2026 19:40:56 GMT</pubDate>
    <dc:creator>SPetrie</dc:creator>
    <dc:date>2026-03-12T19:40:56Z</dc:date>
    <item>
      <title>Unable to start server as 2025.2 after install update from 2025.1</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1433077#M17842</link>
      <description>&lt;P&gt;Hi all, I’m running into issues starting Alteryx Server after upgrading from &lt;STRONG&gt;2025.1 to 2025.2&lt;/STRONG&gt;. We’ve historically upgraded from 2022.2 through 2024.2 and then 2025.1 without issues, but this version is stuck. The logs indicate that the &lt;STRONG&gt;embedded MongoDB service cannot start&lt;/STRONG&gt;. Has anyone encountered this or knows a fix?&lt;BR /&gt;&lt;BR /&gt;{"error":"UPGRADE PROBLEM: Found an invalid featureCompatibilityVersion document (ERROR: Location4926900: Invalid featureCompatibilityVersion document in admin.system.version: { _id: \"featureCompatibilityVersion\", version: \"6.0\" }. See &lt;A href="https://docs.mongodb.com/master/release-notes/7.0-compatibility/#feature-compatibility" target="_blank"&gt;https://docs.mongodb.com/master/release-notes/7.0-compatibility/#feature-compatibility&lt;/A&gt;. :: caused by :: Invalid feature compatibility version value '6.0'; expected '7.0' or '7.3' or '8.0'. See &lt;A href="https://docs.mongodb.com/master/release-notes/7.0-compatibility/#feature-compatibility" target="_blank"&gt;https://docs.mongodb.com/master/release-notes/7.0-compatibility/#feature-compatibility&lt;/A&gt;.). If the current featureCompatibilityVersion is below 7.0, see the documentation on upgrading at &lt;A href="https://docs.mongodb.com/master/release-notes/7.0/#upgrade-procedures" target="_blank"&gt;https://docs.mongodb.com/master/release-notes/7.0/#upgrade-procedures&lt;/A&gt;."}}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Feb 2026 18:16:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1433077#M17842</guid>
      <dc:creator>Ksumthong</dc:creator>
      <dc:date>2026-02-28T18:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start server as 2025.2 after install update from 2025.1</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1433156#M17843</link>
      <description>&lt;P&gt;Is your Mongo the default Mongo that comes with the designer gallery installs?&lt;/P&gt;&lt;P&gt;Best guess is that the MongoDB version may be incorrect in the&amp;nbsp;ASMongoDBVersion.bin file.&lt;/P&gt;&lt;P&gt;Double check the mongo version using the CLI and make sure its the same version in your bin file.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;LI&gt;First manually start Mongo through an elevated CMD Prompt&lt;OL&gt;&lt;LI&gt;Navigate to the Alteryx\bin directory and enter the following command&lt;/LI&gt;&lt;LI&gt;mongod --dbpath &amp;lt;Path to Database&amp;gt; --auth --port 27018&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Leaving the first CMD Prompt window running open a second elevated CMD Prompt window and connect to MongoDB&lt;OL&gt;&lt;LI&gt;Navigate to the Alteryx\bin directory and enter the following commands&lt;/LI&gt;&lt;LI&gt;Alteryxservice.exe getemongopassword&lt;OL&gt;&lt;LI&gt;Copy the Non-Admin Password to paste in the below command&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;mongosh mongodb://localhost:27018/AlteryxGallery -u user -p &amp;lt;Non-Admin Password&amp;gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If the versions differ, update the bin file to match and try to start the service again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 19:41:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1433156#M17843</guid>
      <dc:creator>SPetrie</dc:creator>
      <dc:date>2026-03-02T19:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start server as 2025.2 after install update from 2025.1</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1433987#M17866</link>
      <description>&lt;P&gt;Thank you very much for your solution. I’m now able to start the server on version 2025.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Before that, I spent quite a long time trying to find the &lt;STRONG&gt;ASMongoDBVersion&lt;/STRONG&gt;.bin file. In the end, what I had to do was reinstall the older version (&lt;STRONG&gt;2024.1&lt;/STRONG&gt;) to obtain that file. After that, I installed version &lt;STRONG&gt;2025.1&lt;/STRONG&gt; to update &lt;STRONG&gt;ASMongoDBVersion&lt;/STRONG&gt;.bin to MongoDB version 7.xx. Finally, I installed version &lt;STRONG&gt;2025.2&lt;/STRONG&gt; and upgraded MongoDB using &lt;STRONG&gt;MongoDbUpgrade&lt;/STRONG&gt; after installing the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything is working now.&lt;/P&gt;&lt;P&gt;cheer.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 09:41:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1433987#M17866</guid>
      <dc:creator>Ksumthong</dc:creator>
      <dc:date>2026-03-12T09:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start server as 2025.2 after install update from 2025.1</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1434068#M17867</link>
      <description>&lt;P&gt;Im glad you were able to get it working! I will say sorry though, because I didnt mention that if the file is missing, you can just create it on your own.&lt;/P&gt;&lt;P&gt;I had a very similar situation happen on my gallery which is why this felt familiar to me. My&amp;nbsp;ASMongoDBVersion.bin is one I created that only contains a version number because mine was corrupt as well&lt;/P&gt;&lt;P&gt;.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mongo.png" style="width: 257px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/418099i45FDE921FAE77E3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="mongo.png" alt="mongo.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Im sorry you had to go through a lot of hoops, but I am glad you got it working.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 19:40:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Unable-to-start-server-as-2025-2-after-install-update-from-2025/m-p/1434068#M17867</guid>
      <dc:creator>SPetrie</dc:creator>
      <dc:date>2026-03-12T19:40:56Z</dc:date>
    </item>
  </channel>
</rss>

