cancel
Showing results for 
Search instead for 
Did you mean: 

problem in BPM Alert configuration

Former Member
0 Kudos

hi all,

i have configured BPM with alerts putting Control step. i not am able to get the container variables reflected in my alert.

can any one tell me what is the procedure to capture the errors(container variables like MESSAGE_GUID....) in BPM

Thanks,

smitha

Edited by: Smitha Madhavan on Sep 4, 2008 9:14 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

please make sure that u have defined the container element in ur BPM. please fill your veriable with your definde veriable in container step.

you can fill these veriable with 2 type of data\

1) fill with payload which is comming ,

2) fill with the system defined veriable

if you want to fill with system defined veriable you need to write a small UDF

java.util.Map map;

map = container.getTransformationParameters( );

String constant1;

Constant1 = (String) map.get(StreamTransformationConstants.INTERFACE_NAMESPACE);

now return this out put to some veriable .which can be assigned to container veriable.

you can use following system defined veriable.

MESSAGE_CLASS,VERSION_MAJOR,VERSION_MINOR,PROCESSING_MODE,MESSAGE_ID,TIME_SENT,INTERFACE,INTERFACE_NAMESPACE,SENDER_PARTY,SENDER_SERVICE,RECEIVER_NAME,RECEIVER_NAMESPACE,RECEIVER_PARTY,RECEIVER_SERVICE,MAPPING_TRACE

regards,

navneet

Former Member
0 Kudos

hi Navneet,

could you plz tell me where should i put thr UDF in the mapping...

Thanks,

Smitha

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Smitha,

For capturing messages you need to define a deadline branch.

Please go through the standard BPM pattern in SAP-BASIS--> Patterns --> BpmPatternReqRespTimeOut in the integration repository.

Regards,

Sharath

Edited by: sharath Girmaji on Sep 4, 2008 1:51 PM

JaganMohan
Participant
0 Kudos

Dear Smitha,

Have you configured the alert in XI Server? If not so then configure the alert. Then try it.

Regards,

Jagan.

Former Member
0 Kudos

check the blog

Regards,

Jayasimha jangam