Author |
Message
|
chanduy9 |
Posted: Mon Jan 26, 2004 3:38 pm Post subject: How do we migrate plug-in nodes to wbimb |
|
|
Disciple
Joined: 28 Nov 2001 Posts: 177 Location: USA
|
Hi,
How do we migrate/install plug-in nodes like send mail, postit to wbimb5.0.
Thanks in Advacnce,
Chandra. |
|
Back to top |
|
 |
Michael Dag |
Posted: Tue Jan 27, 2004 2:29 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
I assume you are talking about the supportpac nodes?
I think your best bet is to contact the authors directly.
Michael |
|
Back to top |
|
 |
kirani |
Posted: Tue Jan 27, 2004 3:00 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
You can also use command mqsimigratemsgflows to migrate your plug-in nodes definition files (.xml) to WBIMB 5.0. _________________ 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 |
|
 |
Michael Dag |
Posted: Tue Jan 27, 2004 3:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
So 2.1 nodes are fully compatible/migratable to 5.0?
Michael |
|
Back to top |
|
 |
kirani |
Posted: Tue Jan 27, 2004 4:04 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Yes, they are! The only change I saw was with the terminal names. in V5.0 you cannot have SPACES in terminal names. I had to rename one of the the terminal name (no message) after importing MQGET plug-in node. _________________ 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 |
|
 |
vmcgloin |
Posted: Wed Jan 28, 2004 1:55 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Has anyone had success migrating the sendmail node (from a supportpac)?
I have not tried, but a colleague has concluded it is not supported.
Thanks,
Vicky |
|
Back to top |
|
 |
chanduy9 |
Posted: Wed Jan 28, 2004 12:36 pm Post subject: |
|
|
Disciple
Joined: 28 Nov 2001 Posts: 177 Location: USA
|
Hi,
How do we use mqsimigratemsgflows to migrate the plugin nodes, it requires .xml file, but the plugins does not have xml file. Is there any straight way for this, like we have in WMQI2.1. I want to use on of the plugin nodes first time in WBIMB5.0, I dont want to migrate it from WMQI2.1.
Thanks,
Chandra. |
|
Back to top |
|
 |
kirani |
Posted: Wed Jan 28, 2004 3:40 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
vmcgloin wrote: |
Has anyone had success migrating the sendmail node (from a supportpac)?
I have not tried, but a colleague has concluded it is not supported.
|
I successfully migrated SendMail plug-in node to WBIMB 5.0. My config mgr and Broker started up correctly without any problem. I did not try to deploy any message flow containing this plug-in node though.
chanduy9 wrote: |
How do we use mqsimigratemsgflows to migrate the plugin nodes, it requires .xml file, but the plugins does not have xml file. Is there any straight way for this, like we have in WMQI2.1. I want to use on of the plugin nodes first time in WBIMB5.0, I dont want to migrate it from WMQI2.1.
|
Plug-in node configuration files are xml files. Let's say if you want to migrate/import SendMail plug-in node then copy SendMailPlugIn file into some directory <plug-in_dir> on your system and then run [b]mqsimigratemsgflows -p <project_name> -d <plug-in_dir>[b] command, which will define the plug-in node for you. _________________ 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 |
|
 |
BrandonChen |
Posted: Sun Feb 22, 2004 8:41 am Post subject: |
|
|
Newbie
Joined: 22 Feb 2004 Posts: 3
|
Hi kirani:
After running mqsimigratemsgflows.exe, how to use this SendMail Node in Message Brokers ToolKit ? Could you give me some recommandations ? Thanks.  |
|
Back to top |
|
 |
JT |
Posted: Mon Feb 23, 2004 7:03 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
kirani,
Would you deploy a flow, test the sendmail node, and let us know the results. We have been able to use the mqsimigratemsgflows executable to bring a number of category 2 nodes into the toolkit, but have run into problems on our Solaris 5.0.2 brokers (not recognizing the run-time components). Thanks ! |
|
Back to top |
|
 |
vmcgloin |
Posted: Mon Feb 23, 2004 7:33 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
We got the following info from the developer of the SendMail support pack (via IBM support) as while ago:
Quote: |
the currently available support pack is not supported on WBI MB 5.x
He is however working on an update that should work with WBI MB 5.x
Unfortunately we will have to wait for the update to become available |
I don't know why this particular plug-in node is not compatible, but this is a node we use quite a lot now so we won't be upgrading to v5 until an update is available (or we have the resource to write our own version). Unless anyone has it working?!
Cheers,
Vicky |
|
Back to top |
|
 |
Robert |
Posted: Mon Feb 23, 2004 9:25 am Post subject: SendMail Node with WBI MB V5 |
|
|
Apprentice
Joined: 22 Aug 2002 Posts: 46 Location: Quebec, Canada
|
Hi,
I created a SendMail plugin node in Java.
I use the javaMail API and also use JNDI to lookup addresses in an LDAP directory (Active Directory in our case) from an XML element provided in a message...
If anybody is interested in getting the code, contact me.
I will have to clean it a bit and document it. It is not very generic but could rapidly be used as a starting point to develop you own mail node.
Robert |
|
Back to top |
|
 |
JT |
Posted: Tue Mar 02, 2004 6:39 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
kirani,
Just wanted to follow-up to see if you were able to successfully deploy/test a v5.0 message flow that contained the sendmail plugin (migrated from v2.1 using the mqsimigratemsgfows command)? Would you please keep us posted as to your results. Thanks !
Quote: |
I successfully migrated SendMail plug-in node to WBIMB 5.0. My config mgr and Broker started up correctly without any problem. I did not try to deploy any message flow containing this plug-in node though. |
|
|
Back to top |
|
 |
kirani |
Posted: Tue Mar 02, 2004 11:51 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
sure I will. I promise  _________________ 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 |
|
 |
kirani |
Posted: Thu Mar 18, 2004 6:17 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Finally, I got some free time to test this! But, I am having trouble in adding this plug-in node to the message flows.
I first migrated SendMailPlugIn node to V5 and added it to my 'palette'. When adding this node to my message flow, I am getting following error:
Quote: |
BIP0898E: Can not add subflow 'SendMailPlugIn.msgnode'
Reason:
The reference to file 'SendMailPlugIn.msgnode' is ambiguous.
A file with the same name may exist in the same schema in a referenced project.
Rename one of the files and try the operation.
|
[I can't even copy the text from error dialog box. ]
I did a search on my <workspace> directory, but I didn't find any duplicate instances of SendMailPlugIn.msgnode file. I'm also not referencing to any external project with the same file.
Any idea how to resolve this?
BTW, I followed the same steps to add MQGet plug-in node to my workspace and I can add it to my message flows without any problem. _________________ 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 |
|
 |
|