Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exception in component tDBOutputBulkExec_1 message=An error occurred while creating temporary file

Morning,

 

I am trying to launch a task on an Engine running on my PC, which writes some records onto Snowflake. If I run the job through Talend Studio it works fine. If I launch a task from the management console, I get the following exception.

 

tDBOutputBulkExec_1 UNEXPECTED_EXCEPTION:{message=An error occurred while creating temporary file. El sistema no puede encontrar la ruta especificada}org.talend.daikon.exception.TalendRuntimeException: UNEXPECTED_EXCEPTION:{message=An error occurred while creating temporary file. El sistema no puede encontrar la ruta especificada} at org.talend.components.snowflake.ee.runtime.loaders.utils.SnowflakeExceptionUtils.getTalendRuntimeException(SnowflakeExceptionUtils.java:27)

 

Attached is a screenshot of the job.

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

If the Remote Engine is running on your machine and this is not working, it could be because the Remote Engine is running under a different user account which does not have access to write files. A VPN should not really make any difference here. I think the best thing for you to do is to raise a support call. They can take a look at your job and see how you are configured and will likely be able to see the issue quite quickly.

View solution in original post

5 Replies
Anonymous
Not applicable
Author

This looks like a permissions issue on your server. On your local machine you will have permission to write to the filesystem anywhere (most likely), whereas on the server either your staging location does not exist or the user running the job does not have permission to write to it.

Anonymous
Not applicable
Author

Indeed, I am working with a VPN, which is activated in my machine. Still, the Remote Engine is also running on my machine so I would guess it also runs under the same VPN session? Is there some parameter I have to alter? There is something that I am clearly missing. Thanks for your help.

Anonymous
Not applicable
Author

If the Remote Engine is running on your machine and this is not working, it could be because the Remote Engine is running under a different user account which does not have access to write files. A VPN should not really make any difference here. I think the best thing for you to do is to raise a support call. They can take a look at your job and see how you are configured and will likely be able to see the issue quite quickly.

Anonymous
Not applicable
Author

Good afternoon,

 

I uninstalled the Remote Engine and installed via the zip file under C:\Users\<myuser>. This way the error was solved and the job runs correctly on the Remote Engine. Thanks for your help.

Anonymous
Not applicable
Author

Not a problem. Glad you got your problem solved.