Author |
Message
|
Jithesh shetty |
Posted: Tue Nov 20, 2007 9:45 pm Post subject: Send Mail Compile:.. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
hi,
i have configured the Sendmail mail plugin node......
In iao7 PDf they given compile the sendmail plugin node in windows XP...
cl /VERBOSE /LD /MT /I. SendMailPlugIn.c "C:\Program Files\IBM\MQSeries Integrator 2.0\examples\plugin\BipSampPluginUtil.c" SendMessage.c ..\mime\mime.c ..\mime\QP\QuotedPrintable.c ..\mime\Base64\base64.c ..\SimpleSMTP\smtp.c node_utils.c ..\src\stringbuffer.c ..\src\tcp_util.c -link /DLL imbdfplg.lib wsock32.lib /OUT:SendMailPlugIn.lil
where we need to compile this ??????? |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Tue Nov 20, 2007 10:54 pm Post subject: Re: Send Mail Node |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
Jithesh shetty wrote: |
hi,
i have configured the Sendmail mail plugin node......
In iao7 PDf they given compile the sendmail plugin node in windows XP...
cl /VERBOSE /LD /MT /I. SendMailPlugIn.c "C:\Program Files\IBM\MQSeries Integrator 2.0\examples\plugin\BipSampPluginUtil.c" SendMessage.c ..\mime\mime.c ..\mime\QP\QuotedPrintable.c ..\mime\Base64\base64.c ..\SimpleSMTP\smtp.c node_utils.c ..\src\stringbuffer.c ..\src\tcp_util.c -link /DLL imbdfplg.lib wsock32.lib /OUT:SendMailPlugIn.lil
where we need to compile this ??????? |
|
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 21, 2007 1:40 am Post subject: Re: Send Mail Compile:.. |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Jithesh shetty wrote: |
where we need to compile this ??????? |
Where you plan to run it. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Wed Nov 21, 2007 1:50 am Post subject: Send Mail Compile:.. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
i dont know where we need to run.......what is the purpose of that???
can u plaese tell me..??? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 21, 2007 1:55 am Post subject: Re: Send Mail Compile:.. |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
[quote="Jithesh shetty"]i dont know where we need to run.......what is the purpose of that???[/quote}
How can you not know? It's a node!
I'm missing something fairly obvious here...
Your original post contains an extract from the install guide so you've clearly read the documentation. Are you getting a problem trying to use it? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 21, 2007 1:56 am Post subject: Re: Send Mail Compile:.. |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Jithesh shetty wrote: |
i dont know where we need to run.......what is the purpose of that??? |
How can you not know? It's a node!
I'm missing something fairly obvious here...
Your original post contains an extract from the install guide so you've clearly read the documentation. Are you getting a problem trying to use it? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Wed Nov 21, 2007 2:03 am Post subject: Send Mail Compile:.. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
i installed and created one flow....MQinput->Compute->SendmailNode->MQoutput
But when i running the flow i/m getting TCP/IP connection failed......
<Message>
<From>karlmarx.yuvaraj@xyz.com</From>
<To>jithesh.shetty@xyz.com</To>
<Subject>Error in input file</Subject>
<Body>hi</Body>
<SendMailError>TCP/IP connection failed</SendMailError>
</Message> |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 21, 2007 2:07 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Ok, that's a slightly different problem to the one you originally posted. So you've successfully got the node in the toolkit, deployed it to the broker and you're getting a runtime error passing a message through.
So have you checked there's a connection, properly configured, between the broker and the mail server you're using? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Wed Nov 21, 2007 3:32 am Post subject: Send Mail Compile:.. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
i dont know how to check the connection between Broker and mail server...
can u plaese suggest me........???? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Nov 21, 2007 3:44 am Post subject: Re: Send Mail Compile:.. |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Jithesh shetty wrote: |
i dont know how to check the connection between Broker and mail server... |
Then how did you set it up in the first place?
Speak to your network / server admins. This is outside the scope of MQ. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Wed Nov 21, 2007 3:45 am Post subject: Send Mail Compile:.. |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
ok thanks for ur reply.......... |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Nov 21, 2007 11:11 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
In the setup for the mail node you should have something like
snmtphost == mailserver host
snmtpport == (usually 25)
This allows the plugin to communicate with a mail server and send the mail.
I believe this setup is missing for you...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|