cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Email

Former Member
0 Kudos

I am having problem in fllowing BPM scenario:

My BPM steps:

1) Receive

2) Send

3) Send email

Defined one AI with mail package message type and assigned all constatnts during mapping.

Done all configurations correct.

<u><b>Error message:</b></u>

At step 3, an empty container element specified.

Can anyone suggest the solution.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

What is the error in the workflow log ?

Go to SXMB_MONI->PE->Technical Details and check the log with each step.

Also check the syntax in the BPM by clicking on F7 option in the repository.

Delete the errored workflow item with Transaction SWWL and re-run the scenario.

Regards,

Moorthy

former_member206604
Active Contributor
0 Kudos

Hi,

As Moorthy said do a syntax check of your BPM.

Also check your Send mail step, have you given the correct AI there?

Where are u filling up the values for your mail interface, is there a transformation step or you are doing it in while doing the Interface Determination. I think you are doing the mapping for mail during Interface determination.

Try this..

1. Introduce a transformation step before Send Mail step and do the mapping to the Mail interface there. You to change the Interface mapping from IB to Abstrat interface.

OR

2. Instead of giving the Mail interface in Send Mail step give the same interface that you are giving for the first Send step. Change your message mapping and interface mapping accordingly.

Thanks,

Prakash