Version loading was stopped by DictionaryUpdateLoader for sys_dictionary_x_test_table_description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2018 12:11 PM
I was applying an update set from another instance to my dev instance. Prior to the update I delete my app on dev instance. The update stops with an error 'Version loading was stopped by DictionaryUpdateLoader for sys_dictionary_x_test_table_description'. I am not seeing 'description' in test_table. What could be causing it ? Is there a way to fix this ?
- Labels:
-
Upgrades and Patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2020 06:17 PM
It looks like there is a regression of a bug related to function fields in table definitions. Removing function fields on tables fixed the error and let the rest of the table load.
KB0690132 Update set Commit fails for new tables with function fields
It's marked as fixed in Madrid, but I'm getting this in orlando and paris. Strangely, import from source control bypasses the bug.
My path to the trigger was publishing a scoped app to an update set, so maybe it's the same thing, but not fixed in that process?