Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


t2c_running
2016-10-20T16:38:08Z
Hello

We have a lot of jobs in VisualCron 8.2.0 and this tasks send mails when start and when finish the task.
I detect some ejecution errors in 8.2.0. In the old version, 7.0.7, we didn't detect this kind of errors.

I post here the output of one of them:

Received: 220 server ESMTP Service (Lotus Domino Release 8.5.3FP6 HF1949) ready at Wed, 19 Oct 2016 18:51:56 +0200

Sent: EHLO WESBARBxxxxx

Received: 250-server Hello WESBARBxxxxx ([10.150.xx.xx]), pleased to meet you

Received: 250-HELP

Received: 250-AUTH LOGIN

Received: 250-SIZE 15360000

Received: 250-8BITMIME

Received: 250 PIPELINING

Exception in Task: SBMIME.EElMIMEError: Mail message assembly failed (error code is 1)
at OBOKIIHBDBPMCFALPGECCIFHCDJPEDKODDGK.BEJDLDNNIGJGMELDIKCBALJLBGOJPPJLDEAF.NGNFDCOHLGMEGFPBJABNOBHBNFMPJGPBKGFN(TElSMTPClient , ConnectionClass ) in C:\sourcefiles\code\VisualCronService\Jobs\TaskProcesses\Messaging\clsProcessTaskEmail.vb:line 422
at OBOKIIHBDBPMCFALPGECCIFHCDJPEDKODDGK.BEJDLDNNIGJGMELDIKCBALJLBGOJPPJLDEAF.FOEBLMAFFDDANLCACNHBJEEJNKOCPDNKNHND() in C:\sourcefiles\code\VisualCronService\Jobs\TaskProcesses\Messaging\clsProcessTaskEmail.vb:line 58


In other executions with error, no SMTP output appears, but appears similar Exception error.

Thanks.

Regards.
Sponsor
Forum information
al355
2016-10-20T17:06:44Z
Usually mail message assembly failed means that your recipient list or the from/reply to email addresses are not formed correctly.
t2c_running
2016-10-20T17:45:18Z
Originally Posted by: al355 

Usually mail message assembly failed means that your recipient list or the from/reply to email addresses are not formed correctly.



It's true. We use txt files with a lot of email addresses and we made a mistake selecting "Manual" instead "File".

Regards
t2c_running
2016-10-23T08:07:08Z
I got this error trying to send an email

Exception in Task: SBSimpleSSL.EElSimpleSSLClientError: Connection error 10061
at OBOKIIHBDBPMCFALPGECCIFHCDJPEDKODDGK.BEJDLDNNIGJGMELDIKCBALJLBGOJPPJLDEAF.NGNFDCOHLGMEGFPBJABNOBHBNFMPJGPBKGFN(TElSMTPClient , ConnectionClass ) in C:\sourcefiles\code\VisualCronService\Jobs\TaskProcesses\Messaging\clsProcessTaskEmail.vb:line 422
at OBOKIIHBDBPMCFALPGECCIFHCDJPEDKODDGK.BEJDLDNNIGJGMELDIKCBALJLBGOJPPJLDEAF.FOEBLMAFFDDANLCACNHBJEEJNKOCPDNKNHND() in C:\sourcefiles\code\VisualCronService\Jobs\TaskProcesses\Messaging\clsProcessTaskEmail.vb:line 58

The SMTP uses por 25 without authentication.
al355
2016-10-23T11:41:01Z
Can you access that server/port using another app? Could be a firewall issue
t2c_running
2016-10-24T07:48:54Z
Originally Posted by: al355 

Can you access that server/port using another app? Could be a firewall issue



Hello.

Firewall service is disabled, and we can use SMTP from other apps of this server and others.
Telnet works.
Support
2016-10-26T20:17:44Z
This error means some of the following;

1. there is no application listening on that port
2. there is a remote firewall blocking that port
3. there is a local firewall blocking VisualCron Server
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
t2c_running
2016-10-31T11:08:10Z
Originally Posted by: Support 

This error means some of the following;

1. there is no application listening on that port
2. there is a remote firewall blocking that port
3. there is a local firewall blocking VisualCron Server



Ok, thank you for the information.
Scroll to Top