April 1, 20232 yr Newbies Hi brains trust Hopefully someone can help me. I am running FMS 19 on a Windows 2019 OS. I have a serve script that creates a PDF in a mapped drive. When I run this directly on the PC with the FMP client the file creates with no issues however when I run it as a server script I get an Error 800 (can't create file). If I run the same script but use path get(documentspath) it works fine. So this is definitely a permission issue but for the life of me I can't seem to resolve. Thanks Spiro
April 1, 20232 yr The server can only read/write to Documents Path / and Temporary Path - you can use BaseElements Plugin perhaps to target another directory.
Create an account or sign in to comment