I am having a problem with a new install of CMISSync.
2013-07-16 13:54:33,531 [4] INFO CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - Uploading file absent on repository: C:\Documents and Settings\Back Office\CmisSync\Suppliers-scans\XXX Barcodes.pdf
2013-07-16 13:54:33,531 [4] INFO CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - Uploading: C:\Documents and Settings\Back Office\CmisSync\Suppliers-scans\XXX Barcodes.pdf
2013-07-16 13:54:53,218 [4] FATAL CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - Upload failed: C:\Documents and Settings\Back Office\CmisSync\Suppliers-scans\XXX Barcodes.pdf DotCMIS.Exceptions.CmisConstraintException: Conflict
at DotCMIS.Binding.AtomPub.ObjectService.CreateDocument(String repositoryId, IProperties properties, String folderId, IContentStream contentStream, Nullable`1 versioningState, IList`1 policies, IAcl addAces, IAcl removeAces, IExtensionsData extension)
at DotCMIS.Client.Impl.Session.CreateDocument(IDictionary`2 properties, IObjectId folderId, IContentStream contentStream, Nullable`1 versioningState, IList`1 policies, IList`1 addAces, IList`1 removeAces)
at DotCMIS.Client.Impl.Folder.CreateDocument(IDictionary`2 properties, IContentStream contentStream, Nullable`1 versioningState, IList`1 policies, IList`1 addAces, IList`1 removeAces, IOperationContext context)
at DotCMIS.Client.Impl.Folder.CreateDocument(IDictionary`2 properties, IContentStream contentStream, Nullable`1 versioningState)
at CmisSync.Lib.Sync.CmisRepo.SynchronizedFolder.UploadFile(String filePath, IFolder remoteFolder)
The searches I've done point to something about versioning, but this has worked previously from another machine to the same repository & setup.
Thanks again for a great app.