This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
on
08-02-2021
05:43 AM
- edited on
01-03-2023
11:46 AM
by
AlanY
There are some major MongoDB changes starting in Alteryx Server version 2020.1. These database changes (also known as schema changes) are completed by a process referred to as a "schema migration". This schema migration is triggered the first time the AlteryxService restarts after the upgrade.
In order to help minimize the risk of errors during this schema migration process, we have provided an Alteryx application that will run checks on your Mongo database prior to upgrade.
The output of this application is a .pdf document with a summary of what changes (if any) must be made prior to the upgrade.
NOTE: This application is only intended to validate issues commonly faced during customer upgrades and may not cover every issue. It does not guarantee that your upgrade will complete successfully.
This article will refer to specific collections and fields within the Mongo database. A full schema of MongoDB can be found here: MongoDB Schema Reference | Alteryx Help
To run the Application, you must consent to the Disclaimer
Failing to consent to the Disclaimer will result in an error when running this Application.
This section will only contain data if there are entries that need to be corrected prior to upgrade.
This section checks various collections in MongoDB that are known to contain values that can prevent the schema migration from completing successfully.
Please reference the below table for the various checks. If any of these fields are returned in your PDF report, please see the corresponding "Next steps" column.
Section | Issue | Next Steps |
---|---|---|
User values to update | Users with null FirstName, LastName, Email, SubscriptionId, or Curator fields | See this article |
Subscriptions to update | Subscriptions with null ExpDate (Type 2) | See this article |
Collections to update | (Windows Authentication only) Collections that contain users with incorrect SIDs | Contact Alteryx Support |
Users with mismatched SIDs | (Windows Authentication only) Mismatched SIDs between AlteryxGallery.users and AlteryxGallery.windowsIdentitys | Contact Alteryx Support |
This section will only contain data if there are entries that need to be corrected prior to upgrade.
This section checks the AlteryxGallery.users collection in MongoDB for users that have duplicate emails, for example:
FirstName | LastName | |
---|---|---|
Sally | Jensen | sjensen@company.com |
Sandra | Jensen | sjensen@company.com |
Please refer to this article (How to Fix Users with Duplicate Email Addresses ) for steps on how to correct these values, and reach out to Alteryx Support if you need additional assistance.
This section will only contain data if there are entries that need to be corrected prior to upgrade.
This section checks the AlteryxGallery.dataConnections collection in MongoDB for users that are missing Password values, for example:
Id | Connection Name | Reason | Mongo Query |
{ "$oid" : "638fac8ce52f995bd405b177" } | ProdServ_1 | Password is Empty. | db.dataConnections.find({ _id : ObjectId("638fac8ce52f995bd405b177")}) |
{ "$oid" : "638facb3e52f995bd405b1a9" } | ProdServ_5 | Password is Null. | db.dataConnections.find({ _id : ObjectId("638facb3e52f995bd405b1a9")}) |
This issue will only impact upgrades to the following versions of Alteryx Server:
If you are updating to a later version of Alteryx Server, this section of the report can be ignored. If you are upgrading to this version, please see the following article: TGAL-6990 Upgrade to 2021.4.2.47792 or 2022.1.1.3.42590 results in failed schema migration if a gall...
If you have any questions or concerns about performing these steps, please reach out to Alteryx Support.
mongo_migration_pull_data_schema_agnostic (180): Tool #43: Collection dataConnections not found in database AlteryxGallery.
There are no data connections set up on your server. Please ensure to check the box at the top of the Server Details tab within the app. This is a temporary known issue.
mongo_migration_pull_data_schema_agnostic (180) USERS_MongoDB Input: Mongo Error (getCollectionNames) : { msg:"Authentication failed.: generic server error" code: Authentication failed.: generic server error }
Check your database details are correct, and re-run.
AYX MongoDB Input Macro_WA (309): Record #1: WINIDENTITYS_MongoDB Input: Collection windowsIdentitys not found in database AlteryxGallery. AYX MongoDB Input Macro_WA (309): The output connection "WindowsIdentities" was not valid
You selected the wrong Gallery Authentication method. Confirm your Gallery Authentication method in the Alteryx System Settings > Gallery > Authentication section.
mongo_migration_pull_data_schema_agnostic (180) COLLECTIONS_MongoDB Input: Mongo Error (getCollectionNames) : { msg:"No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'pod-741045.a.ayxcloud.com:27017']: generic server error" code: No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on 'pod-741045.a.ayxcloud.com:27017']: generic server error }
If you are only getting an error on the COLLECTIONS_MongoDB Input tool, this means your Gallery contains no Collections. Please contact Alteryx Support, and reference this article.
"ToolId #202: The field "LastLoginDate" is not contained in the record."
This error is caused by an old defect where the "LastLoginDate" field for Gallery users is not being populated in Gallery environments that use SAML authentication. The defect has been fixed in Server 2021.3. As a workaround, please perform the Server Pre-Upgrade checks by manually running the queries found on the linked articles:
Hi, I've tried to run this on our user-managed mongo replica set and I get the below error:
ToolId #202: The field "LastLoginDate" is missing. Compare the tool configuration with the input stream.
I'm running this from Designer Version: 2021.2.2.45235. The server version is 2021.2.
I am supplying just the primary mongo node's address/port. We also use SAML authentication.
@mse139 I'm sorry to see you are running into this issue. We are investigating. In the meantime, you can manually run the queries found on the linked articles:
Please use the link at the end of the article to contact Support if you need further assistance!
I also got the "LastLoginDate" error on ToolId #202 with server version 2021.1.3.22649 and SAML Authentication, but those links were helpful for checking those potential issues using Robo 3T
Matt_Davis were you able to resolve your error? i'v also got the same error
@karthikeyanboobalan No I did not figure out how to resolve the error. We do have Robo 3T installed on the server though from troubleshooting a different support case so I was able to run the checks using Robo 3T and the links Sophia provided.
that's pretty cool that you're able to add those features. thanks, Alteryx
Hi @Alteryx_KB ,
We're using the Alteryx server version 2022.1.1, at the moment. When we upgraded the server from 2021.3 to 2022.1.1, we executed the workflow and we were able to see the output PDF with the MongoDB schema version details. Unfortunately, when we try to execute the same pre-upgrade workflow in the 2022.1.1 version, we didn't see the MongoDB schema version in the output PDF.
Regards,
Ariharan R
@Alteryx_KB , We are seeing similar behavior as specified by @Ariharan . We ran this WF on our server (version is 2021.4.2). The report does not contain MongoDB schema information.