Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using the Qlik SMTP connectorto send email in case of something happening:
the code is basic
Now the problem is :
Each time I reload the app MANUALLY from the SCRIPT :
The app reloads just fine and I receive the EMAIL.
BUT, when the app is reloaded through the QMC (task); it sometimes reload with no error and usually FAILS ..
Am I the only one with such a weird behaviour?
Thank u for ur help !
How you are using SMTP? Is that thru web-connector? If so, Web connector will generate one Select statement. Simply use them with variables?
Yes; I'm using the Qlik web connector package which includes an SMTP connector.
And as I already shared my script, I'm using the select statement that the connector generates:
LOAD
status,
result,
filesattached
FROM [lib://Notification_DemandesBloquées(RECETTE)]
(qvx);
Problem:
when I reload through the script : It ALWAYS works
When I reload with the QMC (Task): It usually FAILS and somteimes works and receive the email
We noticed same behavior. But, we got the solution If task got failed we looked the services of web-service which is shut down hence re-start the service got resolved the issue. Can you check the connection timeout response of Rest API and see, Default it was 30 seconds and we transfer that to 5 minutes which permanently resolved the issue.