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 » WMB V6 flow version in bar file

Post new topic  Reply to topic Goto page Previous  1, 2
 WMB V6 flow version in bar file « View previous topic :: View next topic » 
Author Message
wschutz
PostPosted: Fri Mar 17, 2006 6:44 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Quote:
Although the version number in the exec group was updated to the new flow's version it was actually still running the OLD version of the flow!
That is a bit strange... did you check the CM event log to see that the flow actually deployed?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
markneil
PostPosted: Fri Mar 17, 2006 6:48 am    Post subject: Reply with quote

Apprentice

Joined: 09 Sep 2003
Posts: 26

No, I didn't...
Back to top
View user's profile Send private message
kirani
PostPosted: Fri Dec 08, 2006 4:06 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

I am having the similar problem! I am trying to get the keywords in the .ESQL file displayed, but I am having hard time. I have three scenarios here:
1. Keyword is defined in Message Flow Properties and it's displayed correctly after deploying the message flow to the Broker.
2. Additional Keywords are defined in the ESQL file of the same message flow, but the keywords are not getting displayed. I use following code.

Code:

-- $MQSI <mykeyword> = <value> MQSI$

3. This is the most interesting scenario. If I include multiple line comments (C style) in the beginning of the ESQL file, it wipes out my keywords (after deploy) from the Message Flow properties! I tried disconnecting from the config mgr and reconnect again, but it's not helping! The behaviour is very random. I even tried to rebuild/open/close the project many times!

I am using Ver 6 Broker (FP2) on the Windows platform.
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
mqmatt
PostPosted: Mon Dec 11, 2006 7:46 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

Try using a text editor to look at the resultant .cmf file; your eyecatchers must be in there, because that's the file that the Config Manager parses for eyecatchers.
Not sure what is happening for (3); try looking at the keywords in the CMP API Exerciser to see if the problem is with the Config Manager storing or the Admin Tooling's rendering. Either way, if the behaviour is not immediately deterministic, this sounds like a bug!

-Matt
Back to top
View user's profile Send private message
kirani
PostPosted: Mon Dec 11, 2006 5:17 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Matt,

I think it's a bug! I tried to deploy the message flow with ESQL comments in a new EG and the keywords are showing up fine! But when I redeploy the same message flow to the same EG, the keywords goes away! I will open a PMR for this problem.
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
mqmatt
PostPosted: Tue Dec 12, 2006 1:51 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

Ahh, that problem does ring a faint bell - please raise a PMR.
Also, try using the CMP API Exerciser to view your keywords.
Back to top
View user's profile Send private message
sandeepdaggupati
PostPosted: Fri Aug 29, 2008 10:22 am    Post subject: Reply with quote

Novice

Joined: 29 Aug 2008
Posts: 11

Can we achive the automatic version property update in message flow with SVN?
I have been trying to achive this for a few days now with no luck.

Any help on this is appreciated!
Back to top
View user's profile Send private message
jbanoop
PostPosted: Thu Aug 27, 2009 10:01 am    Post subject: Reply with quote

Chevalier

Joined: 17 Sep 2005
Posts: 401
Location: SC

Ressuructing an old thread :

I was wondering if anyone has implemented this (getting the version number of MF/MS etc populated dynamically from Source control) using ClearCase as the versioning system.
Do we have to set anything on the CC end for getting this to work ?
Any thoughts on this would be great.
We are using MB 6.1 with the CC adapter within the toolkit. I am not sure about the CC version though.

Regards,
Back to top
View user's profile Send private message Yahoo Messenger
WMBDEV1
PostPosted: Fri Aug 28, 2009 12:28 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

sandeepdaggupati wrote:
Can we achive the automatic version property update in message flow with SVN?


Yes this can be done. I did it about a year ago. I had to put comments in the ESQL that were substituted by SVN and they then appeared as a property on the BAR.

I think you have to edit some of the SVN files to allow substitution to occur. Sorry but I cant remember the exact steps that I took, but it is possible.
Back to top
View user's profile Send private message
Luke
PostPosted: Fri Aug 28, 2009 12:49 am    Post subject: Reply with quote

Centurion

Joined: 10 Nov 2008
Posts: 128
Location: UK

Yeah, for SVN you need to set the properties on the files - svn:keywords

It's a bit of a drag as you have to set them for every file, but you can use contact admin to set properties automatically when you add files.

For ClearCase, I haven't done it, and doesn't look like it's part of the product, but there are some scripts out there if you google ...
Back to top
View user's profile Send private message
jbanoop
PostPosted: Fri Aug 28, 2009 5:47 am    Post subject: Reply with quote

Chevalier

Joined: 17 Sep 2005
Posts: 401
Location: SC

thanks for the suggestions guys.
Here is what I could find out frommy research as far as Clear case goes.

Keyword substitution is not supported directly for CC.
So in case we need to leverage it, certain scripts need to be created/run against CC. (http://www.ibm.com/developerworks/rational/library/05/1213_diebolt/index.html )

Any other insights into this would be great.

Regards,
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMB V6 flow version in bar file
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.