Hi,
In the RTC in NAV 2016 we have a report that writes to a file. the call to FILE.CREATE() is emitting the error
Either the caller does not have the required permission or the specified path is read only.
for testing purposes, I tried both a special network share and a path on the server machine itself that I shared wide open with full control for all users, and I still the error.
I explicitly made sure that the nav service running NAV has rights to the trial folders, as well as the login I am running the RTC with.
I can manually place files in the trial folders with my account.
Can anyone think of permissions that might be needed elsewhere by another account?
I have seen the discussions for this error for when the users cannot run the RTC because of this error, and I am wondering if some temporary file is being used by the RTC before actually writing to this file.
Our users have no issues running the RTC in this installation, so the service folder is probably shared correctly.
Thanks in Advance!
Michael
0
Comments
Thanks,
Michael
I know that every box has an account matching the name of the box, so we gave that account permissions to the file share and the problem was solved.
Michael