I’m getting the following error when trying to create a job using the Job Composer. This seemed to work just fine in 4.0.3 I’m not sure if something might have changed.
Please fix the errors below.
Staging template dir Source Path (/shared/home/Admin) cannot be a parent of the destination directory (/shared/home/Admin/ondemand/data/sys/myjobs/projects/default/4).
Yes this was a bug. You’re trying to copy your entire HOME into a folder that’s also in your HOME. This can lead to really bad recursion errors, especially when your HOME directory is very large.
Thanks Jeff, does this mean my source path (where my script lives) needs to be outside of this path? I’m confused on how I’d go about addressing this. In my environment the /shared directory is an EFS file system that I want to keep my scripts located.