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 » Reset segment of a Shared Row variable possible?

Post new topic  This topic is locked: you cannot edit posts or make replies.
 Reset segment of a Shared Row variable possible? « View previous topic :: View next topic » 
Author Message
ghoshly
PostPosted: Thu Aug 25, 2011 7:12 pm    Post subject: Reset segment of a Shared Row variable possible? Reply with quote

Partisan

Joined: 10 Jan 2008
Posts: 333

Hi,

I am trying to update or rather reset a segment of a shared row variable. Is it possible ?

WMB 6.0.2

Code:
      DECLARE propertyName    CHARACTER InputRoot.HTTPInputHeader.SOAPAction;
            
      ROUTING : BEGIN ATOMIC -- beginning of atomic block. Processing is single threaded until the END ROUTING; is reached
      IF CacheDestinationRow.Valid.{propertyName} IS NULL THEN

             CALL readProperty( propertyFileName, propertyName) INTO CacheDestinationRow.{propertyName}.URL;               
         SET CacheDestinationRow.Valid.{propertyName} = TRUE;
         
      END IF;
      END ROUTING ; -- end of the ROUTING atomic block      


In a separate compute node in the same flow just as a pattern to clear the cache I have put
Code:
      
DECLARE propertyName      CHARACTER InputRoot.XMLSC.CacheDestinationRow.Environment;
SET CacheDestinationRow.Valid.{propertyName} = NULL;



Thanks for your insight.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Thu Aug 25, 2011 7:52 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

check the end of http://www.mqseries.net/phpBB2/viewtopic.php?t=58672

locking
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  This topic is locked: you cannot edit posts or make replies. Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Reset segment of a Shared Row variable possible?
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.