ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Deploy MQGet Node (IA07) to MQSI v5.0

Post new topic  Reply to topic Goto page 1, 2, 3  Next
 Deploy MQGet Node (IA07) to MQSI v5.0 « View previous topic :: View next topic » 
Author Message
mrlinux
PostPosted: Fri Jun 11, 2004 7:21 am    Post subject: Deploy MQGet Node (IA07) to MQSI v5.0 Reply with quote

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
View user's profile Send private message Send e-mail
jefflowrey
PostPosted: Fri Jun 11, 2004 7:26 am    Post subject: Reply with quote

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
View user's profile Send private message
mrlinux
PostPosted: Fri Jun 11, 2004 7:33 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
jefflowrey
PostPosted: Fri Jun 11, 2004 7:37 am    Post subject: Reply with quote

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
View user's profile Send private message
JT
PostPosted: Fri Jun 11, 2004 7:51 am    Post subject: Reply with quote

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
View user's profile Send private message
mrlinux
PostPosted: Fri Jun 11, 2004 7:52 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
fjcarretero
PostPosted: Fri Jun 11, 2004 8:01 am    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Fri Jun 11, 2004 8:02 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

fjcarretero wrote:
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.

You can put a redbook number in the search field on www.redbooks.ibm.com.

http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg246995.html?Open
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
mrlinux
PostPosted: Fri Jun 11, 2004 8:04 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
mrlinux
PostPosted: Fri Jun 11, 2004 8:23 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
mrlinux
PostPosted: Fri Jun 11, 2004 8:30 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
fjcarretero
PostPosted: Mon Jun 14, 2004 1:00 am    Post subject: Reply with quote

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
View user's profile Send private message
mrlinux
PostPosted: Mon Jun 14, 2004 12:13 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
fitzcaraldo
PostPosted: Mon Jun 14, 2004 3:26 pm    Post subject: Reply with quote

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
View user's profile Send private message
fjcarretero
PostPosted: Tue Jun 15, 2004 12:05 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2, 3  Next Page 1 of 3

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Deploy MQGet Node (IA07) to MQSI v5.0
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.