Version loading was stopped by DictionaryUpdateLoader for sys_dictionary_x_test_table_description

shiva02106
Kilo Contributor

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 ?

5 REPLIES 5

deadprofile
Kilo Contributor

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?