Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Error - Unable to create temporary file
Peter-Paul_Kremser
Hi,i am currently developing a program which uses the livelink webservices.Uploading a document without categories works fine but if i try to add a category xml i get this error:{"System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> OpenText.LiveServices.LiveServicesException: Fehler beim Erstellen eines Objekts.: ErrMsg=Die temporäre Datei konnte nicht erstellt werden.\n at OpenText.LiveServices.DocMan.CreateObjectInternal(SessionInfo sessionInfo, Int32 parentID, Int32 objSubType, String name, LLValue createInfo, Byte[] catXML)\n at OpenText.LiveServices.DocMan.CreateObject(SessionInfo sessionInfo, Int32 parentID, Int32 objSubType, String name, LLValueData createInfo, Byte[] catXML)\n --- End of inner exception stack trace ---"}The german error msg means: The temporary file could not be created.I use this code for adding a document: NodeInfo newDocument = service.CreateObject( session, parentID, docConst.SUBTYPE_DOCUMENT, filename, null, utf8.GetBytes( catXML ));Had anybody else such a problem?thx Peter
Find more posts tagged with
Comments
There are no comments yet