I've been fighting with Lotus Notes limit issue from past couple of days. I'm building xml file from notes documents and passing them to non domino application.


Initially I chose "variant" data type to store xml file and send using "Print" method. Everything works fine on >R7 servers but failed on R6 servers when document grows more than 1000.

Is there any "variant" data type limit on R6 servers ??

Here is chunk of code using "variant" data type,


Second solution, I've tried using "NotesStream" class. However this one also failed on R6 servers. Though it's mentioned 2GB maximum bytes can be written but still getting failed.

Here is chunk of code using NotesStream class,



Any thoughts ??

preload preload preload