Author |
Message
|
lee.michael |
Posted: Thu Mar 27, 2008 2:02 am Post subject: How to dynamic call map |
|
|
Novice
Joined: 29 Jan 2008 Posts: 10
|
Hello,
Anybody know how to dynamic call a map from esql. I only found call submap from esql. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Mar 27, 2008 2:12 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
make a reference to the project, and call it from your ESQL
using PATH <Broker Schema>
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
lee.michael |
Posted: Thu Mar 27, 2008 3:10 am Post subject: |
|
|
Novice
Joined: 29 Jan 2008 Posts: 10
|
I am trying to call map. See below
Code: |
CALL com.ibm.tw.mega.mf.svc.txn.smp00010.SMP00010RS(InputRoot, OutputRoot, InputLocalEnvironment, OutputLocalEnvironment); |
and open debug perspective to debug it, it always back to compute node in MQOutput node.
Could you help on this issue? |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Mar 27, 2008 3:24 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Where is this located
com.ibm.tw.mega.mf.svc.txn.smp00010.SMP00010RS
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
lee.michael |
Posted: Thu Mar 27, 2008 7:56 pm Post subject: |
|
|
Novice
Joined: 29 Jan 2008 Posts: 10
|
It is a map, and located in project's maps. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Mar 27, 2008 8:17 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
I am not sure about calling map dynamically, not aware too
I played with ESQL (call functions/procedures) dynamically.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|