Configuring a new business server i find an error with a DotNet datatype variable.
The process is basically generating a PDF (programming) in NAV and leaving it a local folder -> This works.
Calls a CMD and executes a 'bat' which has the process of moving and deleting the file -> Partially works, it deletes the file from the local folder.
It should move the PDF file from the local folder to a shared folder on the internet -> This step won't work.
Finally, it deletes the file from the local folder when executed -> Works.
The complement for the server used is System.Diagnostics.ProcessStartInfo
I believe maybe i'm missing a characteristic for the server which gives some kind of permission to be able to move the file to the shared folder, but i'm unsure which one could be.
Thank you in advance for the help!
Here are the installed components right now
imgur.com/a/z2wfN7n
Answers
Internet do you mean a folder is a cloud service? Does the automatic user have rights to that folder?
Yes I mean a folder in a cloud service and the automatic user have rights on both folders.
- Try to login as automatic user and run batch. Remove echo off if used to see progress.