JDE Mail notification setup

oleg_d

Active Member
Hi!
I have a following problem with e-mail configuration:
I have finally found field, that needed for e-mail setup and messages about submitted job sending me through e-mail.
In JDE.INI following parameters was corrected to real configuration:
[ QUOTE ]
[JDEMAIL]
mailProfile="Default Exchange Profile"
Rule1=90|OPT|MAILSERVER=192.168.0.1
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0
ClientType=Windows


[/ QUOTE ]

But, I want to get e-mail with Workflow functionality and when some changes happened in application, according to WorkFlow rules JDE is trying to sent the message - jdedebug.log contains following error:
[ QUOTE ]
WRK:Starting jdeCallObject (GENTEXT) GenShortcut : Generated WINDOWS Shortcut for Form <Speed Price Approval.jde>
WRK:Starting jdeCallObject (GENTEXT) GenShortcut : User Shortcut Pref : 0. Shortcut Generated : <[OneWorld.Application]
IsMenu=0
Application=P450303
Form=W450303A
DataFormat=1|W450303A|1|2|3|4|5|6
Data=|||||9534582
Version=M100
>
WRK:Starting jdeCallObject Attachment : 1
DisplayName : <Speed Price Approval.jde>
Filename : <>
Mime_type : <application/octet-stream>
BufferSize : 278
Mar 31 14:58:22.781025 - 1060/3116 WRK:Starting jdeCallObject (GENTEXT)Entering sendMimeMsgOnSMTPImpl
myEmailAddress: <PSFT_SYSTEM>

emailSubject: <Price Approval>
contentType: <text/plain>
numAttachments: 1
recipients: <[email protected]>
....
Mar 31 14:58:22.781026 - 1060/3116 WRK:Starting jdeCallObject (GENTEXT)addSentDateHeader : Date : <Mon Mar 31 11:58:22 2008>
Mar 31 14:58:22.781027 - 1060/3116 WRK:Starting jdeCallObject (GENTEXT)addSentDateHeader : Formatted Date : <Mon, 31 Mar 2008 11:58:22 +0000>
Mar 31 14:58:22.781028 - 1060/3116 WRK:Starting jdeCallObject (GENTEXT)generateMIMEAttachments : processing regular attachement 1 of 1.
Mar 31 14:58:22.781029 - 1060/3116 WRK:Starting jdeCallObject (GENTEXT)generateMIMEAttachments : processing in memory attachement of size 278.
Mar 31 14:58:33.171000 - 1060/3116 WRK:Starting jdeCallObject SMTP_ParseServerResponse : The SMTP server returned an error
Response from the SMTP server is <553 5.5.4 <PSFT_SYSTEM>... Domain name required for sender address PSFT_SYSTEM>
Mar 31 14:58:33.203001 - 1060/3116 WRK:Starting jdeCallObject (GENTEXT)Leaving sendMimeMsgOnSMTPImpl with return code value: <32>
Mar 31 14:58:33.203002 - 1060/3116 WRK:Starting jdeCallObject Leaving sendMimeMsgOnSMTPImpl with an error return code : <32>
Mar 31 14:58:33.203004 - 1060/3116 WRK:Starting jdeCallObject SendMediaObjectOnSMTP : Failed in sendMimeMsgOnSMTP
Mar 31 14:58:33.203006 - 1060/3116 WRK:Starting jdeCallObject DoSendMessageSingleWithPref : Failed to send message via TRANSPORT_SMTP
Mar 31 14:58:33.203008 - 1060/3116 WRK:Starting jdeCallObject DoSendMessageSingle : DoSendMessageSingleWithPref (1) Failed Address Book Number<102381> Contact Number<0>.

[/ QUOTE ]
I found in documentation that
[ QUOTE ]
The SMTP e-mail configuration rules that are taken from the SMTP
Transformation Engine Rules & Regs table F90005.

[/ QUOTE ]
F90005 is empty.
I try to setup some rules for correct e-mail to get correct change-rule for
[ QUOTE ]
myEmailAddress: <PSFT_SYSTEM>

[/ QUOTE ],
but error still the same.
Anyone knows how to setup rules in P90005 or PSFT_SYSTEM?

Thanks
 
oleg_d,
I am not sure why you are going to P90005 and making it moer complex. Normally WF picks the email address using the address number and define the email address in address book master. You can refer the manual how to do it, and it should pikcup from there.

I haven't used P90005 yet and have not yet had any need of unless you want to make some complex emailing.

Hope this helps.

Thanks,
Chan
 
[ QUOTE ]
oleg_d,
I am not sure why you are going to P90005 and making it moer complex. Normally WF picks the email address using the address number and define the email address in address book master. You can refer the manual how to do it, and it should pikcup from there.

I haven't used P90005 yet and have not yet had any need of unless you want to make some complex emailing.

Hope this helps.

Thanks,
Chan

[/ QUOTE ]
Yes, destination address was taken from address book, but
sender is
[ QUOTE ]
myEmailAddress: <PSFT_SYSTEM>

[/ QUOTE ]
and mail server want to get real address.
I have got one solution for this problem - I create following rule in client jde.ini
- and it works now [ QUOTE ]
Rule7=33|DEFAULT|[email protected]

[/ QUOTE ]
but I don't know about correctness of such solution.

thanks
 
Please find attached document that will be helpful for you to configure the email notification

Regards,

Suresh
 

Attachments

  • 131548-workcenter to mail.zip
    90.8 KB · Views: 1,379
Back
Top