Hi ,
I am trying to generate a file on server under '/usr/local/neolane/..../' which contains out-of-box schema columns .
But when i run the workflow to generate the file , it gives below error :
Can any check and let me what can be issue here .
Thanks !
Solved! Go to Solution.
its, XtkSecurity_Allow_PrivilegeEscalation , this is new option variable comes under latest build .
Thanks!
Hi,
What's the log output if you run a js activity with:
logInfo(execCommand('ls -la /usr/local/neolane/scripts/etl/OldAndNew_ETL'))
logInfo(execCommand('touch /usr/local/neolane/scripts/etl/OldAndNew_ETL/test'))
Thanks,
-Jon
Hi Jon,
When i ran the above execute command ,got the below logs:
please check !
Thanks !
Views
Replies
Total Likes
You have write perms to the dir, should be able to create the file. This is writing from a js activity?
Yes,i have the 'neolane' level perm, but still i unable to find where is the issue while generating the file .
this is the workflow through which i am trying to generate the file :
This is JS code which got failed and gives the error(Access to '/usr/local/neolane/ ' is forbidden) in Workflow(Named:Decide FileName)
Views
Replies
Total Likes
Yeah that's pretty weird. I was unable to repro, errors I induced were all BAS-*, nothing JST.
This isn't some kind of mount point is it?
Hi ,
There was few option variable which missing , due to this it was giving access issue .
After created the option variable , it worked .
Thanks!
Views
Replies
Total Likes
Option variable?
Yes , there is OOB option variable start with (XtkSecurity....) . this variable was missing due to this it was not allowing to generate the file .
Thanks!
Interesting. What's the full name of the option?
its, XtkSecurity_Allow_PrivilegeEscalation , this is new option variable comes under latest build .
Thanks!
Seems like every build introduces new security controls. Good to know, thanks.
Views
Likes
Replies
Views
Likes
Replies