Questions tagged [ibm-domino]
43 questions
0
votes
2 answers
Is it possible to stop running Domino (Notes) Agent?
I have several scenarios when I need to stop the Notes Agent running. For example, the Agent may get into an infinite loop, or wait indefinitely for an external request to execute.
I have tried running the commands :
tell amgr quit (for Agents…

Ilya Skaba
- 55
- 1
- 9
0
votes
1 answer
Run a notebook from different directory in another notebook in Jupyter Lab Domino
I am trying to run notebook_torun.ipynb in test_notebook.ipynb within Jupyter Lab Domino from a different directory but have failed. The structure looks as such:
root -> mnt -> test_notebook.ipynb
and I want to run
root -> repos -> test-directory…

geds133
- 1,503
- 5
- 20
- 52
0
votes
0 answers
MongoDb and JAVA 4.9 driver-sync driver - Exception in thread "BufferPoolPruner-1-thread-1" java.lang.IllegalMonitorStateException
Purpose - connect via Java (not using maven) to an Atlas mongo cluster, get some values and print them out. IT DOES WORK, it gets the values and displays them but there is no clean exit right now. Over a few exectutions, a mem leak seems to happen…

Stan Ehm
- 11
- 2
0
votes
1 answer
I need to reinstall Domino and I need a copy of “Notes/Domino 9.0.1 Feature Pack 10” Where is a download link?
I need to reinstall Domino and I need a copy of “Notes/Domino 9.0.1 Feature Pack 10” Where is a download link?
Searched online, cannot find working download link
0
votes
1 answer
Xpages Embedded Object - How to retrieve File Date of an Attachment
I have been able to loop through attachments and retrieve file names, but I would like to also retrieve files dates as well and cannot seem to find any documentation that shows how it can be done.
if (attachDoc.hasItem("Attachments")){
…

Samuel Omopariola
- 153
- 11
0
votes
0 answers
LotusScript - Issue with MS word processing on HCL Domino 11 server
I am trying to create Word object and open existing word file in web based Domino application. I am able to create the word application and open document when I run the same script in Notes client on Domino server. However I am receiving "Type…

Keertika
- 59
- 6
0
votes
1 answer
How to solve NOTES keeps showing the execution security warning window?
1.No action
2.Perform this action this time
3.Trust the signer to perform this action of this Notes session
4.Start trusting the signer to perform this action
Some users will appear in the "Enforce Security Alert" window when using NOTES. At…

Ariel
- 57
- 6
0
votes
0 answers
Not executing SSJS code in eventHandler with complete refreshMode in XPages
It's been 3 weeks since I've been struggling with this problem
onClick eventHandler rejects to show any signs of being working properly when it goes hand in hand with refreshMode="complete"
The code is below:

Rus9Mus9
- 160
- 1
- 17
0
votes
1 answer
How to decrypt encrypted emails of lotus notes pro-grammatically?
I am using the C API to fetch the email document property. Currently, I am facing some issues while retrieving the encrypted emails from Lotus Notes. On analyzing the properties of the encrypted email document, I found that the encrypted email data…

aishwarya ksdaishu
- 37
- 6
0
votes
1 answer
VM Domino server reading Excel data works while RDP session is active
Windows Server 2008 R2
Domino 901 FP10
I have this line in my Domino agent. Set to run every 15 minutes. Below is the line in question.
Set xlsApp = CreateObject("Excel.Application")
If I have an open RDP session to the server. This runs fine…
0
votes
2 answers
Is there a way to be notified when mail moves to a folder in Notes?
We have another program that connects to our mail file through IMAP and moves documents to either a processed or "Errors" folder. Can I create an agent to notify us if a document is moved to the Errors folder? We are using Domino 9.0.1 FP 8. I…

robynd9
- 31
- 1
- 4
0
votes
2 answers
Notes : Addr821 in NotesName class
Addr821 in NotesName class returns empty string if the notes mail address does not contain @Domain at the end of the address. However it does not work if @Domain exists. How can I judge the Mail address if it is a Notes mail or an E-mail address?
user11933721
0
votes
2 answers
Enable/configure CORS in Domino 9.0.1 FP 10
Is there any way to Enable/Configure CORS in Domino 9.0.1? I am trying to make some cross origin REST api calls to my domino server, but its getting failed.
I have tried so many things as of now(getting information from many places), but nothing…

Kirti Jha
- 93
- 1
- 3
- 10
0
votes
0 answers
Multiple selection dialog for dynamic data on Notes Web
This might be a basic question but I am not sure how to do. Please advise me.
I need to create a UI, which a user can select some of items on Notes Web. The items are changed by various settings. So I can't simply pick up the items from Notes…
user10085430
0
votes
1 answer
How to handle space in recipient address
I am trying to send email using NodeMailer Node module and IBM Domino server.
I need to send email to a recipient Domino Administrator/test@test but the space in address creates issue.
Because of space in address, Server return error as it…

Rajjy
- 176
- 13