Posted: Tue Jun 16, 2009 10:35 am Post subject: SendMailPlugin=> doesn't work on WMBv6.1
Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
I was migrating to V6.1 and facing problems in deploying the message flow.
I knew we can use the Email Output Node but trying to find whether it is possible to use the same node or not.
Jun 16 14:31:21 fra87920 user:err|error WebSphere Broker v6102[491770]: (BRK02.default)[7711]BIP2241E: A Loadable Implementation Library (.lil, .jar, or .par) is not found for message flow node type 'SendMailPlugInNode' in message flow 'RCOM_EmailIn_MsgFlow'. : BRK02.24a246cb-2101-0000-0080-8ddb1fc973f5: /build/S610_P/src/DataFlowEngine/ImbDataFlowManager.cpp: 998: ImbDataFlowManager::createNode: MessageFlow: b36956ea-2101-0000-0080-c089fe5b772c
the lil file is places in both lil and lil32 directories
mqm@fra87920:/opt/IBM/mqsi/6.1/lil32 #> ll
total 49952
drwxr-xr-x 2 mqm mqbrkrs 4096 Jun 11 13:27 ./
drwxr-xr-x 31 mqm mqbrkrs 4096 Apr 24 14:34 ../
-rwxr-xr-x 1 mqm mqbrkrs 33933 May 20 2008 GenXmlFactory.lil*
-rwxr-xr-x 1 mqm mqbrkrs 940075 May 20 2008 GenXmlParser2.lil*
-rwxr-xr-x 1 mqm mqbrkrs 2342254 May 20 2008 MtiImbParser.lil*
-rwxr-xr-x 1 mqm mqm 133157 Jun 11 13:27 SendMailPlugIn.lil*
lrwxrwxrwx 1 root system 30 Apr 24 14:33 TransportHeaderNode.par@ -> ../lil/TransportHeaderNode.par*
-rwxr-xr-x 1 mqm mqbrkrs 84301 May 20 2008 imbadpmgr.lil*
-rwxr-xr-x 1 mqm mqbrkrs 749388 May 20 2008 imbdfagg.lil*
-rwxr-xr-x 1 mqm mqbrkrs 1273120 May 20 2008 imbdfbas.lil*
-rwxr-xr-x 1 mqm mqbrkrs 356642 May 20 2008 imbdfcfg.lil*
lrwxrwxrwx 1 root system 19 Apr 24 14:33 imbdfdb2.lil@ -> ../lib/imbdfdb2.lil*
-rwxr-xr-x 1 mqm mqbrkrs 733012 May 20 2008 imbdfjmt.lil*
-rwxr-xr-x 1 mqm mqbrkrs 9418001 May 20 2008 imbdfjps.lil*
-rwxr-xr-x 1 mqm mqbrkrs 1292259 May 20 2008 imbdfmqe.lil*
-rwxr-xr-x 1 mqm mqbrkrs 50615 May 20 2008 imbdfmqm.lil*
-rwxr-xr-x 1 mqm mqbrkrs 6513 May 20 2008 imbdfpgi2.lil*
-rwxr-xr-x 1 mqm mqbrkrs 2346751 May 20 2008 imbdfscada.lil*
-rwxr-xr-x 1 mqm mqbrkrs 350868 May 20 2008 imbdfsmq.lil*
-rwxr-xr-x 1 mqm mqbrkrs 1088973 May 20 2008 imbdfsql.lil*
-rwxr-xr-x 1 mqm mqbrkrs 226842 May 20 2008 imbdfws.lil*
-rwxr-xr-x 1 mqm mqbrkrs 1899809 May 20 2008 imbgxml4.lil*
-rwxr-xr-x 1 mqm mqbrkrs 188789 May 20 2008 imbjcomp.lil*
-rwxr-xr-x 1 mqm mqbrkrs 2546 May 20 2008 imbjplug2.lil*
-rwxr-xr-x 1 mqm mqbrkrs 628876 May 20 2008 imbmimeparser.lil*
-rwxr-xr-x 1 mqm mqbrkrs 598489 May 20 2008 imbtimer.lil*
-rwxr-xr-x 1 mqm mqbrkrs 479372 May 20 2008 imbtnp.lil*
-rwxr-xr-x 1 mqm mqbrkrs 53872 May 20 2008 imbwtxmgr.lil*
-rwxr-xr-x 1 mqm mqbrkrs 37269 May 20 2008 imbxmlmgr.lil*
-rwxr-xr-x 1 mqm mqbrkrs 157714 May 20 2008 imbxsdmgr.lil*
-rwxr-xr-x 1 mqm mqbrkrs 37569 May 20 2008 imbxslmgr.lil*
lrwxrwxrwx 1 root system 18 Apr 24 14:33 mqsieda.par@ -> ../lil/mqsieda.par*
lrwxrwxrwx 1 root system 19 Apr 24 14:33 mqsifile.par@ -> ../lil/mqsifile.par*
lrwxrwxrwx 1 root system 19 Apr 24 14:33 mqsisoap.jar@ -> ../lil/mqsisoap.jar*
lrwxrwxrwx 1 root system 20 Apr 24 14:33 mqsitcpip.par@ -> ../lil/mqsitcpip.par*
lrwxrwxrwx 1 root system 19 Apr 24 14:33 mqsixmlt.par@ -> ../lil/mqsixmlt.par*
It's because it is 32 bit by default, if you install it in the lil32 directory and run your EG as 32 bit it will work (providing you have 32 bit ODBC set up which I would recommend anyway).
Otherwise re-compile it as 64 bit. The default mode for EGs on 6.1 is 64 bit (even though it just says "default").
It would be helpful if IBM updated IA07 to include the 64 bit binary and also a compute node designed to be a drop-in replacement for IA07 which used EMailOutput.
Shame the IBM developer didn't do the obvious thing of providing an IA07 compatibility mode then - to make it a simple drop in replacement that didn't require redevelopment of a working application.
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
I follow the suggestions from "mqjeff", switch to EmailOutputNode and update the ESQL accordingly. _________________ IBM ->Let's build a smarter planet
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