05-23-2019 05:20 AM
I am encountering a error with my file writer snap while trying to write to a file share on a different server. The error is as follows: Error occured while creating a mount smb:///.
I dont think this is a permissions issue as I have granted access to the account I am using on the server I am trying to write to. That got me past an access denied error that I had encountered earlier in testing.
I am also open to any suggestions you may have to help me better troubleshoot.
Thank you for any help in advance, it is greatly appreciated!
05-28-2019 09:21 AM
I’m wondering if it doesn’t like the colons in the time of the date format and an error is not being displayed. What if you replaced Date.now() with Date.now().toLocaleDateString({“timeZone”:“PST”, “format”:“yyyy-MM-dd”}) ?
05-31-2020 10:37 AM
Good day,
I’m having a similar issue, I’m trying to write pdf files using a File Writer snap to a shared location, should I be using the file or the smb protocols? I tried both but unable to get it to work.
However the file gives a message saying it’s overwritten but the files are not in the folder, see below:
Thanks much.
06-01-2020 06:45 AM
Hi all, I got this to work. Thanks.
05-28-2019 10:10 AM
That was the issue!
I actually had to remove “timeZone”:“PST”, from the expression to get it to work but that allowed me to create the file. Thank you very much!
07-07-2023 11:24 AM
Hi, what was the final path looked like to make this work for shared windows location? can you please share info