Lotus Software is best known as the creator of Lotus 123 and Lotus Notes. The hugely successful launch of Lotus 123 spreadsheet software in 1983 revolutionized number crunching. The company followed with a SmartSuite of spreadsheet, word processor, presentation software, database manager and personal information organizer. They also have other products such as Lotus Domino and Lotus Notes.
Questions tagged [lotus]
883 questions
4
votes
2 answers
Are JAR files in WebContent/WEB-INF/lib available to Java design elements in Domino Designer?
When using Domino Designer 8.5.3, I have a bunch of custom classes added using the Java design element. I want to use a 3rd party JAR in my custom classes in the same way you would when using external JARs in xPages SSJS, via Package…

lee_mcmullen
- 2,801
- 32
- 39
3
votes
3 answers
Using folders to keep images neat and organized
So I'm used to this kind of sorting my source files, but I can't seem to be able to find a solution to this problem in Xpages. It would be great if I can store my images like for example: UI images in "ui", layout images in "layout" and so on... Is…

gkidd
- 199
- 4
- 18
3
votes
2 answers
Lotus notes get attachment names from document
I'm developing an Lotus Notes plug-in for Notes 8.5.2 that saves the attachments from an eMail to the Harddisk. But when I try to read the attachment names from a Notes document I always get the same string containing the first attachment name +…

Trellmor
- 634
- 1
- 7
- 15
3
votes
3 answers
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.

Sachin Jain
- 75
- 2
- 8
3
votes
4 answers
Lotus notes to Sql server migration
I am trying to find the solution for data migration from LotusNotes to Sql Server without using third part tool. However, I have found out that client already has a license for LEI. Can I suggest them to use LEI for migrating data from Lotus Notes…

avi
- 178
- 2
- 9
3
votes
1 answer
Using Java API to read Lotus Notes documents
I am using the Lotus Notes 6.5.1 Java API to read an .nsf file. Every document in the .nsf file has multiple document history. While traversing through the documents in the .nsf file using the Lotus Notes Java API I am getting all the document…

cosmos
- 2,414
- 4
- 23
- 25
3
votes
2 answers
Convert IBM Lotus Notes file to text
How can I convert an .nsf lotus file to a text file? i want to write a java program to read .nsf file which is on my system. i have tried it simply but it is showing non english character is their any way to get access them normaly.
EDIT:
That code…

Rahul Srivastava
- 31
- 1
- 2
3
votes
1 answer
How can I send a message to a SameTime user from another system?
I guess what I'm asking is what methods are available to send SameTime messages to users? The version is the one integrated into Notes 8.5.
Is there a command line, a web service, a .Net API, a Java API, LotusScript Orr something else?

serialhobbyist
- 4,768
- 5
- 43
- 65
3
votes
5 answers
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 haven't gotten the info on what server it is I'm…

merger
- 698
- 1
- 10
- 28
3
votes
1 answer
NotesSQL to Notes 9 ODBC Connection resulting in IM005(0)[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed
Every application I use to initiate an ODBC connection that I've created to my IBM Notes 9 DB results in getting an error during connect:
Driver's SQLAllocHandle on SQL_HANDLE_DBC failed
I have scoured the web trying to correct this and have not…

Greg
- 31
- 2
3
votes
2 answers
Characters altered by Lotus when receiving a POST through a Java WebAgent with OpenURL command
I have a Java WebAgent in Lotus-Domino which runs through the OpenURL command (https://link.com/db.nsf/agentName?openagent). This agent is created for receiving a POST with XML content. Before even parsing or saving the (XML) content, the webagent…

Nuri Ensing
- 1,899
- 1
- 19
- 42
3
votes
0 answers
python win32com Lotus Notes Dispatch error
I'm trying to use python to access Lotus Notes using the win32com module
import win32com
from win32com.client import Dispatch
notesSession = Dispatch('Lotus.NotesSession')
However, I get the following error message:
pywintypes.com_error:…

Toby_w50
- 51
- 4
3
votes
1 answer
Domino Agent Log Entry Length Limit
I have a Domino Agent (written using Java; does NOT use DIIOP) that resides and executes on a Domino server. The Domino server in my environment is version 9.0.1
I wanted to create and maintain a log file for the agent so that it becomes easy to…

user3873843
- 115
- 1
- 4
3
votes
1 answer
Link to a Lotus Notes email from a web app
I have a web app that can bring up a series of cases. Sometimes, a user may want to connect a case with a particular email in Lotus Notes. I use the term 'connect' loosely -- I'm not sure exactly what I want because I don't know all of my options,…

craigpatik
- 941
- 13
- 25
3
votes
1 answer
send appointment invitation to lotus notes 8.5 clients via c#
i am using Interop.Domino.dll and able to send mail via c# code to lotus notes 8.5 users.
now i want to send appointment invations to users via c# code.
here is my code.
oNotesDocument.ReplaceItemValue("Form", "Appointment");
…

cranfan
- 131
- 2
- 9