Author |
Message
|
sjensen |
Posted: Tue Apr 04, 2006 7:04 am Post subject: mqsimigratemsgflows does not create project. |
|
|
Centurion
Joined: 18 Dec 2003 Posts: 134 Location: London
|
Hi
I am trying to migrate some MQSI 2.1 flows. The flows are exported and moved to the WMB 6 toolkit machine.
The
Code: |
mqsimigratemsgflows -data ..\. -p testPrj -d c:\import
|
works fine in so much as it converts the flows present in C:\import and the mqsimigratemsgflows.report.txt reports that all is well:
Code: |
===============================================
Migrating export file c:\import\Fst_Loop.xml.
--------------------------------------------------
Migrating message flow Fst_Loop.
===============================================
Migrating export file c:\import\Scnd_Loop.xml.
--------------------------------------------------
Migrating message flow Scnd_Loop.
===============================================
Migration completed with no errors.
|
However when I open the toolkit the new project testPrj is not visible and hence it can't be openend and refreshe/rebuild. The <flow_name>.msgflow files are present and I can manually import them and then deploy them however we want to avoid doing that and AFAIK it should not be necessary.
Any ideas?
Toolkit on Windows XP Pro with FP 1, Configuration Manager and Broker on Solaris 8.
WMB 6, WMQ 6.0 with FP 1.
Many thanks
Stefan |
|
Back to top |
|
 |
wschutz |
Posted: Tue Apr 04, 2006 8:50 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Is there a ".project" file in the c:\import\testPrj directory? _________________ -wayne |
|
Back to top |
|
 |
sjensen |
Posted: Tue Apr 04, 2006 11:54 am Post subject: |
|
|
Centurion
Joined: 18 Dec 2003 Posts: 134 Location: London
|
Hi
No c:\import is where the WMQI 2.1 exported XML files are. It only holds the exported flows nothing else.
Thanks
Stefan |
|
Back to top |
|
 |
wschutz |
Posted: Tue Apr 04, 2006 11:56 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Sorry, you're correct, but the question still is: does the testPrj directory in your eclipse workpath (..\.) contain a .project file? _________________ -wayne |
|
Back to top |
|
 |
sjensen |
Posted: Wed Apr 05, 2006 2:24 am Post subject: |
|
|
Centurion
Joined: 18 Dec 2003 Posts: 134 Location: London
|
Hi,
Good point! Yes it does but whilst looking for it I realised that I had not correctly pointed to the workspace in the -data <workspace_path> part of the migrate command.
I redid it this time correctly pointing to the workspace and it worked. I was not able to refresh the project but the flows were there. Perhaos 'refresh' is grayed out as there is nothing to refresh.
Many thanks
Stefan |
|
Back to top |
|
 |
wschutz |
Posted: Wed Apr 05, 2006 2:34 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Glad that worked out.... in Toolkit V6, you "rebuild" a project by going to the action bar, selecting "Project" and then "Clean..."... from there you can select a specific project or clean all open projects. _________________ -wayne |
|
Back to top |
|
 |
|