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

Prevent NotesDocument looking for redundant server on open

I have a moderately old app that has been moved to a new server and the old server has been decommissioned. Every programmatic reference to the old server has been re-pointed to the new server. When users open any document in the db, I can see the…
Rob Mason
  • 1,385
  • 10
  • 23
0
votes
1 answer

Lotus Notes multi day events

I have a small service with creating and sending an email with "inline" attachment which contains .ics file with n-count events, how created using the ical4j library. If I send it to Outlook/Gmail calendar it synchronizes correctly to all days. If…
0
votes
2 answers

Login to Domino server using angularjs is not returning DomAuthSessId

I am trying to login to domino server using angularjs, its returning 200 ok but when preview the response its a web page itself. Please see the below code $http({url: 'pathtodb/names.nsf?login', data: { 'username': nm, …
Arun Raj
  • 85
  • 1
  • 7
0
votes
1 answer

Field does not get saved after submit() on web in Domino

This is related to a question I posted a couple of days ago. The answer there led me to find this problem. I have the following code in a Submit button if (validateFields(document.forms[0])==true){ if…
RoyRumaner
  • 769
  • 1
  • 9
  • 29
0
votes
1 answer

Domino security so it won't prompt for log in on folder change

Hello fellow yellow bleeders. We have a portal database that is in the root folder and the portal has links that point to DBs that are in subsequent folders(\app, \dev ...). What can be done so Domino won't ask for log in when the users that logged…
Ben Dubuc
  • 523
  • 3
  • 14
0
votes
1 answer

ForAll Loop breaks inline images of email in Lotus Notes

I do have a Lotus Notes email containing inline images. When I run the following lines of code which simply changes the subject of the email the inline images is lost. Sub Initialize Dim ns As New NotesSession Dim nc As NotesDocumentCollection Dim…
0
votes
1 answer

Can you get a handle to a document someone else has open and save an close it using lotuscript?

I have an agent that runs every 5 minutes looking for comment documents that have been open longer than 5 minutes. I would like to get a handle to the open document, save it and close it. Is this possible in Notes? MJ
Mike Jackson
  • 427
  • 4
  • 18
0
votes
1 answer

How can I append something, disclaimer-like, to outgoing emails?

I'd like to append something to emails going between Notes users (not going to users outside our Domino environment). As far as I know, the Domino disclaimer function doesn't work between Notes users. Besides 3rd part solutions, is there a way to…
Clem
  • 395
  • 1
  • 13
0
votes
2 answers

How do I read the data from a TYPE_MIME_PART item?

It kinda works, but the problem is that it seems that the MIME_PART structure is not initialized ? all it's properties has the same values, even if I try to open a different mime item. MIME_PART *pMime; DHANDLE hPart; char *pText; WORD textLen; if…
nthjelme
  • 33
  • 3
0
votes
1 answer

Within Java Library, lotus.domino.Session class method createDateTime() throws NullPointerException

A Java file in the Domino Designer Java library folder (not a Java Agent in the Agents folder) when called from XPage SSJS will throw a NullPointerException for standard methods like createDateTime(): import java.io.*; import java.net.*; import…
teleman
  • 940
  • 7
  • 24
0
votes
1 answer

"Insufficient disk space: ~tmpview.tmp" How to solve?

I currently trying to add some new columns for a view of a LotusNote program. However when I double-click the view of choice, I receive the 'Insufficient disk space' error message. The message says .tmp so I assumed that it was referring to my Temp…
hjh93
  • 570
  • 11
  • 27
0
votes
1 answer

XPage with Notes Calendar Store and iNotes Calendar accessed anonymously show error

I have a non anonymous http Domino server (9.0.1 FP10 HF197), but HTTPPublicURL=/dwaredir.nsf/*:/public/*:/xsp/.ibmxspres/* (The third elem is a test, no difference to the following behavior) DB in path /public/.....nsf Xpage=Allowed Public…
0
votes
1 answer

Domino Server 8.5 link

Can someone please send me the download link for Domino Server 8.5 trail version as I want to test Domino Server and Client connectivity. Since Yesterday I am searching for the appropriate link but could not find the relevant download. Any help is…
Haseena Parkar
  • 939
  • 2
  • 12
  • 28
0
votes
1 answer

Domino Classic Web checkboxes unchecking when reloading a form

A Domino Classic Web Development question. I have a form with a checkbox field in in, IsCustomerTX. The single choice of the checkbox is Ich bin bereits Kunde|1 The form is submitted with
Andrew Magerman
  • 1,394
  • 1
  • 13
  • 23
0
votes
1 answer

Could not generate DH keypair - sending post with Java agent in IBM Domino

We have a java agent on our server with which we do a POST to a website. This always worked. Yesterday we renewed our SSL certificate and now when posting data again we get this error: javax.net.ssl.SSLException: java.lang.RuntimeException: Could…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
1 2 3
99
100