Solved

TSFReportMailer Universal

  • 19 August 2022
  • 4 replies
  • 66 views

Userlevel 6
Badge +3

Hi all,

I'm setting up a simple e-mail functionality within an application I'm working on. We're doing it via an SMTP-connector within a process flow as advised in the documentation.

It currently looks like this:
 

Simple process flow

All works well via the Windows GUI opened against Indicium. While testing it in Universal with Indicium I'm getting the following error:

2022-08-19T09:22:00.8630009+00:00 80016378-0003-b600-b63f-84710c7967bb [ERR] TSFMessagesMiddleware: An unhandled exception occurred while processing the request. (fffadd8a)
Microsoft.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'TSFReportMailer'.

It doesn't seem to be a Role-issue, but I can't seem to find what it could be. 

Any ideas what it could be? If more information is needed I'll happily provide it.

Thanks,

Rony

 

icon

Best answer by Mark Jongeling 19 August 2022, 12:00

View original

This topic has been closed for comments

4 replies

Userlevel 7
Badge +23

Hi Rony,

That is because the TSFReportMailer is not supported by the Universal GUI. 

Userlevel 2
Badge

Hi Mark,

Thank you for the replying so quickly!

That is unfortunate. What is a alternative solution for this?

Userlevel 7
Badge +23

Hi Remco, 

If you don't have an email server at your service, you could look into using online email server service such as Sendinblue for example. I also used this for my blog. This would suffice if the emails are for testing purposes.

Userlevel 6
Badge +3

Thanks Mark, got it working.