Hello!
I need to insert all kinds of non-xml files(.pdf,.doc,.ppt,.txt,.html and others) in the Tamino.
I get all these files as streams and so I don’t have the file content type. I setted the content type for the nonXMLobject as “application/octet-stream” for every document.
Shouldn’t this work for every docuemnt type? I ask this because it seeams that only for some files is working… for others:
com.softwareag.tamino.db.API.accessor.TInsertException
Access Failure:
ReturnValue:8554
Code:INOXME8554
MessageText:No message received
MessageLine:
at com.softwareag.tamino.db.API.accessor.TAccessFailureVerifier.verifyInsertResponse(TAccessFailureVerifier.java:40)
at com.softwareag.tamino.db.API.accessor.TNonXMLObjectAccessorImpl.insert(TNonXMLObjectAccessorImpl.java:120)
…
Sorry. It’s working with “application/octet-stream” in all cases.
The error was generated by an consumed reader.