JDE Email function on EnterpriseOne 8.12

Rayxue

Well Known Member
Hi all,
I am new on EnterpriseOne, if I posted with wrong question, please correct me, since I used to work on XE.
On XE, I have UBE A launch UBE B at application server by B91300C, when UBE B finished (by return value job number), UBE A contine to send Email (by B0500190) with attachement of UBE B PDF.
Everything is OK on Xe, but does the possible same logic also work on EnterpriseOne ?

Thanks for any comments
RaymondXue
 
RaymondXue,
AS per Oracle B0500190 is obsolete from release 8.11 You can use instead function B0500725 to perform the email change the function to this and i think all should be fine.

Hope this help.

Thanks,
 
i'm just working on it.
Try Business function B0800300,B0500725,B0800603,B91300C.
You may refer to P085568,P052502,P08405,p91300,p052502 for examples.
 
Chan Rana,
We will start to work with 8.12 next week, the BF you mentioned not in XE now, but to email PDF attachment, do you think
A. Continue use JDE BF or
B. Use Create!Form

Which one recommend ?

Thanks in advance
 
1. If there is major mod in the functionality when moving to 8.12 & If your company have already invested in Createform you might need Create Email i think to email the pdf generated directly to user. But the product is already available then you can best use that rather then modifying JDE objects.
2. if its only quick retrofit in JDE then this is best option.

Thanks,
 
Hi,

I am using this business function and getting the below error. Any one tell me what could be the reason? i have check the jde.ini setting in local machine, it seems ok to me. thanks for your help.

19 14:19:06.529000 jdesmtp.c1832
recvSMTPMailResponse : recv failed
recv return code = -1
Operating system error : <Invalid argument>

3784/3436 UNKNOWN Fri Nov 19 14:19:06.529001 jdesmtp.c1920
recvSMTPMailResponse : read 0 characters from the SMTP response,
the response line from the SMTP server is : <>

3784/3436 UNKNOWN Fri Nov 19 14:19:06.529002 jdesmtp.c1516
Leaving sendMimeMsgOnSMTPImpl with an error return code : <24>

3784/3436 UNKNOWN Fri Nov 19 14:19:06.529003 jdemosmtp.c396
SendMediaObjectOnSMTP : Failed in sendMimeMsgOnSMTP

3784/3436 UNKNOWN Fri Nov 19 14:19:06.529004 jdemsg.c1317
DoSendMessageSingleWithPref : Failed to send message via TRANSPORT_SMTP

3784/3436 UNKNOWN Fri Nov 19 14:19:06.529005 jdemsg.c968
DoSendMessageSingle : DoSendMessageSingleWithPref (1) Failed Address Book Number<38278876> Contact Number<0>.

3784/3436 UNKNOWN Fri Nov 19 14:19:06.529006 jdemsg.c540
sendMessageRecipient : Failed to Send Message

3784/3436 UNKNOWN Fri Nov 19 14:19:06.544000 Gt_msg.c514
DoSendMessageExt : Failed in DoSendMessageV2
 
Back
Top