Re: Mysterious write-only SMB behavior (Kirk)

2017-05-03 Thread Matthew Kozak
3-1-1-in-the-windows-server-2016-technical-preview-2/ That may be an angle worth investigating? Matt From: Cocoa-dev on behalf of Ken Thomases Sent: Tuesday, May 2, 2017 9:40 PM To: kkere...@ststulsa.com Cc: cocoadev cocoadev Subject: Re: Mysterious write-onl

Re: Mysterious write-only SMB behavior (Kirk)

2017-05-02 Thread Ken Thomases
You should have the Windows network admin examine the files for their attributes, ACLs, and other metadata. Compare with files which show up properly to see if you can identify the problematic ones. Regards, Ken On May 1, 2017, at 11:11 AM, Kirk Kerekes wrote: > > More details. > > The writ

Re: Mysterious write-only SMB behavior (Kirk)

2017-05-01 Thread Kirk Kerekes
More details. The write-only procedure was using -[NSString writeToURL:atomically:encoding:error:], with atomically set to YES. I noticed that the app did file-move and rename operations on, to and between SMB volumes without problems, so I changed the write process to create the file locally