Scoped Application Issue: Global "Delete" UI Action Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2022 08:21 AM
I'm working on a scoped application and have run into an error message that I cannot find any ServiceNow specific documentation on, or let alone a cause. I have the Global "Delete" UI Action shown on my record - no override in place - and when clicked and confirmed, the record deletes but I am given the error message "(conn=21558) ALGORITHM=NOCOPY is not supported. Reason: Cannot change column type. Try ALGORITHM=COPY"
The only documentation I can find relates to InnoDB (MariaDB)? When the delete action is performed, there is no logs recorded by the system. Anyone have some insight into this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2022 10:39 PM
Hi @Logan Poynter ,
This is how you can fix with the help of InnoDB Documentation : https://mariadb.com/kb/en/innodb-online-ddl-operations-with-the-inplace-alter-algorithm/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2022 06:11 AM
Thanks Sandeep for your reply, but my issue exists with OOB functionality in the platform (Global Delete UI Action). I'm not doing anything with InnoDB as part of my config so the documentation linked is unfortunately of no benefit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 03:06 AM - edited ‎02-13-2025 05:22 PM
Hi Logan
It's been a long time, but were you able to solve the problem?
I found the cause and workaround for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2025 01:09 PM
I'm with this problem now. Can you help me?