Skip to main content
Solved

Run MDM Export workflow task does not recognize the export component

  • January 22, 2025
  • 3 replies
  • 26 views

The Workflow task Run MDM Export does not recognize the export component and and gives error message.
I am assuming it is because there is no path variable set for the Export folder.

Can someone please help me identify the issue?

Best answer by AKislyakov

I assume you want to run multiple export operations (exp_job1 and exp_job2) in parallel. However, "Run MDM Export" expects the name of a single export operation (unlike "Run MDM Multi load", which allows you to specify several with a comma separator). To run multiple MDM Exports concurrently, you need to add several "Run MDM Export" steps to your workflow—one for each export operation.

3 replies

  • Author
  • Star Blazer L1
  • 40 replies
  • January 22, 2025

Adding the error message
ERROR : (Run MDM Export) Batch export operation "exp_job1,exp_job2” not found.


Forum|alt.badge.img+2
  • Ataccamer
  • 174 replies
  • Answer
  • January 22, 2025

I assume you want to run multiple export operations (exp_job1 and exp_job2) in parallel. However, "Run MDM Export" expects the name of a single export operation (unlike "Run MDM Multi load", which allows you to specify several with a comma separator). To run multiple MDM Exports concurrently, you need to add several "Run MDM Export" steps to your workflow—one for each export operation.


  • Author
  • Star Blazer L1
  • 40 replies
  • January 22, 2025

@AKislyakov 
Thanks a lot for the prompt reply.
I have made the changes and its working now.

Once again, many thanks

Regards,
Aishwarya