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 » User defined properties(UDP) - configuration issue

Post new topic  Reply to topic
 User defined properties(UDP) - configuration issue « View previous topic :: View next topic » 
Author Message
raghavendrarao4
PostPosted: Mon Feb 05, 2007 12:53 pm    Post subject: User defined properties(UDP) - configuration issue Reply with quote

Newbie

Joined: 22 Jan 2007
Posts: 8

A strange issue when using the user defined properties in a subflow:

Following properties are defined in the "User Defined Properties" tab of a subflow:
Code:
eventType Type=String Default = 'DEF'

Code:
publishRequired Type=String Default = 'Y'


And following variables have been declared in the "Compute module" of the subflow esql:
Code:

         CREATE COMPUTE MODULE Subflow_Compute
-- User defined property: Event type & publishRequired flag
   DECLARE eventType EXTERNAL CHAR 'ttt';
   DECLARE publishRequired EXTERNAL CHAR 'yyy';
           


The issue is that the value of these variables need to be dynamic - to be set during the deployment time - in the msgflow editor.

The corresponding have been set at the subflow level & also at the mainflow level:
Quote:
eventType Value: DIM
publishRequired Value: Y


But at runtime, instead of picking the values 'DIM' and 'Y', the variables take values 'ttt' & 'yyy' - which are the default values only...

Any pointers to this issue...
Back to top
View user's profile Send private message
madi
PostPosted: Mon Feb 05, 2007 1:08 pm    Post subject: Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

did u try not giving any default values 'ttt' etc??

may be they are overwriting the values given in the UDP

--madi
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 » User defined properties(UDP) - configuration 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.