Posted: Fri Jul 07, 2017 8:55 am Post subject: Re: shared row can't we use in flow level
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
djosyula wrote:
Dear experts,
I have 2 flows in one integration project
flow 1: mqinput1->compute1->mqoutput1
compute node1 :
DECLARE shrdrw SHARED ROW;
set shrdrw =inputroot.xmlnsc.input.emp;
flow 2:mqinput2->compute2->mqoutput
compute2:
set outputroot.xmlnsc.out.value=shrdrw;
In second flow I'm getting null value for "shrdrw"
shared row can't we use in flow level
Thank you
If you want to use the shared row at a flow level scope, you need to define it at a flow level (usually this is a schema level) scope.
Have fun _________________ MQ & Broker admin
SHARED variables are not shared across different flows, they're only shared amongst instances of the same flow. _________________ Independent Middleware Consultant
andy@knownentity.com
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum