Error during GIT commit: Duplicated update name found in application files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 08:38 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 06:37 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2025 02:14 AM
I encountered a similar error when publishing to the Application Repository (from "legacy" Studio). This helped me out. Thanks!