lotus

Lotus Notes Diff Tool

Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents? ...

Managing an unstable SQL connection on a Lotus Notes Agent

Hi, I have a working Lotus Notes agent. Running on LN 7. My agent runs every 5 minutes, and it sends some mails whenever it finds some specific records on an Microsoft SQL (2005) table. It usually works ok, but recently it stopped working -more than once now- and won't restart again until the Notes Server is restarted or the Notes admi...

Lotus Notes @command to mark the current email as read?

Does anyone know of a way to mark the current email as read using an @command? ...

Interaction with Lotus Connections

Hi, I need to get the data from some lotus connection site, for example user's status, from the other site. I try to setup a connection with lotus via java, e.g. > server = "https://" + path + param + "&format=full"; > URL profiles_url = new URL(server); > // Open the URL: throws exception if not found > HttpURLConnection profiles_...

How to send fax through Lotus Notes programmatically

Hi, I was wondering if anybody knew how to send a fax programmatically using the Lotus Notes API for .NET. I have used the Domino namespace to get emails from the Lotus email server. But now I'm wondering if I can fax using the Domino namespace. This guy makes it seem possible, but does not really give me an idea how to do it. http:...

How to update a status message on the lotus connections server from the other web application?

I have found the following info "To update a status message, send an updated status document in Atom format using an HTTP PUT request" but i don't underctand how to sent the xml file to the lotus connections server. I tried to submit a form with xml data...I tried to call ajax query.. Please anybody help - give me an example how...

Send email through Lotus Notes

Hi, I'm trying to figure out how to send an email using the Lotus Notes COM object provided in .NET. It seems easy, but I keep getting the error message "NSD Is Running". I'm testing the app on the machine that has lotus notes installed on it. Lotus notes does work on that machine. I close the Lotus note client on that machine, befor...

Document in Development server is not opening which were copied from production db.Lotus notes.

Hi All, I copy pasted some document from production server db to Dev server db , but when I tried to open any of these document then its giving error like ...The server with this database is no longer responding , should notes switch to a replica or another server ...whether old documents are opening fine in the Dev database. Any sugges...