Author |
Message
|
rel |
Posted: Thu Jan 10, 2013 3:51 am Post subject: Message Variable |
|
|
 Novice
Joined: 10 Jan 2013 Posts: 11
|
Hi All,
I need to generate a temporary message in an ESQL procudure.
This message will contain a summery details of a loop actions.
I don't want to use the OutputRoot message (as I use it inside the loop to propgate) nor the InputRoot.
Is there a way to do it?
thanks |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 10, 2013 3:54 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
There are two entirely different trees you can use.
Oh, and you can also define a ROW variable. |
|
Back to top |
|
 |
rel |
Posted: Thu Jan 10, 2013 4:02 am Post subject: |
|
|
 Novice
Joined: 10 Jan 2013 Posts: 11
|
OK.
Didn't realy understand that:"There are two entirely different trees you can use." can you explain.
I think that ROW can't be structured for predefined MsgSet structure, does it? |
|
Back to top |
|
 |
kimbert |
Posted: Thu Jan 10, 2013 4:50 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Look up the info center topics on the Environment and LocalEnvironment trees. |
|
Back to top |
|
 |
visasimbu |
Posted: Thu Jan 10, 2013 6:07 am Post subject: |
|
|
 Disciple
Joined: 06 Nov 2009 Posts: 171
|
rel wrote: |
OK.
Didn't realy understand that:"There are two entirely different trees you can use." can you explain.
I think that ROW can't be structured for predefined MsgSet structure, does it? |
Are you trying to create temporary message in specfic message set format ?
You have to use compute mode property effectively when you accessing the local environment in multiple nodes. |
|
Back to top |
|
 |
NealM |
Posted: Thu Jan 10, 2013 8:02 am Post subject: |
|
|
 Master
Joined: 22 Feb 2011 Posts: 230 Location: NC or Utah (depends)
|
Quote: |
This message will contain a summery details of a loop actions. |
If your summary message may be used in failure path processing, then read up on the Environment tree. |
|
Back to top |
|
 |
|