function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SalesforceJimSalesforceJim 

SMTP Appender for Apex Data Loader

hi,

 

I am interested to know if anyone has been able to set up an SMTP appender in the log-conf file for the Data Loader.

 

I have managed to get the Data loader to run wihout error by downloading some additional jar files and adding these manually to the class path in the process.bat file, including the java mailapi, but although the data loader now does not error, the SMTP appender does not send any messages. I am running the data loader against a set of Accounts which I know will trigger errors in the system they are being uploaded to and I can see these in the standard sdl log file.

 

What I want to be able to do is alert specific users of errors in the log file without having to implement a separate monitoring process.

 

The machine on which the Data Loader is runnig has permissions on the SMTP Server it is trying to send from and I have run a test email to verify this.

 

Thanks