Thanks for your quick reply. Here are two screenshot of my process flow. The first is from the task which triggers the process. This is working fine and the SMTP connector returns status code: 0.
The second screenshot is from my scheduler system flow. This was a copy of the first with the difference that the table task process action is removed to be able to run it as a system flow. The SMTP connector returns now status code: “-2 - Unsuccessful (making a connection with server failed)”.
12022-02-01T12:02:00.0934599+01:00 [ERR] Process action 'email_send' in processflow 'schedule_process_email' threw an exception. (a66b694a)
2System.Net.Mail.SmtpException: Server does not support secure connections.
3 at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.SendEHelloCallback(IAsyncResult result)
4--- End of stack trace from previous location ---
5 at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result)
6 at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result)
7--- End of stack trace from previous location ---
8 at Indicium.Shared.ProcessFlows.SystemActions.SmtpConnector.StartInternal(ReadOnlyDictionary`2 inputParameters) in C:\azp\agent\_work\1\s\src\Indicium.Shared\ProcessFlows\SystemActions\SmtpConnector.cs:line 319
92022-02-01T12:03:00.1863489+01:00 [ERR] Process action 'email_send' in processflow 'schedule_process_email' threw an exception. (a66b694a)
10System.Net.Mail.SmtpException: Server does not support secure connections.
11 at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.SendEHelloCallback(IAsyncResult result)
12--- End of stack trace from previous location ---
13 at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result)
14 at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result)
15--- End of stack trace from previous location ---
16 at Indicium.Shared.ProcessFlows.SystemActions.SmtpConnector.StartInternal(ReadOnlyDictionary`2 inputParameters) in C:\azp\agent\_work\1\s\src\Indicium.Shared\ProcessFlows\SystemActions\SmtpConnector.cs:line 319
17
The Variable smtp_use_ssl bevat de waarde
1smtp_ssl_off
So in the Windows Client when triggered with a Table Task this works fine.
When triggered with a schedule in Indicium it gives the error above.
Can you check the input variables for the SSL usage on the IAM database using these select statements. Enter the process flow name (id) to filter on the smtp connector.
select * from i_core_process_action_input_parmtr where process_flow_id =
select * from i_core_process_variable where process_flow_id =
Thanks for your quick reply. Here are two screenshot of my process flow. The first is from the task which triggers the process. This is working fine and the SMTP connector returns status code: 0.
The second screenshot is from my scheduler system flow. This was a copy of the first with the difference that the table task process action is removed to be able to run it as a system flow. The SMTP connector returns now status code: “-2 - Unsuccessful (making a connection with server failed)”.
Process Flow TaskSystem Process Flow
Can you try hardcoding a post in the SMTP connector and see if it runs from the system flow? It seems like the input is somehow different.
12022-02-01T12:02:00.0934599+01:00 [ERR] Process action 'email_send' in processflow 'schedule_process_email' threw an exception. (a66b694a)System.Net.Mail.SmtpException: Server does not support secure connections. at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.SendEHelloCallback(IAsyncResult result)--- End of stack trace from previous location --- at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result) at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result)--- End of stack trace from previous location --- at Indicium.Shared.ProcessFlows.SystemActions.SmtpConnector.StartInternal(ReadOnlyDictionary`2 inputParameters) in C:\azp\agent\_work\1\s\src\Indicium.Shared\ProcessFlows\SystemActions\SmtpConnector.cs:line 3192022-02-01T12:03:00.1863489+01:00 [ERR] Process action 'email_send' in processflow 'schedule_process_email' threw an exception. (a66b694a)System.Net.Mail.SmtpException: Server does not support secure connections. at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.SendEHelloCallback(IAsyncResult result)--- End of stack trace from previous location --- at System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult.End(IAsyncResult result) at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result)--- End of stack trace from previous location --- at Indicium.Shared.ProcessFlows.SystemActions.SmtpConnector.StartInternal(ReadOnlyDictionary`2 inputParameters) in C:\azp\agent\_work\1\s\src\Indicium.Shared\ProcessFlows\SystemActions\SmtpConnector.cs:line 319
The Variable smtp_use_ssl bevat de waarde
1smtp_ssl_off
So in the Windows Client when triggered with a Table Task this works fine.
When triggered with a schedule in Indicium it gives the error above.
Can you check the input variables for the SSL usage on the IAM database using these select statements. Enter the process flow name (id) to filter on the smtp connector.
select * from i_core_process_action_input_parmtr where process_flow_id =
select * from i_core_process_variable where process_flow_id =
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.