Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
derrydavis
Partner - Creator
Partner - Creator

SMTP Connector Error - Cannot Open File

Hello,

When running the script to use the SMTP Connector the error 'Cannot Open File' is received. It points to a folder location and does not give a file name. I've checked the security and share permissions and both my account and the service account used to run Qlik have access to the location. The script is:

SMTPConnector_SendEmail: 

LOAD

    status as SendEmail_status,

    result as SendEmail_result,

    filesattached as SendEmail_filesattached

FROM [$(vQwcConnectionName)]

(URL IS [http://localhost:5555/data?connectorID=SMTPConnector&table=SendEmail&SMTPServer

The full url is not included but it does point to a valid SMTP server as the connector tests fine from the server. No files are attached to the email.

Any suggestions?

Thanks in advance.

 

Labels (1)
1 Solution

Accepted Solutions
derrydavis
Partner - Creator
Partner - Creator
Author

Solved it. Missed add a variable to the script.

View solution in original post

1 Reply
derrydavis
Partner - Creator
Partner - Creator
Author

Solved it. Missed add a variable to the script.