I have created a console application which is programmed to consume a codeunit, which has been published. The codeunit runs a report for me in the classic client, which contains a file.CREATE, in order to produce a file when it has run successfully. On the tier server for classic client, the C# console app runs fine, but when run on a different server (same user) I get the error specified in the title. I need understanding why the permissions don't apply outside of the tier server, and a solution to this problem.
Thank you.
0
Answers
Ishwar Sharma
My Blogs: Dynamics Community Blog | Blogspot
Connect: Google + | Twitter
Thanks, I found this link shortly after posting and it was helpful. We changed the specified folder path to inside the tier server instead of outside and it run successfully. I would prefer to have the fold path to outside of the tier server. Is there anything I can change in the C/AL file.CREATE to create a file outside of the tier server?
Thanks