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
4 answers

issue with NotesJSONNavigator in lotusscript

I have the following agent to test the new V10 JSON parser The json in the code is retrieved from the darksky weather api Option Public Option Declare Sub Initialize Dim json As String Dim session As New NotesSession json =…
Tom Van Aken
  • 435
  • 2
  • 16
0
votes
2 answers

Is there a Java API on IBM Domino to encrypt/decrypt a Notes item on the server?

I need to write a Java agent who will be signed with the server.id and will run on the server. This code should be able to encrypt and decrypt a NotesItem with the private and public keys stored in the server id file. This is about the same, what…
Andy Brunner
  • 133
  • 3
  • 12
0
votes
1 answer

Generating a document link coming from another form (Web)

I'm trying to generate document links from another form using a button I created (in pass through below). Upon clicking the button, an agent must run and document link/s should be generated, and the current form should still be in edit mode…
Ragome
  • 55
  • 2
  • 12
0
votes
2 answers

Lotusscript NotesHTTPRequest Issue

I'm trying to use the new Rest features in LotusScript (Notes Client Release 10.0.1) to retrieve address information from Google. Unfortunately, I get an error when trying to get a response. If I try the same url in the browser, I get no errors.…
Tom Van Aken
  • 435
  • 2
  • 16
0
votes
2 answers

How to send emails to external email IDs from my XPages code

I am trying to send the emails from my XPage, to external email ID (my personal email ID), but getting error while executing the code. I am running the XPage application on my local domino server. I haven't changed any configuration settings to…
0
votes
0 answers

authentication for wkhtmltopdf on domino server

I am trying to login on the domino server using --custom-header and http username without success: wkhtmltopdf --custom-header Username Mxxxx --custom-header Password xxxxxxx http://server/database.nsf/view/B067E9B04AC2B3FAC225835C004D211B…
0
votes
1 answer

Domino10 appDevPack: "Error: Cannot find module '@domino/domino-db'"

Just installed the latest Domino 10.0.1 Server on my linux machine and also installed and configured the latest proton package. As far as I can tell it's all running fine. Next I plan to try my first Node-RED flow using the new Domino10 nodes. So I…
0
votes
1 answer

Lotus Notes web form not updating

I have a web form we use in Lotus Notes, it is an ASP page loaded off of the server into the Notes calendar. It is loaded using the embedded browser into a Form. We update some fields on it, then use the data off of it to send as an email. …
Corv1nus
  • 4,523
  • 1
  • 26
  • 37
0
votes
1 answer

How to get JAX RS 2 client working from Domino script library?

I need to call a REST API from LotusScript agent. I'm using LS2J so I have the Java code in script library. I first tried with Jersey 2. First with latest version and then a few older Jersey 2 versions and was always getting an exception which was…
Panu Haaramo
  • 2,932
  • 19
  • 41
0
votes
1 answer

How to restore source-control settings after new install of Domino Deisgner?

This week I had to completely re-install my Notes Client including Domino Designer (V 9.0.1 FP10 HF282, to be exact). Before the re-install I did a backup of some crucial files and folders including workspace. Afterwards I was able to restore much…
Lothar Mueller
  • 2,528
  • 1
  • 16
  • 29
0
votes
2 answers

Programmatically check if a field in a domino document is a Text or a TextList - is it possible?

I am trying to implement a method that replaces all values inside a Hashmap with all the values inside a document. The idea behind that is that I loop through all items that I get from Document.getItems() and simply use the Item.getType() method so…
Vic Torious
  • 1,757
  • 3
  • 21
  • 24
0
votes
1 answer

Error when trying to deploy OSGi bundle containing Servlet on Domino server

I am trying to deploy an OSGi bundle on a Domino server. The bundle contains a servlet and static web resources. The resources and the servlet are registered using the org.eclipse.equinox.http.registry.resources and…
paul
  • 13,312
  • 23
  • 81
  • 144
0
votes
1 answer

Porting application Domino 9.0.1 Xpages to Domino 10 with new approach

I have dozens of applications written in XPAGES (Domino 9.0.1). From the Webinar on Domino V10 seen a few weeks ago there has been a lot of talk about the new approach to development. The new approach is very similar to the MEAN development stack.…
0
votes
0 answers

Notes Client skipping numbers on '# in View' column

I am having a problem with IBM Notes version 9.0.1 where i have a view containing a '# in View' column as the first column. The view, as seen on the client, is skipping some numbers (on the printed view it skips the number 6151), while displaying…
0
votes
1 answer

Font decoding problem by importing records from a table in a DB2 database into IBM Lotus Notes documents using a Lotuscript code agent

I have an agent written in Lotuscript (IBM Domino 9.0.1 - Windows 10) that reads records into a DB2 database and writes them to Notes documents. The table in DB2 (Centos OS) contains international names in Varchar fields such as "Łódź". The DB2…
1 2 3
99
100