Author |
Message
|
iib.dev |
Posted: Sun Sep 18, 2016 5:32 pm Post subject: Convert WMB 7 projects to IIB Application or Library using |
|
|
Newbie
Joined: 18 Sep 2016 Posts: 7
|
Hi All,
We want to convert our existing wmb projects to iib , we would like to develop automation scripts to do the conversation (ie applications or Libraries )
We have option is present in toolkit as using Convert to application or library > Analyze and convert multiple projects.
But just wonder tis there any command to perform the same ?
Is it good idea to play with .project file by changing the <natures> as com.ibm.etools.msgbroker.tooling.applicationNature and add builders in <buildCommand> and copy the resources using scripting ?
Are we missing anything or introducing any risk
Appreciate your feed back |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Sep 18, 2016 9:22 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
AFAIK, there is no automation tool available to do this.
I'd bite my lip and get on and do it. You only have to do it once.
If there are a lot of flows then just do a bit at a time over several days (or longer). _________________ 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 |
|
 |
iib.dev |
Posted: Mon Sep 19, 2016 4:54 pm Post subject: |
|
|
Newbie
Joined: 18 Sep 2016 Posts: 7
|
Hmm.. there is no automation tool AFAIK as well .
but my question is it good idea to modify manually .project file(opposed to toll will manage the updates) to achieve this ?
as we know they are now introducing application.descriptor and library.descriptor in new versions .
just wonder any impact in I future if we do manual modifications to .project file  |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Sep 19, 2016 10:22 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
iib.dev wrote: |
Hmm.. there is no automation tool AFAIK as well .
but my question is it good idea to modify manually .project file(opposed to toll will manage the updates) to achieve this ?
as we know they are now introducing application.descriptor and library.descriptor in new versions .
just wonder any impact in I future if we do manual modifications to .project file  |
Leave the .project file alone.
When you do the migration and change a component to a library the .project file will get updated.
I have never had to edit the .project file as part of a migration from V7 to V9/10.
I think you need to do some trial migrations then you will find out for yourself. you know that thing called 'Proof of concept'(POC).
It will save you a lot of time. IBM has even made a Developer version available for you. _________________ 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 |
|
 |
mqjeff |
Posted: Tue Sep 20, 2016 3:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Even if there were a magic button that converted all of your flows at once...
You still need to take this opportunity to review the business logic and requirements of the flows. If you've been running the same code on v7 for a long time, it's fairly likely that there is a backlog of unimplemented features and business requirments.
Taking the time to migrate and review each set of flows for a particular business process will add a lot more value than the time costs. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
iib.dev |
Posted: Tue Sep 20, 2016 9:39 pm Post subject: |
|
|
Newbie
Joined: 18 Sep 2016 Posts: 7
|
Thank you smdavies99 and mqjeff for your inputs
yes agree we never had to edit the .project file as part of a migration from V7 to V9/10 toolkit will automatically updated required buildCommand s.
btw we tested with changing .project file without using toolkit as part of automation script while converting to application ,seems working , but worried as it is not suggested options from IBM mentioned in
https://www.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bc23535_.htm |
|
Back to top |
|
 |
iib.dev |
Posted: Mon Oct 03, 2016 3:21 pm Post subject: Any suggestions |
|
|
Newbie
Joined: 18 Sep 2016 Posts: 7
|
Any more suggestions on this approach ? |
|
Back to top |
|
 |
sunshinevn |
Posted: Mon Oct 03, 2016 11:56 pm Post subject: |
|
|
Newbie
Joined: 29 Sep 2016 Posts: 1
|
Play .project file is not good idea. I think so. You can open your projects normally
After, you can fix red comment in your workspace by the way: From Project ( Menu) --> clean those projects and rebuild them |
|
Back to top |
|
 |
Tuyenpx |
Posted: Tue Oct 04, 2016 12:47 am Post subject: |
|
|
Newbie
Joined: 04 Oct 2016 Posts: 3
|
Import your projects and clean/rebuild those projects.
Fix red comment in your projects |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Oct 04, 2016 3:10 am Post subject: Re: Any suggestions |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
iib.dev wrote: |
Any more suggestions on this approach ? |
Why? Isn't what was suggested and what you did good enough? Remember that this is a one time only job.
Please let us know what you don't like? _________________ 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 |
|
 |
|