Author |
Message
|
Inforz |
Posted: Sun May 15, 2011 11:50 pm Post subject: Getting broker code from deployed Message flows and sets |
|
|
 Centurion
Joined: 15 Apr 2011 Posts: 139 Location: Chennai, India
|
Hi,
Please let me know if there are anyways to get the MFs and MSets from the deployed ones.
Because the code in the workspace has been deleted unfortunately. Please let me know if it can be recovered in some way. I need to migrate MB from 6.0.0.10 to v7.0 So I have already installed(in linux) MB7 (coexistance). Now we got a change to be implemented. After making the change I need to test and migrate. So for that I need the MFs(with ESQL code) and MSs.
Thanks, |
|
Back to top |
|
 |
mqjeff |
Posted: Mon May 16, 2011 2:47 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
No, generally you can't do this. |
|
Back to top |
|
 |
mqmatt |
Posted: Mon May 16, 2011 9:49 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
BTW, in V7, you can use my pattern to recover message flows. Caveats apply! |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon May 16, 2011 9:55 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Nothing like a bit of self promotion eh?  _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
kimbert |
Posted: Mon May 16, 2011 11:11 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
After making the change I need to test and migrate. |
Should read
Quote: |
After making the change I need to test and migrate and start applying proper version control processes so that this doesn't happen again. |
...but you probably know that by now  |
|
Back to top |
|
 |
Inforz |
Posted: Mon May 16, 2011 9:32 pm Post subject: |
|
|
 Centurion
Joined: 15 Apr 2011 Posts: 139 Location: Chennai, India
|
Yeah  |
|
Back to top |
|
 |
mqmatt |
Posted: Tue May 17, 2011 3:44 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
smdavies99 wrote: |
Nothing like a bit of self promotion eh?  |
Too right. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue May 17, 2011 3:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
mqmatt wrote: |
smdavies99 wrote: |
Nothing like a bit of self promotion eh?  |
Too right. |
Yes, because clearly you need to be *better* known, in order to advance your career. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 17, 2011 4:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
mqmatt wrote: |
smdavies99 wrote: |
Nothing like a bit of self promotion eh?  |
Too right. |
Yes, because clearly you need to be *better* known, in order to advance your career. |
Or ensure proper differentiation from the *other* Matt Lucas. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue May 17, 2011 4:09 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vitor wrote: |
mqjeff wrote: |
mqmatt wrote: |
smdavies99 wrote: |
Nothing like a bit of self promotion eh?  |
Too right. |
Yes, because clearly you need to be *better* known, in order to advance your career. |
Or ensure proper differentiation from the *other* Matt Lucas. |
That's also an excellent point, Victor. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue May 17, 2011 4:46 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
kimbert wrote: |
Quote: |
After making the change I need to test and migrate. |
Should read
Quote: |
After making the change I need to test and migrate and start applying proper version control processes so that this doesn't happen again. |
...but you probably know that by now  |
SVN is a nice free source control package. If you have IBM license, you could use Rational ClearCase.
Source control is just the first step. You want to protect the integrity of your production environment by not allowing human hands to change it. This means any changes to your production environment should only be done using pre-programmed scripts.
This implies tools like BuildForge, CruiseControl, Hudson, Ant, Maven, etc. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
kash3338 |
Posted: Mon Jun 06, 2011 11:21 am Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Through an mqsi command you can actually get the source code from the broker, but for message sets its not possible.
From the source code, you can rebuild your flow  |
|
Back to top |
|
 |
|