Troubleshoot > Export My Workspace content to another system

Export My Workspace content to another system

To move My Workspace content between OMi systems, perform the following steps:

  1. On the source gateway system, open the JMX console: http(s)://localhost:29000. Log in to the JMX console using the appropriate credentials. For more information on the JMX console, see JMX Console.

  2. Invoke Foundations:service=UIMDataLoader.

  3. Invoke exportAllData and specify the following:

    1. The path to the directory where OMi should save the configuration files for the exported data.

    2. customerID = 1

    Note: You can also export a specific type of content, rather than all content, by using the exportEventsMetaData method for events, the exportComponentsMetaData method for components, or the exportPagesData method for pages.
  4. Go to the directory you specified in the previous step and find the following files:

    EventsMetaData_<date>_<timestamp>.uim.xml

    ComponentsMetaData_<date>_<timestamp>.uim.xml

    PagesData_<date>_<timestamp>.uim.xml

  5. Copy these files to the target system and save them under <OMi_Home>/conf/uimashup/import/toload in the corresponding folder: Events, Components, or Pages.

  6. On the target gateway system, open the JMX console: http(s)://localhost:29000. Log in to the JMX console using the appropriate credentials.

  7. Invoke Foundations:service=UIMDataLoader.

  8. Invoke loadAllData and specify customerID = 1.

    Note: If you only exported a specific type of content, use loadEventsMetaData, loadComponentsMetaData, or loadPagesData.
  9. Log in to OMi and go to the My Workspace area. All content exported from the source system should now be available in the target system. If everything was imported correctly, the files were moved from the toload to the loaded folder and there is nothing in the errors folder.