UNC path not recognized
Hi Guys,
One of our clients is running Cache 2014.1.4 and for some reason is not recognising UNC paths?
The Path is accessible via windows explorer with no issues (\\backupsvr) and also my works fine when using :
but using : O \\backupsvr\folder\file.txt:("WNS"):5 bring an error "Can not create file" knowing that \\backupsvr\folder\ can be accessed via explorer with not issues?
Thanks
Comments
Cache runs under different user. Check that this user (default: System) has access to \\backupsrv
If you're in a terminal, it would run under your OS user, have you tried writing the file from a terminal?
this might be a dump question, but how can i check that?
i've checked C & D drives ans SYSTEM has a full access, but don't know to check \\BACKUPSVR
THANKS
If your Cache service on Windows is running under the LocalSystem account (the default for some types of Cache install), then processes launched by Cache (including for interactive users connecting using the telnet service) won't be able to access UNC fileshares.
See https://community.intersystems.com/post/who-does-windows-think-i-am for more info.