- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2017 06:50 AM
Hello,
wondering if anyone has come across this issue, and if so, how they overcame it.
Our naming convention has CIs with names > 32 characters, but when I try to import relationships between them, they are truncated, the names are stored in the ci_cmdb_rel table, truncated down to 32 characters. This causes the relationships to fail.
For example, my import set:
But what is actually stored in the table:
Now, I understand that ServiceNow stores the SYS_ID of each CI, not the Display Name, but what is shown (and what is imported) IS the Display Name.
(from http://wiki.servicenow.com/index.php?title=Reference_Fields#gsc.tab=0 )
This to me is a design flaw. Do I really have to limit my CI names to 32 characters?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2017 05:22 AM
So relations are imported into cmdb_rel_ci table, which means I can just go here and see what was imported:
They show correctly in your instance as well, so not sure where the problem is:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2017 05:10 AM
Which table is that? How did you get to that list? I couldn't find that anywhere (a list of all the relationships)!
My instance is https://dev41040.service-now.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2017 05:22 AM
So relations are imported into cmdb_rel_ci table, which means I can just go here and see what was imported:
They show correctly in your instance as well, so not sure where the problem is:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2017 05:30 AM
oh, that particular URL is not one of the 'out-of-the-box' links that I can see on the left hand side menu of SN, that's why I hadn't seen it yet.
https://dev41040.service-now.com/cmdb_rel_ci_list.do?sysparm_query=parent.nameLIKEGateway
Ah - I know why the relationships look correct on that screen - I manually created those relationships, through the BSM, not import. I shall delete them and re-import them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2017 05:34 AM
Any table in the platform can be accessed via the type filter text or URL as tablename_list.do. So you won't find every table in the navigator, but that doesn't means you can't access it directly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2017 08:00 AM