Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error adding document in Opentext from Peoplesoft

Status
Not open for further replies.
Jan 9, 2013
1
US
Hi,

I am having a issue when i want to add a document from Peoplesoft to Opentext. Same xml works from SOAPUI but not from Peoplesoft.

I get the below issue


<s:Envelope xmlns:s=" <s:Body>
<s:Fault>
<faultcode xmlns:a="urn:DocMan.service.livelink.opentext.com">a:DocMan.NodeCreationError</faultcode>
<faultstring xml:lang="en-US">Error adding version to 'People.txt'. [E4]</faultstring>
</s:Fault>
</s:Body>
</s:Envelope>


Can anyone help in this
Thanks
 
that error more descriptive has a reason that Error adding version to 'People.txt'. can only be understood by contacting the livelink team.If you put wantlapilogs=true
and debug=2 on the livelink side the error will be verbose than what you receive at the client application such as peoplsoft or soapui
Error Adding A version could be so many different things what if the client did not provide a version? what if livelink ran out of space?what if custom code prevents certain mime types.Since I see nodecreatiion error it is probably something very simple.If I were you I would go to the livelink gui and add what your program adds,if you see any difference like livelink trying to force cats/atts(metadata) then you know you have to do it exactly in code as well.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top