Questions tagged [ibm-domino]

33 questions
3
votes
1 answer

Domino Data Service - get document(s) by searching with field value

I tried everything, but it woudn't work, I knew there are some similar questions out there with answers, but the questions were asked 5 years ago and aren't up to date and arent't working. My Question is: How can I search for field values by using…
2
votes
2 answers

Domino Data Service - change name of attached file in rich-text-field

I have an annoying problem and I am not sure anyone knows the answer, but asking cost nothing. I am attaching a PDF-File via a PATCH-Methode to the Server with the Domino-Data-Service Rest-API. The attaching does work properly, but the attachment in…
2
votes
1 answer

Domino Mailbox tool hung with NAMELookup2

We have developed the tools to read the emails from the Domino mailboxes and write those into the separate file in local disk(Its look like a backup). Recently we have created a new domino 9 test environment with our lab. But, our tools not working…
Ramachandran
  • 103
  • 8
1
vote
0 answers

Running LotusScript Domino Agents as User and get SdtOutput (LotusScript prints) from Java OSGi bundle

I've developed an OSGi bundle on Domino which should execute code in context of a user. There exists a lot of code in LotusScript also which is too much work to rewrite (Web agents). So I'm looking for a solution to run these web agents as user and…
Adrian
  • 144
  • 1
  • 14
1
vote
0 answers

How do I process a DXL filedata element when the file encoding is "none"?

I'm trying to extract attachments from Domino documents which were exported to DXL (Domino XML schema). For elements with encoding="base64" I can handle the filedata content with ease. However, most of the files have encoding="none" — which…
Jaccoud
  • 79
  • 1
  • 4
1
vote
0 answers

View "$LDAPRDNHier" not updating after adding/editing documents

We have an IBM Domino server running LDAP with an extended user directory. This has worked fine for years but we have suddenly run into an issue with the LDAP failing to find users that are newly added or edited. Debugging the LDAP service has shown…
Darajan
  • 778
  • 1
  • 8
  • 23
1
vote
1 answer

Domino 10 sometime does not decode MIME headers under Java

I have a Java 1.8 program running on the Domino 10.0.1 server which reads POP3/IMAP MIME messages and creates a Notes MIME mail document from it. Everything works fine, except that some (very few) messages do not convert the coded MIME headers. They…
Andy Brunner
  • 89
  • 2
  • 10
1
vote
2 answers

Sharing ibm notes data with other websites

At our company we have a custom made ERP built with ibm Domino. Next to this we also have a webshop built with PHP. Currently we are sharing each others data. In Domino I have done this by creating java agents which receive and send data, this…
YdB
  • 1,458
  • 1
  • 13
  • 30
1
vote
0 answers

Lotus Notes client: inline mime images duplucated as attachments

I'm creating a mime message on a Domino server, but getting unstable results depending on itemizing server. Details: I'm creating a memo with inline images, source files stored in server filesystem. Images inserted to memo as follows: 'container is…
Alex Gata
  • 11
  • 1
  • 3
1
vote
1 answer

How to import mail from Outlook to an IBM Notes document

I have a customer who is switching Mail client from IBM Notes to Outlook. The customer is still using Notes and have currently an application with a button that bring up a dialog where the user can import mail from the users IBM Notes mail inbox…
Thomas Adrian
  • 3,331
  • 5
  • 28
  • 56
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…
0
votes
0 answers

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

How can I attach multiple attachments to rich-text-field - Domino Data Service

I have a problem regarding the Domino-Data-Service REST-API. I have written code to attach one pdf file and it does work properly, but when I try the same code with two attachments it doesn't work. Does anybody have an idea or the solution to fix…
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
  • 140
  • 12
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…
1
2 3