Session.createstream through Corba

I’m trying to create a document in a database on my server. I want to create a picture (jpg) as a MIME entity on the document, and for that I need a Stream, wich I only can get by calling session.createStream(). This call, however, returns null when using Corba.

Right now I’m downloading the trial version 6.0.1, but I suspect that you still cannot create a Stream. Anybody out there with experience with Corba and streams???

Regards,

Christian

Subject: Session.createstream through Corba

I found out… There was another thread with an identical problem, and the answer is that the feature is not implemented in NSCO.jar. It only works on local access (notes.jar). Too bad…

Subject: Should be there soon

This and many other back-end methods should be there in the next 6.5 beta.