-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product Profiles are missing the Name in Prod #5228
Comments
@live1206 could you help us with this issue? |
@JonathanCrd Not sure why they exist in PPE though, we do not remove the existing ones while syncing to add new ones. Regarding products with empty names in Prod, they were caused by migrating with existing ADO work items. The products did not exist in Prod, and it created a new product during the migration. I will add a check to skip the ones without existing products in flow. Meanwhile, I will remove the products with empty names in Prod. |
@live1206 thank you for the response and thanks for fixing the data in prod as well. |
Let me know if there is something we can help you with. |
There was an error in Production where the meeting name was empty.
This was caused due to an empty
Name
on the Product record for the "Application Insights" service.Also, we noticed that the Product Profile and Mapping information between DEV, PPE and PROD are inconsistent.
For the same service, "Application Insights", in DEV there are no products associated with it, in PPE there are 3 products (with the correct names), and in PROD there is 1 product with an blank name.
What could be causing this discrepancies in our data? Could there be a problem with the cloud flow that syncs the Product Profiles and updates the mapping table?
For context, there are 8 rows in PROD with missing Names.
The text was updated successfully, but these errors were encountered: