Send Email with attachment

Luis Vinicius

Member
Hi,
I am trying to send an e-mail with a file attached using B0500190. It works local but not on the server and it does not return any errors.
I think the function is not even being called on the server, don't know why.
This is what is on JDE.LOG

7924/724 MAIN_THREAD Mon Jul 09 09:46:40.192045 Jdemem.c261
Attempt to allocate zero bytes noted. file: \builds\_activebuild\common\Jdekrnl\Ube\K2ER.c line: 912

7924/724 WRK:Starting jdeCallObject Mon Jul 09 09:46:40.317004 Jdeobj.c1261
COB0000012 - GetProcAddress failed CFND.dll function _SendEMailHRM@12 Error = 0

7924/724 WRK:Starting jdeCallObject Mon Jul 09 09:46:40.333004 Jdeobj.c1261
COB0000012 - GetProcAddress failed CFND.dll function _SendEMailHRM@12 Error = 0

Can someone help?

OneWorld version: E810 - 6.9
 
Just check if the file is saved inside the directory you pointed in this function's call.
And what ate you trying to send by mail? The report generated? If so, try using B91300C (Launch Batch Application) to execute the report and return the file name, consulting the Work with submitted jobs table.
 
Back
Top