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 » Send Mail Compile:..

Post new topic  Reply to topic
 Send Mail Compile:.. « View previous topic :: View next topic » 
Author Message
Jithesh shetty
PostPosted: Tue Nov 20, 2007 9:45 pm    Post subject: Send Mail Compile:.. Reply with quote

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
View user's profile Send private message
Jithesh shetty
PostPosted: Tue Nov 20, 2007 10:54 pm    Post subject: Re: Send Mail Node Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Wed Nov 21, 2007 1:40 am    Post subject: Re: Send Mail Compile:.. Reply with quote

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
View user's profile Send private message
Jithesh shetty
PostPosted: Wed Nov 21, 2007 1:50 am    Post subject: Send Mail Compile:.. Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Wed Nov 21, 2007 1:55 am    Post subject: Re: Send Mail Compile:.. Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Wed Nov 21, 2007 1:56 am    Post subject: Re: Send Mail Compile:.. Reply with quote

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
View user's profile Send private message
Jithesh shetty
PostPosted: Wed Nov 21, 2007 2:03 am    Post subject: Send Mail Compile:.. Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Wed Nov 21, 2007 2:07 am    Post subject: Reply with quote

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
View user's profile Send private message
Jithesh shetty
PostPosted: Wed Nov 21, 2007 3:32 am    Post subject: Send Mail Compile:.. Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Wed Nov 21, 2007 3:44 am    Post subject: Re: Send Mail Compile:.. Reply with quote

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
View user's profile Send private message
Jithesh shetty
PostPosted: Wed Nov 21, 2007 3:45 am    Post subject: Send Mail Compile:.. Reply with quote

Acolyte

Joined: 30 Oct 2007
Posts: 51

ok thanks for ur reply..........
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Nov 21, 2007 11:11 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Send Mail Compile:..
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.