Author |
Message
|
wschutz |
Posted: Fri Mar 17, 2006 6:44 am Post subject: |
|
|
 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 |
|
 |
markneil |
Posted: Fri Mar 17, 2006 6:48 am Post subject: |
|
|
Apprentice
Joined: 09 Sep 2003 Posts: 26
|
|
Back to top |
|
 |
kirani |
Posted: Fri Dec 08, 2006 4:06 pm Post subject: |
|
|
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 |
|
 |
mqmatt |
Posted: Mon Dec 11, 2006 7:46 am Post subject: |
|
|
 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 |
|
 |
kirani |
Posted: Mon Dec 11, 2006 5:17 pm Post subject: |
|
|
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 |
|
 |
mqmatt |
Posted: Tue Dec 12, 2006 1:51 am Post subject: |
|
|
 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 |
|
 |
sandeepdaggupati |
Posted: Fri Aug 29, 2008 10:22 am Post subject: |
|
|
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 |
|
 |
jbanoop |
Posted: Thu Aug 27, 2009 10:01 am Post subject: |
|
|
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 |
|
 |
WMBDEV1 |
Posted: Fri Aug 28, 2009 12:28 am Post subject: |
|
|
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 |
|
 |
Luke |
Posted: Fri Aug 28, 2009 12:49 am Post subject: |
|
|
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 |
|
 |
jbanoop |
Posted: Fri Aug 28, 2009 5:47 am Post subject: |
|
|
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 |
|
 |
|