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

Looking for Domino XSL help trying to find fields where the color is set to Blue

I have a very large form with hundreds of fields on it. Some are black and some are blue. I'm trying to parse the dxl using xsl to find the fields where they are set to the color blue. i've found several xsl files to parse the dxl but I…
Bitwyse1
  • 339
  • 3
  • 18
0
votes
0 answers

Get date of last Compact on the NotesDatabase

Need to programaticaly get dates of last compactation of the databases on Domino server. Either with LotusScript or Notes Formula. Any idea?
krkooo
  • 1
  • 2
0
votes
0 answers

Creating XML form in Lotus with and getting fields filled from different documents

The situation which I have is as follows: These are the documents which I have in Lotus: -Order -Orderlines In the document Orderlines I store the document ID of the Order document so that I can relate the orderlines with the order. The orderlines…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
0
votes
1 answer

multiple search in domino documents

In the onclick event of a button , I would like to search for a notes document , with multiple conditions with ssjs. I have a form with a few fields. Now I would like to find a notes document where field a="123" and field b="456" field c="789" and…
Marc Jonkers
  • 496
  • 1
  • 7
  • 17
0
votes
1 answer

Can I use a Domino server for proxying HTTPS requests?

Using a Domino XWork Server (v9.0.1FP9), I would like to forward/proxy HTTPS requests of certain paths to other ports on the same server. For example: If someone requests https://www.example.com/app1/* he should be served with the response…
xpages-noob
  • 1,569
  • 1
  • 10
  • 37
0
votes
1 answer

How to fix my oracle LCConnection charset override warning message

When creating an Oracle LCConnection in LotusScript for my IBM Notes application to access my Oracle Inventory server data, I get a weird warning message. The warning message is the following: Connector message: Character set overriding 'Overriding…
Michael Fayad
  • 1,216
  • 1
  • 17
  • 38
0
votes
1 answer

Replication/save conflicts of documents

I have two servers lets call them server A and B. In A, I have order documents and B is a replicate of A (A replicates to B every minute). In B, I have a java agent which is scheduled every 5 minutes and is sending a document to a website but also…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
0
votes
1 answer

Cannot find Oracle connector in LotusScript LCConnection

I opened my IBM Notes application with Lotus Notes Designer 8.5. I displayed the agents list and executed an agent from this list. When doing so, I displayed the following error: Error 217: Error creating product object. LCConnection Error: Cannot …
Michael Fayad
  • 1,216
  • 1
  • 17
  • 38
0
votes
2 answers

Lotus Notes Database Search

i am trying to write a code to open VBA and do search based on the cell value in A1 (integer). i managed to write a code up to point where i can open the lotus notes and go to specific database. I tried many online codes but couldn't manage to find…
RALF
  • 37
  • 7
0
votes
1 answer

Can't map fields in DECS activity creation

I can't map fields in My Domino Enterprise Connection Services (DECS) activity creation. Selecting fields has no effect. I am using Domino Server 9.0.1 x64 on a Windows Server 2008. My DECS activity is using a connection to Oracle Inventory EBS…
Michael Fayad
  • 1,216
  • 1
  • 17
  • 38
0
votes
1 answer

DECS activity will not start

My Domino Enterprise Connection Services (DECS) activity will not start. In the display, an hourglass icon indicates that the activity is starting, but it never resumes to the "active" state with the antenna icon. I am using Domino Server 9.0.1 x64…
Michael Fayad
  • 1,216
  • 1
  • 17
  • 38
0
votes
1 answer

Passing xp:link parameters through custom control

I have a custom control with the following code:
Tom Van Aken
  • 435
  • 2
  • 16
0
votes
1 answer

How to fix error with import CKeditor: error TypeError: CKEDITOR.scriptLoader.queue is not a function

I have Domino server (9.0.1 FP10 on windows 7/64 6.1) when I include RichTextBox in my Xpage and load page, i will have error @Fi&@Im&@In.js:274 dojo/parser::parse() error TypeError: CKEDITOR.scriptLoader.queue is not a function at Object.$DDMp_…
0
votes
3 answers

How to copy all the content of an Internet mime message to a body item in Notes?

I need to copy the entire body content of an Internet mail to a new Notes document. Object internetMsgBody = internetMsg.getContent(); MIMEEntity notesBodyItem = notesDocument.createMIMEEntity("Body"); Stream mimeStream =…
Andy Brunner
  • 133
  • 3
  • 12
0
votes
1 answer

How to open database in web browser locally with IBM Notes

I have Domino Server running locally. I can assess for example the log.nsf and names.nsf databases in the browser (ie. http://localhost/log.nsf). But I also created my own databases for example test.nsf when visiting http://localhost/test.nsf, I see…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42