- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2018 11:50 PM
Hi All,
I am deleting a field "Support vendor" from cmdb_ci table and trying to capture in update set. When i delete that column from the table only the "Field label" is getting captured in the update set and it goes for transaction time out and at last only filed lable delete is captured in the update set. Field is also not present in the table.
Please suggest a way.
Thanks,
Revathy
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 01:14 AM
Yes that would be my guess. Maybe the transaction is cancelled after running for too long. But this is better confirmed by ServiceNow support.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 12:21 AM
You might need to create a support ticket since this is not the expected behavior.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 12:30 AM
Is this because of cmdb_ci table has too many records or too many child table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2018 01:14 AM
Yes that would be my guess. Maybe the transaction is cancelled after running for too long. But this is better confirmed by ServiceNow support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2018 10:48 PM
As per Hi support, the records in the table has to be stablized to minimum (suggested to clone over dev instance) and as of now fields are suggested to be deactivated not deleted.