Author |
Message
|
mrlinux |
Posted: Fri Jun 11, 2004 7:21 am Post subject: Deploy MQGet Node (IA07) to MQSI v5.0 |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
I have tried to find docs on how to do this, but most of it is on how to install JAVA Plugin, this is a C plugin node, any one done this ????
or any suggested reading ???? _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jun 11, 2004 7:26 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are you trying to install the node in the Toolkit, or to the broker? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Jun 11, 2004 7:33 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Actually both, we are trying to migrate to v5 _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jun 11, 2004 7:37 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I'm not really sure about the Toolkit part. You may need an Eclipse plug-in project.
The broker shouldn't have changed - put the .lil in the same place and see what it says when the broker starts up. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JT |
Posted: Fri Jun 11, 2004 7:51 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
The following post suggests that the mqsimigratemsgflows command will do the trick, but we were never able to successfully migrate a supportpac developed under WMQI v2.1 to WBIMB v5.0, using that method: http://www.mqseries.net/phpBB2/viewtopic.php?t=13086
We encountered a problem loading the .lil in a Solaris environment (BIP2241E: LIL not found for message flow node type 'MQGetPlugInNode' in message flow 'Test_MQGetPlugInNode').
When contacted last Decemeber, Neil had no plans to upgrade the IA09 MQGET Plug-in supportpac to v5.0. As he mentioned to us: the source code is available with the supportpac and you are at liberty to do it yourself.
Note: Support for IA09 has since been withdrawn |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Jun 11, 2004 7:52 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well the borker start's up fine, I have migrated message flows that contain references to the plugin and they are reporting errors, I need to make the workbench aware of the NODE _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
fjcarretero |
Posted: Fri Jun 11, 2004 8:01 am Post subject: |
|
|
Voyager
Joined: 13 Oct 2003 Posts: 88
|
Hi Jeff,
We have successfully managed to migrate that plugin to v5 (at least on a Windows Broker).
Basically what we did was follow the steps a redbook (sg246995) and it worked.
Sorry, I don't know the exact location of the redbook.
Cheers
Felipe |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jun 11, 2004 8:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
mrlinux |
Posted: Fri Jun 11, 2004 8:04 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Thanks for the info I will read it and let you know how it turns out. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Jun 11, 2004 8:23 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
It does not go well, I have the redbook and have read the piece on migrating plugin nodes, but this is for a java plugin IA07 is C based. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Jun 11, 2004 8:30 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
oops had the wrong support pac number IA09 MQGet Node. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
fjcarretero |
Posted: Mon Jun 14, 2004 1:00 am Post subject: |
|
|
Voyager
Joined: 13 Oct 2003 Posts: 88
|
Jeff,
The only difference between installing a Java Node and a C Node is that instead of placing the .jar file in the <wbimn_install>/jplugin, you have to put the .lil file in the <wbimb_install>/bin directory.
The integration with the Toolkit is exactly the same.
Let me know the problems that you're having.
Cheers
Felipe |
|
Back to top |
|
 |
mrlinux |
Posted: Mon Jun 14, 2004 12:13 pm Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well Iam still having issues getting it into the toolkit and deployable _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
fitzcaraldo |
Posted: Mon Jun 14, 2004 3:26 pm Post subject: |
|
|
Voyager
Joined: 05 May 2003 Posts: 98
|
Does anyone know if MQGet.lil actually runs under v5.0?
I think it was originally written for v2.0 and worked OK with 2.1. But it did not compile using the plugin libraries that came with 2.1 due to changes in the virtualFunctionTable structure. Maybe v5.0 requires these changes?
We made functionality changes to the MQGet code and recompiled it under 2.1. It then migrated fine using the v5.0 migrate tool (along with several other Java plugins.)
So maybe fix up the existing code, recompile and try again. |
|
Back to top |
|
 |
fjcarretero |
Posted: Tue Jun 15, 2004 12:05 am Post subject: |
|
|
Voyager
Joined: 13 Oct 2003 Posts: 88
|
Jeff,
Could you post the problem that you're having?
Could you also post the steps that you have taken?
Cheers
Felipe |
|
Back to top |
|
 |
|