Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 21, 2020 10:09AM
Likes: 0
Replies: 5
Hello Community,
I am a bit puzzled by the following:
We upgraded our DSS instance from 7.0,.1 to the latest version 8.0.2 and have a small test project that contains of a few datasets, a visual group recipe and two simple python recipes (adding of a calculated column and storing a seaborn plot into a folder.)
When running the last python recipe to store a seaborn pairplot into the folder we receive an error 13
This happens on our UAT instance which we are hosting on Premise. On our Development instance on Premise this error does not occur. The error also doesn't occur on our cloud versions of both DEV and UAT instance.
We have no idea why this happens or how we can correct this.
Hope someone can help us solve this.
Thanks in advance,
Marc Robert
Hi @MRvLuijpen
. These are the things I would do:
A command like
ls -alrh /appl/dataiku/dss_data/MYPROJECT/a3fo0ZBA/iris_scatter.png
## or
ls -alhrt /appl/dataiku/dss_data/MYPROJECT/a3fo0ZBA
might shed some more light into the problem.
Hope this helps!
Ignacio
Hi community,
After further investigation and with help of Dataiku Support we found out that the problem had to do with the actual rights of the main dataiku folder. Somehow this was altered.
Once again thanks your help.
Marc Robert
Hello Ignacio,
Thank you for your reply.
The result of these commands are:
Hi Marc (@MRvLuijpen
). In fact, the file iris_scatter_backup.png being owned by `user3` looks strange for me. Who is the current owner of the folder '/appl/dataiku/dss_data/MYPROJECT/2qmGlaPX' ? That is an information I don't see from your outputs.
Now, if you are using the "User Isolation" framework in you Dataiku node, then everything in fact might be OK, but I've not used the framework so I'm not expert. I would recommend in that case to create a ticket at support.dataiku.com
Good luck!
Ignacio
Hi Ignacio (@Ignacio_Toledo
).
Thanks again for your reply.
The actual owner of the folder is the user dataiku. And we are using the User Isolation framework. I raised a ticket with support.
Thanks again.
Marc Robert