cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Long Text

robertot4s
Active Participant
0 Kudos

Hi all!

I have a problem when a BPM throws an alert with dynamic text from a control step:

- If the control step have the next text: &var_container&

The long text in the alert inbox is filled with the content of the var_container.

- If the control step have the next text: Message with id &var_container& failed

The long text in the alert inbox is empty...

Thanks in advance,

Roberto

Accepted Solutions (1)

Accepted Solutions (1)

justin_santhanam
Active Contributor
0 Kudos

Robertom

Have a look @ /people/community.user/blog/2006/10/16/simple-steps-to-get-descriptive-alerts-from-bpm-in-xi

It might help you!!

raj.

Answers (2)

Answers (2)

Former Member
0 Kudos

Roberto

Are you giving this -->

&var_container& OR

Message with id &var_container& failed

in Alert Message field of Control Operation.

If yes, then it is working fine in my case. I am using XI 7.0 SP08

- Lalit Chaudhary -

bhavesh_kantilal
Active Contributor
0 Kudos

Message ID is not accessible inside a BPM and hence the problem.

Why is not accessible -> Look at this really interesting thread.

What is the solution - workaround from Michal

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

Regards

Bhavesh

robertot4s
Active Participant
0 Kudos

sorry.. the message id is only an example. I am trying to write a text from a container variable.

Former Member
0 Kudos

Hi Roberto,

Which SP are you in ?

Regards,

Sumit

robertot4s
Active Participant
0 Kudos

In SP 9.

Regards,

Roberto

Former Member
0 Kudos

NO matter what SP you are using, as mentioned in the above link(Response by Bhavesh)..that some constant are no accesible in the BPE engine..and MessageID cannot be retrieved in BPM that u want in thar Alert Text.

So better to get this in XI payload and then use in the BPM it will work:)

Thanks

Farooq.

Former Member
0 Kudos

Hi Robert,

Can you see if the following notes help you. 972303 , 972806 and 1019845.

Do you see Empty long text when you see the alert from transaction code alrtdisp.

I remember i faced similar kind of problem. I used to get the first character of the long text in inbox. Also confirm if you see first character of the long text in alert inbox.

Regards,

Sumit

Former Member
0 Kudos

Farooq,

If you read the message properly he said that he is facing the problem with kind of constants , etc , etc.

Regards,

Sumit