ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » ESQL Propogate issue

Post new topic  Reply to topic
 ESQL Propogate issue « View previous topic :: View next topic » 
Author Message
meena05
PostPosted: Tue Mar 29, 2016 7:25 am    Post subject: ESQL Propogate issue Reply with quote

Apprentice

Joined: 26 Feb 2016
Posts: 39

Hi,

I have my flow with below code

If (Data IS NULL) THEN
PROPAGATE TO TERMINAL 'out1' DELETE NONE;

ELSE
PROPAGATE TO TERMINAL 'out' DELETE NONE;

END IF;


In case of NULL data it is hitting the fault flow and sending out response but then coming back again to OUT terminal. Can you please advise.
Back to top
View user's profile Send private message
paintpot
PostPosted: Tue Mar 29, 2016 7:32 am    Post subject: Reply with quote

Centurion

Joined: 19 Sep 2005
Posts: 112
Location: UK

If I understand correctly, if the Data is null, you get a message out of 'out1' and then from 'out'?

Use RETURN FALSE; after you have propagated the messages that you need to.
Back to top
View user's profile Send private message
meena05
PostPosted: Tue Mar 29, 2016 7:39 am    Post subject: Reply with quote

Apprentice

Joined: 26 Feb 2016
Posts: 39

Hi Thanks for your reply.

I need it either to out or to out1. Not to both.
Once it is from "out1" flow should stop and should go to "out".

I used RETURN FALSE but is threw deployment error

Review related error messages to determine why the administration request failed.
BIP2401E: (.Compute.CopyEntireMessage, 41.13) : Syntax error : expected '' but found 'keyword False'.
Back to top
View user's profile Send private message
meena05
PostPosted: Tue Mar 29, 2016 7:41 am    Post subject: Reply with quote

Apprentice

Joined: 26 Feb 2016
Posts: 39

Sorry Corrected message

I need it either to out or to out1. Not to both.
Once it is from "out1" flow should stop and should [u]not
go to "out".

I used RETURN FALSE but is threw deployment error

Review related error messages to determine why the administration request failed.
BIP2401E: (.Compute.CopyEntireMessage, 41.13) : Syntax error : expected '' but found 'keyword False'.[/u]
Back to top
View user's profile Send private message
paintpot
PostPosted: Tue Mar 29, 2016 7:59 am    Post subject: Reply with quote

Centurion

Joined: 19 Sep 2005
Posts: 112
Location: UK

Yep, I get the requirement.

Separate line of code

Code:
RETURN FALSE;


After your IF / ELSE
Back to top
View user's profile Send private message
ruiduarte22
PostPosted: Fri Apr 01, 2016 8:06 am    Post subject: Reply with quote

Newbie

Joined: 01 Apr 2016
Posts: 7

@meena05 how was your code when you get the error "BIP2401E: (.Compute.CopyEntireMessage, 41.13) : Syntax error : expected '' but found 'keyword False'.[/u]"
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » ESQL Propogate issue
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.