- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2017 06:58 AM
Does anyone know a way to only bring over records and attachments to a sub-prod instance for 1 table?
We have a sub-prod that has been configured but we don't need all the tables, platform configuration, etc.
Thanks
Scott
Solved! Go to Solution.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2017 07:04 AM
Hi Scott,
You should be able to do an Export XML to get the records and all meta data on that table.
Exporting Data - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2020 02:44 PM
Hi Chuck,
What if the sub prod data has completely different sys ids than the one in prod? In this case, if we import the xml from prod to sub prod would the sys id be consistent?
Many thanks in advance!
~Sandesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2017 07:59 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2017 08:06 AM
Have you tried exporting in smaller chunks? E.g. test with 100 first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2017 12:20 PM
I was able to get 91 loaded. I have 110,000 more to go

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2017 01:56 PM
For that amount of data and the number of tables, you're better off with a clone.
When you started this thread you indicated you only needed to copy records in one table. It turns out that it's several tables (and copying the audit history isn't something you really want to get involved with.) Unless there's some compelling reason not to use a clone, I'd stick with that method as it's error proof, gets all the information you want, and only involves one operation.