Tips and Tricks for Lotus Domino and Domino Java
Hi Rishi,Can you check the document size and maximum limit of the document in Lotus/Domino. It should give some idea.
Thanks Sree. How do you check the document size when you have thousand of documents ?.Moreover, It doesn't point specific document.
Hi RishiYou can get the NotesDocument by the NotesID.
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 ?
Playing with the 30k limit for field data?It points to specific Notes documents (NoteID!!!!) getDocumentByID gives you access to that.
Hi Stephan,We don't find any possibility for 30k limit so far but checking..
Hi Rishi,
ReplyDeleteCan you check the document size and maximum limit of the document in Lotus/Domino. It should give some idea.
Thanks Sree. How do you check the document size when you have thousand of documents ?.Moreover, It doesn't point specific document.
ReplyDeleteHi Rishi
ReplyDeleteYou can get the NotesDocument by the NotesID.
Hi Meli,
ReplyDeleteI'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 ?
Playing with the 30k limit for field data?
ReplyDeleteIt points to specific Notes documents (NoteID!!!!) getDocumentByID gives you access to that.
Hi Stephan,
ReplyDeleteWe don't find any possibility for 30k limit so far but checking..