Access issue while generating a file at '/usr/local/neolane/..../' | Community
Skip to main content
New Participant
January 10, 2019
Solved

Access issue while generating a file at '/usr/local/neolane/..../'

  • January 10, 2019
  • 11 replies
  • 7270 views

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 !

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by pradyumns539618

its, XtkSecurity_Allow_PrivilegeEscalation , this is new option variable comes under latest build .

Thanks!

11 replies

Jonathon_wodnicki
New Participant
January 10, 2019

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