Hi,
We keep receiving a "Node does not support adding versions" error when trying to add a new version of a document. We've tried various ways to add it:
DocMan.AddVersion, DocMan.AddVersionContext (with ContentService.UploadContent), DocMan.AddMajorVersion, DocMan.AddMajorVersionContext
All of theese result in the same exception mentioned above.
Any clues? (pls find the code snippet below)
string contextId = LiveLinkWebServicesClient.Instance.fDocManService.AddMajorVersionContext( LiveLinkWebServicesClient.Instance.fDocsAuthentication, nodeId, null );
LiveLinkWebServicesClient.Instance.fContentService.UploadContent( LiveLinkWebServicesClient.Instance.fContentServiceAuthentication, contextId, fileAtts, stream );
The fileAtts and the memory stream have been correctly set before making this call.
Appreciate any help.
Hiren