Author |
Message
|
VivekMeshram |
Posted: Wed Oct 13, 2004 7:11 pm Post subject: Command Line Utility for WBI MB 5 |
|
|
 Voyager
Joined: 25 Mar 2002 Posts: 83
|
Dear All -
Is there any support pack for WBI MB v5 for the import/export MessageFlows/MessageSet as a command line utility? I know there were IC01, which support for WMQI V2.1.
Thanks in advance. |
|
Back to top |
|
 |
kirani |
Posted: Wed Oct 13, 2004 7:45 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
You don't need that for V5 as these components are stored in flat files now. You can just move the files around if needed. If you are thinking of version controlling then you can integrate other version control softwares like PVCS, ClearCase into toolkit. _________________ 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 |
|
 |
VivekMeshram |
Posted: Wed Oct 13, 2004 8:52 pm Post subject: |
|
|
 Voyager
Joined: 25 Mar 2002 Posts: 83
|
Hi Kirani,
Thanks!! I can not find the mqsiimportmsgflows on WBI MB 5 which is part of IC01.
Thanks |
|
Back to top |
|
 |
kirani |
Posted: Wed Oct 13, 2004 10:17 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
As I said earlier you dont need import/export command. IF you want to copy message flows developed on another machine to your PC then just copy the related files (.msgflow, .esql, etc) to your disk and then crate a new project using those files.
If you are migrating message flows from V 2.1 then you can use mqsimigratemsgflows command. _________________ 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 |
|
 |
RocknRambo |
Posted: Thu Oct 14, 2004 6:23 am Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
Exactly ..what Kiran means is...
in V2.1 we used the utilites IC01 or mqsiimportmsgflows bcuz the Repository was a DB, so for getting ur code into ur local dir. u did so.
but, in V5.0, there z no concept of MR DB, as everything is file system and its stored in ur local dir. now if u want to move the files into diff. lcoation, copy it from fil Dir. or from ur toolkit (import/export utilities).
-RR |
|
Back to top |
|
 |
VivekMeshram |
Posted: Thu Oct 14, 2004 7:08 pm Post subject: |
|
|
 Voyager
Joined: 25 Mar 2002 Posts: 83
|
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Oct 15, 2004 5:11 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Put in CVS. It's free, and will give you lots of additional benefits.
Then you can connect all of your workspaces to the same CVS repository, and exchange projects that way. And you'll get version control - which will protect you if you accidentally change code or introduce bugs. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|