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
0
votes
3 answers
Consuming web services in Lotus Notes 6.5
How can we consume any web services in Lotus Notes 6.5. I have seen reference to Soap Connect API. Is it the only way to do it..?
Any example will be a great help..
Thanks..

Himanshu.MarJAVA
- 475
- 1
- 11
- 33
0
votes
0 answers
Lotus Domino Java Script Library Compile Error
I had an issue where I was getting the following error in the Problems view when attempting to save/compile a Java script library in a DB held on a server. I'm using DDE 8.5.3 (Note, I've changed the app and the lib names):
Project…

lee_mcmullen
- 2,801
- 32
- 39
0
votes
1 answer
Java Agent generating file link
In lotus manually you need to create a hotspot link if you want to send a reference to a file on a network drive.
Is it possible to send an e-mail programatically by Java agent with the same link?
(In lotusscript mimeentity can be used for this…

Jozsef Lehocz
- 330
- 3
- 21
0
votes
2 answers
Error 4005 when running ExtractFile in a scheduled agent
I have a scheduled LotusScript agent that I want to loop through documents in a view and extract the attached file(s) to a folder on the server:
'extract file
If Not IsEmpty(rtitem.embeddedObjects) Then
ForAll o In rtitem.EmbeddedObjects
…

Ryan Buening
- 1,559
- 2
- 22
- 60
0
votes
2 answers
Difference in Creating users in names.nsf and domino administrator?
I can create users from the domino administrator or names.nsf.What is the exact difference between these two things?
I created some users using domino administrator but i was unable to login into names.nsf using those created users.What is the…

Arjunan
- 13
- 4
0
votes
2 answers
How are corrupt values being populated in document field in Lotus Domino database?
Have a Lotus Domino database that has been in use for 13 years.
Today a hidden editable field named NumApprovers has started to get garbled values in it on several documents.
The field is updated by lotusscript that counts how many names are in a…

Derek
- 16,181
- 3
- 27
- 36
0
votes
5 answers
Xpages HTTP Web Server: Command Not Handled Exception HTTP Code: 500
Problem
I have an Xpage working properly on the test Domino server.
On production Domino server it can not be opened, Http 500 error displayed.
The two servers has different access control settings in the server document, but the signer of the…

Jozsef Lehocz
- 330
- 3
- 21
0
votes
1 answer
Decrypt Lotus Notes Mail - Java API
I'm attempting to create a Lotus Notes mail extractor, using the Java API, but I haven't found any way to decrypt mail files. I'm creating a session using a super-admin user's credentials, and retrieved (encrypted) files show encrypted even when…

Endo
- 363
- 1
- 6
- 20
0
votes
1 answer
IBM Connections Files CMIS: Unable to find object at path /My Files
I am using DotCMIS with no problem to connect to Alfresco and FileNet.
I registered for an IBM Connections account, added a few files via the web interface, and tried to connect to its CMIS endpoint…

Nicolas Raoul
- 58,567
- 58
- 222
- 373
0
votes
2 answers
Compare values in the same row in a Lotus Notes view
I want to create a calculated column that returns YES if the four columns beside it are not null and NO if they are all null. An example would be this:
Calculated Column| Column 1 | Column 2 | Column 3 | Column 4 |
YES | 10 | …

James Hush
- 479
- 1
- 10
- 26
0
votes
2 answers
upload staff leave field status database table (Lotus notes 8.5.3) to Human resources table (Oracle 9I)
I'm using Oracle 10g Express or Oracle XE and lotus notes 8.5.3. In the Staff Leave Database i have few field need to update on last run of the leave database to oracle database.
example fields are :…

Desmond Sim
- 211
- 2
- 19
0
votes
1 answer
Export From Lotus To MS EXCEL
I have to export large amount of data (>100000 documents) from lotus to excel.
I use java apache poi and ssjs for this function, however the server crashes after 4-5000 douments.
excel can not be installed on the lotus-domino server.csv format is…

Jozsef Lehocz
- 330
- 3
- 21
0
votes
1 answer
Xpages, dijit.form.RadioButton how to save value?
I plan to use dijit.form.radiobutton on a xpage. I try to find a solution without using the xpages-extlib.
If I add the dijit.form.radiobutton to the xpage, the value of the button is not saved.
Not working code

Jozsef Lehocz
- 330
- 3
- 21
0
votes
2 answers
Copy XPages Themes
I would like to copy the XPages themes in the Teamroom application to my own application but it has not worked. I just copied an dpasted the themes files but the browser will not display and page using one of the copied themes. What else must I do…

Joe Buck
- 1
0
votes
2 answers
How to write from Xpages to PostgreSql database?
I have to create an Xpage web application which directly inputs data in a PostgreSql database. I've never worked with a PostgreSql database so I have absolutely no idea on how to approach this.
The application will be used through a browser if that…

gkidd
- 199
- 4
- 18