Export campaign without workflows in a package | Community
Skip to main content
Milan_Vucetic
Level 9
February 3, 2020
Solved

Export campaign without workflows in a package

  • February 3, 2020
  • 1 reply
  • 2584 views

Hi,

 

I am trying to share one campaign (with several and heavy workflows) between different environments.

The xml package has around 60MB and rich client is crashed every time. Tried to upload file to the server and to import package with nlserver command but error is raised.

 

In serverConf.xml Javascript memory is raised to 512 MB.

 

Is there any way to export only campaign (folder and basic data) and then continue with importing workflows one by one?

 

Regards,

Milan

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

Follow these steps:

  1. Update workflows set @campaign-id = -{campaign-id} where @campaign-id = {campaign-id} (set the negative bit for campaign-id)
  2. Export campaign
  3. For each workflow in @campaign-id = -{campaign-id}:
    1. Export
    2. Set @campaign-id to {campaign-id}

 

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
February 3, 2020

Hi,

 

Follow these steps:

  1. Update workflows set @campaign-id = -{campaign-id} where @campaign-id = {campaign-id} (set the negative bit for campaign-id)
  2. Export campaign
  3. For each workflow in @campaign-id = -{campaign-id}:
    1. Export
    2. Set @campaign-id to {campaign-id}

 

Thanks,

-Jon

Milan_Vucetic
Level 9
February 3, 2020
Excellent! It is kinda scary but it is working like a charm!