What could be the possible reason to get this error ,
Unable to store document in xxxxx.nsf (NoteID = 670238) from server xxxxx.nsf (NoteID = 693670): Field length stored in document is incorrect
Does anyone experience this before ? We are getting this error on multiple servers.
September 16, 2010 at 5:04 AM
Hi Rishi,
Can you check the document size and maximum limit of the document in Lotus/Domino. It should give some idea.
September 16, 2010 at 5:06 AM
Thanks Sree. How do you check the document size when you have thousand of documents ?.Moreover, It doesn't point specific document.
September 16, 2010 at 5:27 AM
Hi Rishi
You can get the NotesDocument by the NotesID.
September 16, 2010 at 5:39 AM
Hi Meli,
I'm doing this actually, looping to all these note id and copy them again in db and removing the replication conflict document after modifying some fields. It's fixing for a while then again reappearing.Is there Something wrong in replication ?
September 16, 2010 at 5:58 AM
Playing with the 30k limit for field data?
It points to specific Notes documents (NoteID!!!!) getDocumentByID gives you access to that.
September 16, 2010 at 6:26 AM
Hi Stephan,
We don't find any possibility for 30k limit so far but checking..