Questions tagged [hcl-notes]

63 questions
1
vote
1 answer

NotesHTTPRequest Put method response code

I am trying to call a put request using NotesHTTPRequest (HCL Notes Release 11.0.1 SHF92) Unfortunately, it seems the returned response code is wrong. When I call the service using Postman with a valid body, I get response code 204 No Content. This…
Tom Van Aken
  • 435
  • 2
  • 16
1
vote
1 answer

HCL Domino 11 - Logo not getting changed from orange to blue after domino upgrade from 8.5 to 11

We have upgraded Domino / Notes from version 8.5.3 to 11.0.1. We have around 8 servers. All servers displays new logo (blue) of Notes except one which still displays old orange one in browser. I have attached the logos of two different servers which…
Keertika
  • 59
  • 6
1
vote
1 answer

HCL Nomad Web: HTTP Response content type unsupported

I've a Notes database with java agent, that receives HTTP POST request and returns plain text in response. A part of java agent code that initializes output, sets the content type and puts a string to the output. try { this.output =…
Rafael
  • 1,281
  • 2
  • 10
  • 35
1
vote
2 answers

HCL Notes 11 - Javascript - context.text not working in firefox but works in IE

The below code works in IE but not in other browsers. var node = xmlHttp.responseXML.documentElement; var eitems = node.getElementsByTagName("nib:ProcessRequestResponse"); txt = eitems.context.text; txt2 = txt.replace("\n", ""); Gives error…
1
vote
1 answer

HCL Domino 11 - Javascript - How to redirect to same document after doc submit ? - View not getting refreshed

I have a web application. After submitting the form using documents.form[0].submit(), the document closes. Instead of getting closed, I need to open the same document in edit mode. I tried to print the doc URL through WebQuerySave Agent. Below is my…
1
vote
1 answer

Xpages Get ID of a Panel inside a repeat control

I have a Panel inside a repeat control that I'm trying to pull the inner HTML from when a button is clicked? I have tried the code below but it is not working because the html rendered ID is different when I launch the page in a browser.
1
vote
2 answers

Delete notes item completely

I have a notes document that has two attachments. attachFile and attachFile_1. After I upload an pdf to attachFile_1 I want to delete that item if it fails a manual verification by the user. I have it such that the item does delete but the document…
1
vote
0 answers

How to distinguish difference between phone and tablet on Nomad for Android

I'm interested on how to distinguish the difference between a phone and a tablet. Can anybody tell me what @Platform([SPECIFIC]) returns on Android tablets? I know what it returns on a phone, but I have no tablet device to test with.
Tom Van Aken
  • 435
  • 2
  • 16
0
votes
0 answers

Have more than 256GB in nsf application

I have a nsf app that has maxed out at 256GB. I've already compacted and it's still too big. I have tried with "test nsf" to archive the old documents, but the lotusscript encoding and formulas are not prepared for many situations (such as modifying…
Rajiir
  • 19
  • 2
0
votes
1 answer

HCL Notes: bug in wAppointmentOpen

One of the mail databases on my client's server is corrupted, or a document in it, well, that's my conclusion after seeing this line in the log: 18/04/2023 17:37:40 Agent 'wAppointmentOpen' error: Instance member UPDATENOTICE does not…
D.Bugger
  • 2,300
  • 15
  • 19
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

"Type mismatch" error in LotusScript when trying to convert DateTime to String

I know similar questions got asked before but none of the answers there could help me, so maybe I can find the right answer here. I'm writing a script which is supposed to take a NotesDateTime type and convert it to only include the date. I know…
Ben
  • 7
  • 3
0
votes
0 answers

Can't compile XPages project on HCL Designer 12.0.1. FP1

I have recently migrated my old XPages application to HCL Domino 12. I have also upgraded my dev environment to the same version. Unfortunately I am not able to compile the project since then. The process got stuck when it tries to invoke XSP…
0
votes
1 answer

How to open a document from a Notes View with python noteslib?

I have an established connection with a notes database and I am able to loop through all the records in a view. What I am curious about if it is possible to open a document and get the data from it using python. (Like double clicking on a record…
Looz
  • 377
  • 2
  • 14
0
votes
2 answers

LotusScript - How to call JavaScript script library function from LotusScript Agent?

I have a LotusScript Agent that will import a CSV file and update one field value for thousands of documents. Once the field is updated and document is saved, I want to call a JavaScript script library function that in turn calls an API and perform…
Keertika
  • 59
  • 6