- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 04:13 AM
If you see the breadcrumb it will show you the Column label but in the field 'column label' is empty/blank.
We have tried it to move via xml of column or deletion and insertion of the field with different update set but the issue persists.
We have checked it is also not row size limit issue.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2024 12:09 PM - edited 08-22-2024 12:29 PM
Yes, it was resolved.
It probably happens due to the higher load on the table and to overcome it we need to increase the size of the table. Also, we would require to check the impact and implications before doing so.
I would highly recommend you to raise a HI case with the ServiceNow team.
Solution :-
For the issue i was facing, the table was child table of Base configuration Item table(cmdb).
- Create a new field in (cmdb) table with Type as "Collection" and below attributes.
- allowHugeAlter=true,extension_model=partition,kagami_csindex_enabled=true,largeTable=true
- Create a system property - glide.db.alter_large_table_threshold with Type as 'Integer', Value as '200000000' and Ignore cache 'true'.
Regards,
Kartik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 04:31 AM
Hello @Kartik Choudha1
Greetings!
try importing the column labels from other ServiceNow instance.
refer:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0870887
Please hit the thumb and Mark as correct based on Impact!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 04:45 AM - edited 08-01-2023 04:46 AM
Hi Ravi, we already tried importing the xml of labels from sys_documentation table but its not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 04:50 AM
Hello @Kartik Choudha1
as mentioned in the below article, create Hi Support case with ServiceNow. they will be able to resolve the issue.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0727729
Please hit the thumb and Mark as correct based on Impact!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 05:06 AM
Thanks Ravi for your time. I have gone through this article🤝