I am using the "Uploading Documents (C#)" example from the following OpenText example:
https://knowledge.opentext.com/knowledge/cs.dll/fetch/2001/15080935/-15106263/15106294/15106295/16376487/17990637/45500683/upload_C%23.html
When I execute the following line:
string objectID = contentServiceClient.UploadContent(ref otAuth, contextID, fileAtts, fileStream);
I then get this error
Dispatched service DocumentManagement threw exception DocMan.NodeCreationError : Error adding version to '635310114940158068_adobe.pdf'. Error writing data stream to version. [E682688515]
Any ideas as to what might be going on? Are there any specific logs on the server that may have additional information?