Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
How are you doing guys?
I was wondering if someone could point me in the right direction as I spent a few fruitless hours trying to solve my problem.
I download and check out a pdf to the local work space where I modify it next I am trying to check it back into the vault but without success. I tried:
docServ.CheckinUploadedFile(pdf.MasterId, pdfComment, false, DateTime.Now, pdfAssocParamArray, null, false, pdf.Name, pdf.FileClass, false, null);
which just rolls back the file.
I also tried .....Connection.FileManager.AddFile(......) but it gives me error 1008 - file already exists.
Any help would be greatly appreciated.
Thenks
Przemek
Solved! Go to Solution.