Questions tagged [lotus-domino]

Domino is the server component of HCL Software's collaboration offerings. A typical Domino server supports a variety of applications and protocols that clients can use to access those applications. Applications out-of-the-box include E-mail, Calendaring and many others. Custom applications can be created using the RAD development tool Domino Designer. Protocols supported are include HTTP, HTTPS, SMTP, POP3, IMAP, as well as the RPC protocol for Notes.

HCL Domino (formerly IBM Domino and Lotus Domino) is a server product that provides enterprise-grade e-mail, collaboration capabilities, and a custom application development platform.

For more information:

https://en.wikipedia.org/wiki/IBM_Notes

https://www.hcltechsw.com/wps/portal/products/domino/home/

2573 questions
0
votes
1 answer

Domino 9 Update site osgi class not found

I'm trying to use an Updatesite.nsf to deploy jar to a test server. I can see it in this case the jdbc driver plugin at the server console using the http osgi ss command. But when I use it I get a java.lang.ClassNotFoundException…
Bob Yesenskiy
  • 414
  • 2
  • 15
0
votes
0 answers

IBM Lotus - updating room reservation, room name is appended to LOCATION each time

I have a custom XPage java REST api in Lotus to handle reservations, everything is going well so far. I have one weird "problem" though, whenever I update a meeting, the room name (like Test room/Site) is being appended to the LOCATION in iCalendar…
AJ Cole
  • 169
  • 2
  • 13
0
votes
1 answer

View will show all list updated form every time changes made

I'm new with lotus notes. Basically, I have a form. I want to create a situation where when I edit the form, that form will not be overwritten but it will automatically create a new form with an updated form. But when I open the new updated form, we…
Reinhaa
  • 195
  • 1
  • 17
0
votes
1 answer

Difference between two date/time field to calculate remaining days - Lotus Notes

I have a Form and I want to calculate the remaining days for a warranty. Below here are some similar with me but not meet my full requirement as they only calculate remaining without updated days. Difference between two date/time fields - Lotus…
Reinhaa
  • 195
  • 1
  • 17
0
votes
1 answer

prevent ?DeleteDocument URL option for Domino

I store attachments in a Notes document and based upon the field value of a parent document I would prevent that users could user the ?DeleteDocument URL option…
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26
0
votes
1 answer

IBM Lotus java XPage rest service - does it require signing for each user?

I have made a Java ExtLib XPage custom REST service (CustomServiceBean) database basing on this solution: https://setza-projects.atlassian.net/wiki/spaces/RS/pages/363593730/IBM+Domino I modified it though to use NotesCalendar class to create,…
AJ Cole
  • 169
  • 2
  • 13
0
votes
2 answers

How to get view data to copy to field in document?

I'm currently tasked to redesign an application form where several fields will need to auto-fill based on the data from a specific field when it is entered. Since I'm relatively new to LotusNotes, my boss hinted at me to first create a view which…
hjh93
  • 570
  • 11
  • 27
0
votes
1 answer

Can a Domino Java Agent write to a network location without using a mapped drive letter?

I am writing a java agent that needs to write a file to a share drive using UNC format (\\servername\directory\subdir\etc). I am getting "access denied" returned by the agent. The same code will write to the D drive of the same machine using either…
Steve Zavocki
  • 1,840
  • 4
  • 21
  • 35
0
votes
0 answers

IBM Domino 10 - Open calendar of certain user in Java (for createEntry)

I'm writing an integration API in Java for IBM Domino 10, I want to perform resource (room) reservations, fetch and update them from an external source. So far, I successfully created an entry in current user's calendar (current session) and the…
AJ Cole
  • 169
  • 2
  • 13
0
votes
1 answer

IBM Domino 10 - Java XPage create session or compare credentials of another user

I'm writing Java code in an XPage Rest Service basing on https://setza-projects.atlassian.net/wiki/spaces/RSD/pages/44007659/IBM+Domino which is an REST service written in Java used to handle Resource Reservations database. However the way it…
AJ Cole
  • 169
  • 2
  • 13
0
votes
1 answer

Lotus Notes - Document Already Deleted Issue

I was recently tasked with modifying a Lotus Notes application in my workplace. Before starting I created a new replica of the live program into my PC drive using Replication > New Replica option. After I modified it and entered some dummy data, I…
hjh93
  • 570
  • 11
  • 27
0
votes
2 answers

why does selecting "refresh fields on keyword change" load a whole new document?

Notes 9.01 Why does a new document on the web change unique IDs every time you refresh it?!? this causes all kinds of issues. Obviously it is a different document, so maybe I should re-phrase that, but I think you know what I am saying. I have a…
Matt Smith
  • 121
  • 7
0
votes
0 answers

Does Lotus domino 9 supports lotus notes adapter 5.1 ?

Recently someone upgrades his lotus domino from version 7 to version 9, while I find the lotus notes adapter 5.1 which I use doesn't work. Does lotus domino 9 supports lotus notes adapter 5.1 ? I cannot find any useful information with google.
Frank
  • 81
  • 6
0
votes
1 answer

Domino Designer: Export a view to CSV File using formula language

In Domino Designer, I would like to export a view to CSV file, with the details as per below: Select all document In UTF-8 Include Column Title I tried to use formula language to at least export it to csv, and save it at the current user's…
0
votes
0 answers

Domino V10 and POI

I tried to install new Domino V10 on my test server and then added POI Plugin. It seems everything works great but when tried to create/export an excel file via POI this line does not work. Does poi work with Domino V10 or not? Any suggestion would…
Cumhur Ata
  • 809
  • 6
  • 18