Hi there,
I'm freaking out with a problem that I haven't solved yet.
It turns out that I'm filtering the table File (virtual table) with 'X:\SHAREDFOLDER\' (it's a shared folder) but unluckily the table isn't able to load any record (I mean the folders and files of that shared folder). On the other hand, if I try to do it with 'C:\MYLOCALFOLDER\' works perfectly.
I've checked the properties of the user and has total access in that shared folder. My version is NAV 2016 and the service DynamicsNav90 is start by NETHWORK SERVICE.
Could it be that virtual file table crashed with shared folders??Or...??
Thanks
Answers
not sure if this could be a security issue, I remember something in this direction regarding mapped folders. Think about changing Network Service to a domain user.
However, long time ago, I did a .NET version based on a temporary File table.
Probably you want to check the following blog (German). Please scroll down to the Codeunit text object "File Helper".
Replace Virtual File with .NET.
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
Better to use a dedicated domain user.
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.