I have an application which calls getNode() on a newly uploaded, fairly large, 2 MB document. Is the upload happening asynchronously as I get an error message on getNode()? I see that the document was uploaded successfully. I enabled tracing on the CS thread logs but I see no error messages. WS is installed on IIS.
begin: DocumentManagement.GetNode(270511)DocumentManagement.GetNode() failed on the Livelink Server. No results were returned. Check the Livelink Server thread logs.OpenText.ContentServer.API.LLIOException: DocumentManagement.GetNode() failed on the Livelink Server. No results were returned. Check the Livelink Server thread logs. at OpenText.Livelink.Service.LAPI_SERVICE.InvokeService(String serviceName, String serviceMethod, LLValue args, LLValue env, LLFileInfo fileInfo, LLValue result) at OpenText.Livelink.Service.LAPI_SERVICE.InvokeService(String serviceName, String serviceMethod, LLValue args, LLValue env, LLValue result) at OpenText.Livelink.Service.DocMan.DocumentManagement.GetNode(Int32 ID)