- 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
‎09-19-2018 06:48 AM
This is an excellent question. I don't have any immediate thoughts on the attachments and images at this point. You would have to do some investigation to find out what format those images and attachments are in.(e.g. are they base64 encoded with the XML or separate?)
My gut tells me that you can import these via XML import and process them. Do some testing. Reach out to professional services if this goes beyond your skill level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2018 06:59 AM
I think before importing we need to do mapping exercise. KB fields in HPSm are different, so i am not sure how easy it would be to map fields appropriately.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2018 07:47 AM
I agree. Start with understanding the source and target data, where things go, if any data massaging needs to be done, and so on. Once you understand what is needed, you can then dig in to any technical questions and details either here or with customer support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 01:06 AM
Hi Dvelloriy,
Did you find the Solution for mapping the fields.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2019 08:03 AM
Yes, you can do that using quick import. Go to knowledge table, right click the header and Import.
You will see an option to :
Create an Excel template file to enter data
Enter your data in this file and upload. This will take care of the mapping.
Thanks
David.