Use > Build > Knowledge Management > Knowledge Management procedures > Export knowledge articles from Service Manager

How to export knowledge articles from Service Manager

You can export knowledge articles from Service Manager and package them to prepare for importing the articles into Service Management.

The exported articles may contain:

  • embedded images
  • links between articles
  • attachments

To export articles from Service Manager:

Note Download the Service Manager – Service Anywhere Knowledge Document Migration tool User Guide and the required UNL file from https://marketplace.microfocus.com/itom/content/service-manager-service-anywhere-knowledge-document-migration-tool. The Service Manager – Service Anywhere Knowledge Document Migration tool User Guide contains detailed instructions about exporting knowledge articles from Service Manager.

  1. In Service Manager, from the drop-down list next to the command line box, select the db script library.
  2. From the drop-down list at the end of the menu bar, select the SM 9.3x.cp.KmMig-SMtoSAW.unl script.
  3. Click Load FG to load the script.

  4. From the drop-down list at the top of the screen, select the sl script library.
  5. In the Name field, enter KMDocument.
  6. From the displayed list, select KMDocumentExport.
  7. Locate the line that contains the export path for the articles. By default, the path is commented out:

    //doExport( path );
  8. Uncomment the line and change the path to the location where you want to export the articles. For example:

    doExport("C:\\ExportDocument");
  9. Click OK to save the updated script.
  10. Click Execute to run the script.

    Service Manager exports all existing articles into the folder that you specified. That folder contains:

    • an articles folder (containing each exported article as a separate HTML file).
    • a resources folder (containing associated files, such as embedded images and attachments).
    • a metadata.xml file (containing information about each knowledge article, including the name, the last time the file was updated, and the attachments that are associated with each article).
  11. Create a ZIP file that contains these three items.

Related topics