Version: /Base [1.22.0]/Library/Operations/File System/Windows Only/FS Get Children
Execution of FS Get Children on RAS return this:
Access to the path '\\MYSHARE.COM\MYPATH' is denied.
this is the log:
...... (PluginAdapterImpl.java:352) ERROR - System.UnauthorizedAccessException: Access to the path '\\MYSHARE.COM\MYPATH' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost)
at System.IO.Directory.GetFileSystemEntries(String path)
at dotNETWebActions_FileSystem.FSGetChildren.Execute(ActionRequest req, ISession s, IActionRegistry reg)Access to the path '\\MYSHARE.COM\MYPATH' is denied.
User and password specified are correct and still have full access.
Any suggestions?
Thx