Error during GIT commit: Duplicated update name found in application files

it-architec
Tera Contributor

When I try to commit my app to GIT, I get an error:

Duplicated update name found in application files: sys_ui_list_x_[app_id]_[table_name]_null

 

I don't have the faintest idea how the duplicate name was created. Or how to find both those files and delete one of them. I have not found a way to commit the newest changes in my app to GIT.

2 REPLIES 2

it-architec
Tera Contributor

Finally I was able to fix this.
So I went to sys_apps.list and selected my application.

At the bottom of the page in the Application Files tab, I changed the filter to "Update Name - is - sys_ui_list_x_[app_id]_[table_name]_null". While in sys_updates_xml.list I did not see the duplicate entry, in this list I saw the two files with the duplicate name.
I clicked on both and checked that both had the same content. Their timestamps were also just a few minutes different.

Then I selected the older of those entries in the "Application Files" tab and deleted it. It appeared as a "Deleted File", so just to be safe, I deleted this entry as well.

After that I could commit my app to GIT without error message again.

I encountered a similar error when publishing to the Application Repository (from "legacy" Studio). This helped me out. Thanks!