How to send the error.csv generated by PrepareForImportCatalog activity in the import workflow as an attachment in an email.

How to send the error.csv generated by PrepareForImportCatalog activity in the import workflow as an attachment in an email.

book

Article ID: KB0094281

calendar_today

Updated On:

Products Versions
TIBCO MDM -
Not Applicable -

Description

Description:
How to send the error.csv generated by PrepareForImportCatalog activity in the import workflow as an attachment in an email.

Issue/Introduction

How to send the error.csv generated by PrepareForImportCatalog activity in the import workflow as an attachment in an email.

Environment

TIBCO MDM 8.X

Resolution

Use a "Send" activity after the PrepareForImportCatalog activity and have the following parameters to send the error.csv as an attachment.

<Parameter direction="in" eval="variable" name="InAttachments" type="string">ImportErrorLogFile</Parameter>

<Parameter direction="in" eval="variable" name="ImpErr" type="string">ImportErrorLogFile</Parameter>

Additional Information

TIBCO MDM workflow guide.