Solved

TSFReportMailer

  • 24 January 2022
  • 9 replies
  • 134 views

Userlevel 2
Badge +4

 

I use  the TSFReportmailer for  creating PDF’s ,  web gui gives error.  Gui version 2021.3.17.0. some ideas ?

 

 

 

 

icon

Best answer by Henk-Jan van Laar 24 January 2022, 15:11

View original

9 replies

Userlevel 2
Badge +3

What type of report is it? The (correct) runtime for that report must be installed on the Webserver.

There might also be other prerequisites missing:

 

Userlevel 2
Badge +4

Hey Henk-Jan, 
report is devexpress,  initially  we also send the report this works fine, no we only make the pdf and this result in the error

Userlevel 2
Badge +3

Can you share the setup of your TSFreportmailer task and its parameters and values

Userlevel 2
Badge +4

 

Userlevel 2
Badge +3

These are the parameters in the process flow, but what about those of the task itself?

Userlevel 2
Badge +4

 

Userlevel 2
Badge +3

Can you try setting all the e-mail related parameters to the proper settings when using the non-mailing version of the task?

settings such as

  • delete_file
  • smtp_only
  • smtp_use_ssl
Userlevel 2
Badge +4

Thanks Henk-Jan

Userlevel 2
Badge +4

Found it

 

Points out some of the tasks in the SF of type "GUI code” were configured as Await result = "Yes” which causes the task caller to use an interface which is able to send progress messages back to the shown progress dialog in the client.

Our TSFReportMailer and most of the customer custom written tasks in C# are not ready yet to do so, resulting in this error message.
 

We put Await result to "Yes (without progress)”, which shows only a wait cursor while executing. 

Reply