Problem after 8.5.2 upfdate

Hello,

I have just upgrade to 8.5.2 from 8.5.1 FP4 but now I can’t write new memo, reply and forward. AAlways I receive the messag “Document has been deleted”

I tried with compact updall and fixup but nothing.

Please help me.

Regards

Subject: update

Ciao,

I discoverd if I put as addrees internet format I haven’t the problem. Only with the address take from notes address book with classicalformat name surname/domain

Let me know

thanks

Subject: server deletes document after error

I am having the same problem but from a different perspective. An XPages project for web enabling an existing application. The problem occurs when using a LotusScript agent. The following lines are used in the agent:

noteID = agent.Parameterdocid

Set doc = appdb.GetDocumentByID(noteID)

appdb is an external database.

noteid is a legitimate value.

however doc is nothing after the set statement, and the first call on doc results in object variable not set. This error causes the server to delete the document??

Any advice appreciated.

Subject: Rollback Server

I was not able to solve the problem of the server deleting documents on save. There was no easily found thread to follow and solve the problem. In the end rolling the server back 8.5.1 FP4 solved the problem. There is something in the code I used to which 8.5.2 is catastrophically sensitive.