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

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 bean. I was not able to google anything covering…
Frantisek Kossuth
  • 3,524
  • 2
  • 23
  • 42
11
votes
3 answers

Lotus Notes / LotusScript - How to set date in German rather than English?

I am writing code which sends a mail to users. The mail text contains a date. While the date is calculated correctly, the date is displayed in English, even though all users have German language Windows OS and have German set as their language in…
user1358852
11
votes
2 answers

How to clean SSJS in Domino server after someone used javascript prototype in a nsf?

How to clean SSJS (Server Side Javascript) in Domino server after someone used javascript prototype in a nsf? Mark Roden discovered a huge weakness in XPages SSJS: (thanks to David Leedy for tell me about this and show me the article). If you have…
Johann Echavarria
  • 9,695
  • 4
  • 26
  • 32
8
votes
1 answer

API to integrate with Domino

I am a relatively newbie to Lotus/Domino world and have been tasked with the following Domino task. Access user's Domino mailbox (from a middleware server) and delete certain malicious emails from the same. Additional Background: There is a external…
8
votes
7 answers

Best practices for version control for Lotus Notes/Domino development

Please share how you do version control for Lotus Notes/Domino development. I want to put in our SVN repository all the scripts, views, custom forms, script libraries, etc. Semi-automated methods are accepted as well (i.e. if I find a way to get all…
Sunny Milenov
  • 21,990
  • 6
  • 80
  • 106
8
votes
1 answer

Way to check is an user a document author?

Hello Domino programmers! I work on a lotus database + xpages and i ran into a following problem: I have Authors and Readers fields on document and both can contain users and groups. Both fields are set on XPage using NamePicker control. When…
The Raven
  • 527
  • 1
  • 6
  • 31
7
votes
4 answers

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 servers have manager access on the database,…
Jasper Duizendstra
  • 2,587
  • 1
  • 21
  • 32
7
votes
1 answer

Using SQL Server "FOR XML": Convert Result Datatype to Text/varchar/string whatever?

I'm struggling with this nearly one week now, and still haven't found any solution -.- My goal is to receive an XML from a SQL Server by querying with the "FOR XML" statement, taking this XML as a string/stream to forward to a XSLT Transformer and…
tunefish
  • 85
  • 1
  • 1
  • 4
7
votes
3 answers

Notes error: Entry not found in index when reading view entries

My xPage SSJS fails in line: viewEntry = view.getNext(viewEntry); with error Notes error: Entry not found in index I do have this options set to false but it doesn't help: view.setAutoUpdate(false); So I suspect that it fails because user has…
VladP
  • 881
  • 2
  • 13
  • 37
7
votes
2 answers

bluemix xpages performance and architecture

I have a few questions about bluemix xpages runtime. As of now (Aug 2016) Xpages NoSQL Database is still experimental. Is there an ETA for this NoSQL service to become GA ? As of now, to have better control over performance, a separate domino server…
Ram
  • 73
  • 4
6
votes
1 answer

IBM Domino and Java 8

I'm developing XPages applications with IBM Domino 9.0.1 FP4 which uses an out-dated JVM with Java 6. This limitation is frequently forcing me to create Java apps outside of the Domino environment and run them in a secondary up-to-date JVM that is…
xpages-noob
  • 1,569
  • 1
  • 10
  • 37
6
votes
2 answers

Mercurial Setup for Lotus Domino Designer 8.5.3

Working on getting the Mercurial Source Control installed and working with Lotus Domino Designer 8.5.3. Been using Declan's powerpoint from Lotusphere 2012 "AD102: Source Control For The IBM Lotus Domino Developer" as a guide. What I've done so far…
Derek
  • 16,181
  • 3
  • 27
  • 36
5
votes
2 answers

XPages disableOutput tag issue

Has anyone experienced an issue with disableOutputTag property where if you disable output tag for a computed field control inside a repeat control and have ssjs computed content inside that tag, it won't compute the content? Is disableOutputtag…
pipalia
  • 911
  • 1
  • 12
  • 46
5
votes
4 answers

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 Database). As you can see, I want to create a…
John Bautista
  • 1,480
  • 3
  • 29
  • 60
5
votes
1 answer

In IBM Domino, how can you retrieve Java Class files from Agents and Script Libraries

Java Agents and Script Libraries in IBM Domino have a unique container format. It's not clear how to extract specifically the class files from those containers, or where in Domino Designer to extract/export the class files. How to do this?
user2986018
  • 341
  • 1
  • 2
  • 6
1
2 3
99 100