Tagged Questions

Lotus Domino is an IBM server product that provides enterprise-grade e-mail, collaboration capabilities, and a custom application platform.

learn more… | top users | synonyms

4
votes
3answers
237 views

What happens during Server to server replication if reader access is revoked

I would like to understand what happens in the following Lotus-Domino server to server replication scenario: Server A has a replica of A database. Server B has a replica of the same database. Both ...
4
votes
5answers
851 views

What's wrong with Lotus Notes / Lotus Domino

I have a client who is using Lotus Domino for their web application/server platform. The client has two "web developers" who are more comfortable with Lotus Domino than more mainstream tools and ...
3
votes
5answers
235 views

Lotus Notes XPages for design and Oracle (or other RDBMS) for data

I plan to make an web application using XPages for the design (plus the Lotus Notes Elements), but instead of storing the data in Lotus Notes, I will store the data in a RDBMS (specifically an Oracle ...
3
votes
4answers
613 views

Call to getEmbeddedObjects(); (Domino Server API) returns wrong results

The Domino server API getEmbeddedObjects(); returns the wrong result (zero) when a mail containing an attachment (as embedded object) is sent from the script. Though an attachment is sent as an ...
3
votes
4answers
820 views

Calling Lotus Script Function From Lotus Formula

I need to call a lotus script function from Lotus Formula. The function returns a result. I do not just want to run a script which does not return any value. This is for Lotus Notes 7. Example ...
3
votes
3answers
2k views

Is a COMException of 0x80040154 always 'Class not registered'?

Does a System.Runtime.InteropServices.COMException of 0x80040154 always mean that the class isn't registered? I'm getting a COMException which says "Retrieving the COM class factory for component ...
3
votes
2answers
2k views

How to access “nsf file” if Lotus notes not installed on your machine?

Currently i can access nsf all nsg files.But once i uninstall Lotus Notes form my machine program doesn't work. I am using "Introp.Domino.dll". Language: C#
2
votes
1answer
48 views

Custom memo field isn't copied to Reply or Forward in Lotus Notes 6.5

I work in a development/support team which has a shared Lotus Notes mailbox. We need to be able to associate an issue ID with each email. We started by adding this ID to the subject line (eg. ...
2
votes
2answers
95 views

ASP.NET Check new mail on Lotus Notes/Domino server

Is there a way to check new mail on a Lotus Notes/Domino server in ASP.NET 3.5+, for multiple users. Users are logged in with there Windows Domain account into the ASPx application.
2
votes
4answers
287 views

Controlling Java and Lotusscript agents

I created 2 agents, one made of Java and another made of Lotusscript. The java agent is scheduled to run every 5 minutes, while the lotusscript agent is scheduled to run every 15 minutes. Therefor ...
2
votes
1answer
242 views

Lotus C API example in Microsoft Visiual C++ Express

I have downloaded the Lotus C API Toolkit for Notes and Domino 8.5.2. On a Window7 64 bit pc I have installed the toolkit and Microsoft Visiual C++ Express. When I try to run the example allflds.c I ...
2
votes
1answer
448 views

Lotus Notes 8.5 client hide action button

I am having problems hiding an action button in a view. We recently upgraded to 8.5 and the method I used to use no longer works. I used to be able to create a role in the acl. Then add this formula ...
2
votes
2answers
335 views

Java Applet - Unable to change default platform encoding to some other

I am facing an encoding problem (I guess) when I try to upload a file with file name having swedish charachters Ӧ Ӓ å. Applet works fine when I upload a file on Windows but not on Mac OS. The ...
2
votes
2answers
802 views

Meaning of java.lang.ClassCastException: someClass incompatible with someClass

I was experiencing occasional exceptions in XPages application: java.lang.ClassCastException: someClass incompatible with someClass. Both mentioned classes are the same, it is class used as session ...
2
votes
4answers
885 views

Securing Hidden Views in Lotus Notes

In Lotus Notes hidden client, hidden views are not shown by default but you can further hide them by using outlines. But a user can gain access to hidden views by following either of the following ...
2
votes
1answer
460 views

Is it possible to upload an image file using AJAX to Domino Server?

Is it possible to upload an image file using AJAX to Domino Server? I am trying to upload a photo from Android phone. I can send the image data back to a rich text field in Domino. But I am not sure ...
2
votes
3answers
751 views

How to launch an application from Lotus Notes, then later save into Lotus database?

I work on a team that's developed a Java Swing application, and now I'm trying to help another team integrate this application into Lotus Notes. Unfortunately, I don't know that much about Notes, and ...
2
votes
6answers
340 views

Lotus Notes Diff Tool

Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents?
2
votes
2answers
399 views

TimeZone problems using Lotus Java/CORBA session.createDateTime(Calendar)

I am attempting to create Domino DateTime objects in arbitrary time zones using the Lotus Java/CORBA classes. I appear to be successful for all time zones which have a base offset which is an ...
2
votes
2answers
873 views

Lotus Domino 8.5 database entry counts

I have a number of databases on a Domino Server (version 8.5) which I need to find the counts of: the number of documents in total per NSF the number of documents in the "All Documents" view per NSF ...
2
votes
1answer
2k views

Why might NotesSession.GetDatabase() return null?

I'm trying to open names.nsf in code. The piece of code has been working for a while but suddenly, I'm getting null. Any idea why? I don't seem to be getting any errors and I don't know how to work ...
2
votes
1answer
548 views

Extract lotus notes mails in RFC822 using Domino.dll

I want to send my Lotus Notes mails in RFC822 format. How can i do it using Domino.dll or any other api in c#.
2
votes
1answer
168 views

Can I add an email to my local Notes database using the Lotus Notes API?

I'm sure I read that it was possible to take an email in RFC 822 format (just the usual raw source format) and add it as a new document into a local NSF database. But I can't seem to find anything in ...
2
votes
4answers
7k views

How to export Rich Text fields as HTML from Notes with LotusScript?

I'm working on a data migration task, where I have to export a somewhat large Lotus Notes application into a blogging platform. My first task was to export the articles from Lotus Notes into CSV ...
2
votes
1answer
469 views

Is Interop.Domino dll thread safe?

I am using Interop.Domino dll version 1.2 in c# application, and using multithreading to access multiple NSF file at same time by creating new session for each thread created (Max 5 threads at a ...
2
votes
1answer
560 views

How to get list of Domino Servers on network using .NET?

I want to get list of Domino Servers on the network, and accordingly login into particular server. I am using C# / Interop.Domino.dll Any ideas how to do this?
1
vote
3answers
47 views

Adding logging in Lotus Notes form

I want to add logging capabilities in my Lotus Notes application. Basically I want to be able to log who make the change, when the change is made, and what field(s) is/are changed in a document. What ...
1
vote
0answers
16 views

Lotus Notes Message : “DBD cannot get the list of adress books for the local server” [migrated]

One of my Louts Notes user is getting as strange message. When he is trying to access the address book by using any of the Notes applicaitons, Instead of showing up the address book names in the ...
1
vote
3answers
89 views

How to write and use a java agent for Lotus Notes

I am completely new to Lotus Java Agent. Kindly help me how can i write a java agent in eclipse and use that agent in other classes.
1
vote
4answers
84 views

How to create an auto incrementing field in lotus domino?

I have an application in lotus domino with a field UNIDID-number(computed)... I want that every time a new entry is created, this field to increment by 1 and the new value should be stored in new ...
1
vote
1answer
47 views

Validating age to be greater than 18, counting from today's date

I have a lotus application which contains a field where employee have to enter thier date of birth... I want to validate that the employee age should be greater than 18yrs calculating from current ...
1
vote
2answers
77 views

Lotus Domino Designer: AJAX or some other way to open a URL to retrieve a data

Following Lotus Domino Designer: Add a button in the default calendar The link is actually a SSO link (single sign-on) which is delivered by our API to connect the user to our application. We must ...
1
vote
3answers
216 views

Recurring calendar entries in Lotus Notes

Does somebody know if it is possible to change one of documents in a series of recurring meetings? I changed one of them with c# api and it changed all documents in the series (e.g. 5 docs in series ...
1
vote
3answers
116 views

Merge multiple NotesViewEntryCollection and sort on date

I have some NotesViewEntryCollection that I want to merge into one collection, and then sort on date. All the collections are gathered from the same view, so there wont be a conversion problem. Have ...
1
vote
2answers
244 views

Extracting Lotus Notes NSF files under Linux

I want to extract NSF Lotus Notes files under linux. are there any opensource tools without the need of installing Lotus Note server ? I do not have any experience with lotus notes my only task is to ...
1
vote
4answers
127 views

Lotus Domino cannot move subdocuments from one document to another?

Our Domino developer told us that it is "technologically impossible" to move subdocuments between documents. Is this true? Earlier this year he wrote for us a course registration system with the ...
1
vote
2answers
150 views

Refreshing profile documents in XPages

I created a profile document in Lotus Notes that saves a boolean value. Then I created an XAgent that returns the value as plain text (either true or false). The problem is: when I changed the value ...
1
vote
1answer
58 views

Have text in row overflow into right column

I have a view with multiple columns that's showing documents with response documents underneath. I have a field on the parent document that is long that i'm putting in the first column. I've got ...
1
vote
1answer
171 views

Print Multiple Selected Documents in View via Web lotus domino

i would like to print selected documents in a view in a way that each document are compiled in a single print. It's like 1 document on page 1 and second document on page 2. I after i print this ...
1
vote
1answer
61 views

Domino server 7.0.3FP1 Proxy settings with java agent

First, this is not the first time I ask a question related to this problem, but now that we have talked with the network admin guys and we know we absolutely HAVE to get through that proxy, I will ask ...
1
vote
5answers
179 views

Lotus Notes Application, Web Based Converting

anyone got tips or ebook that can give me a good basic on how to do applications in lotus notes using web browsers instead of clients. Links or tips are much appreciated. Thanks!
1
vote
3answers
100 views

Feasibility of converting complex .NET application into Domino

I am the sole programmer for a web application that the company I work for has become very reliant on. The application manages assets, tracks maintenance and maintenance schedules, records downtime, ...
1
vote
0answers
108 views

Accessing Domino mails in asp.net/C3 without installing Lotus Notes Client

I have a windows service written in .NET/C# which reads emails from a Domino mailbox. Currently I am using the Lotus Notes .NET Interop to achieve this. However for this the Lotus Notes Client needs ...
1
vote
2answers
195 views

Lotus Notes - Add a Form Programmatically - NotesForm

I would like to copy a form from one NSF to another NSF programmatically. I am aware that the NotesDocument class has the CopyToDatabase method, and the NotesDatabase class has the CreateView method. ...
1
vote
1answer
112 views

How to add an event to a Custom Control in Lotus Domino XPages?

I'm developing an Lotus XPages solution. I have a Custom Control that I would like to have additional functionality in the form of an event call-back. Is it possible to create a JavaScript callback ...
1
vote
1answer
114 views

Can FTSearch(Domino API) find mails sent between a particular hour or minutes

Could someone please let me know whether it possible to find mails sent between a particular hour or minutes using FTSearch(Domino API). For example, If a mail is sent from A to B at 5/27/2011 ...
1
vote
3answers
122 views

Any way to find out which NSF files are owned by the Domino Server

Could someone please let me know whether there is any way how we could recognize a NSF file whether it belongs to the User or the Domino Server. For example, Domino maintains its own NSF file like ...
1
vote
5answers
360 views

Calendar integration to Domino (Lotus Notes)?

How do I integrate with a Lotus Notes Domino server? I know there are several versions and the answer would be different for each one, but advice on any version would be great at the moment as I ...
1
vote
1answer
247 views

How can I get Lotus Domino to accept javamail attachments

I am working on some Java code that implements an 'email log file to support' button. The code Discovers the relevant log files on the client side Encodes them using ISO-8859-1 Deflates them Emails ...
1
vote
2answers
425 views

Assign a datetime array to a multivalue date field on the Domino form

I am accessing a document from a view, read a datetime field, figure out number of days between two date/time values which fall into four categories. In each category there is a for loop which add ...

1 2 3 4