Avatar

Level 2

Debabrata.T, I tried to escape special characters using the following options. Still didn't help.

  • //usr//local//neolane//nl6//var//res//my_instance_name//my_file.pdf
  • \/usr\/local\/neolane\/nl6\/var\/res\/my\_instance\_name\/my_file.pdf
  • \\usr\\local\\neolane\\nl6\\var\\res\\my\_instance\_name\\my_file.pdf
  • escape('/usr/local/neolane/nl6/var/res/my_instance_name/my_file.pdf')

I wonder the issue is with write access.

Error: "BAS-010015 Cannot open file 'file_path' with write access (errno=2, No such file or directory)"

I confirmed the server path is: "/usr/local/neolane/nl6/var/res/stage1/" using querydef. So the issue is with the write access only I guess.