- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2017 04:47 AM
Hi Everyone,
I have to import 7000 knowledge articles from one servicenow instance to another servicenow instance with attachments, Please let me know the steps to achieve this one, I have seen a lot posts here but didn't find the right solution yet.
Thanks,
Naveen
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 05:55 AM
Export to XML and break it in to smaller chunks (say 1000 or 500 at a time.) Then do the imports. I suspect the attachments are taking most of the system rather than the actual knowledge base articles.
It si imperative that you preserve the sys_ids using export/import XML so the attachments are retained.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2017 05:05 AM
if you import the articles into XML format(from list view) and import in the new instance. the migration will be done along with attachments.
for example try exporting a one record with an attachment and check xml has attachment in it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2017 05:29 AM
Hi Vamsi,
I have tried that one, But for 7000 records it will take a lot of time and may freeze my instance. Is there any other way to do this one???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 01:31 AM
Hi ctomasi, thantida kalai steppek, Developer Community TechNow's Blog,
Can you please provide me any suggestions on this one..
Thanks,
Naveen

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2017 05:55 AM
Export to XML and break it in to smaller chunks (say 1000 or 500 at a time.) Then do the imports. I suspect the attachments are taking most of the system rather than the actual knowledge base articles.
It si imperative that you preserve the sys_ids using export/import XML so the attachments are retained.