The server threw an exception. Exception from HRESULT : 0*80010105 (RPC_E_SERVERFAULT))

The error “The server threw an exception. Exception from HRESULT : 0*80010105 (RPC_E_SERVERFAULT))” is displayed when executing the following VB code:Dim objDoc As Object

Dim objDb As Object

objDb = objSession.GetDatabase(strDbPath, strDbName)

objDoc = objDb.CreateDocument

objDoc.Form = “memo”

objRtitem = objDoc.CreateRichTextItem(“Body”)

Call appendContent(objRtitem, strFiles)

Call objDoc.save(True, True)

objUIDoc = objLotusNotes.EditDocument(True, objDoc, False) This is where the error occurs i believe

I can’t reproduce the error but some colleagues can while others can’t. Could it be an environmental issue with Notes? I can confirm that they are seeing it on Lotus Notes 7.0.2 and Lotus Notes 8.5.2.