Questions tagged [hcl-notes]

63 questions
3
votes
1 answer

Can I use NotesDirectory.LookupNames on a secondary Domino directory defined through Directory Assistance?

In a LotusScript driven application we make heavy use of NotesDirectory.LookupNames to create DirNavs and retrieve data from person documents. Works fine just using the server's primary NAB: we're using ($Users) view for the lookup then return…
Lothar Mueller
  • 2,528
  • 1
  • 16
  • 29
2
votes
2 answers

How to set the template version on a Notes (Lotus/IBM/HCL) application master template

I am updating an existing Notes application with some minor changes. When I developed the original application some time ago (>10 years), I originally built a master template and assigned a version to the master template. The standard release…
2
votes
1 answer

@PUT with OpenNTF XPages Jakarta EE

I am playing around with the OpenNTF Project "XPages Jakarta EE Support". I'm trying to setup a REST API for CRUD operations on a Person object. I managed to create GET and POST requests, but on a PUT request, I get an error in PostMan. My code to…
Tom Van Aken
  • 435
  • 2
  • 16
2
votes
0 answers

Display number of entries next to Date Area in Calendar View

I'm trying to complete a request in Domino Notes 11.x. We have got an a view which is displayed as a calendar view, this works fine however the request is to be able to display the number of entries for a day, ideally next to the Date Area or if…
DevCentral
  • 1,149
  • 11
  • 26
2
votes
2 answers

Runtime Error 53 "File Not Found" from LotusScript agent (SOLVED)

For unknown reasons a server-side LotusScript agent is throwing Error 53 "File not found" while trying to read the physical file size of an existing mail archive file. Situation is as follows: the LS agent is looping all files in a given directory…
Lothar Mueller
  • 2,528
  • 1
  • 16
  • 29
1
vote
0 answers

HCL Domino - How to insert current date in the target field in HEI (LEI) direct transfer activity?

I have an HEI (LEI) direct transfer activity which connects to SQL database and loads the Notes fields data into the SQL table. I have several field mappings. There is one field in the target table to which the activity should insert the current…
Keertika
  • 59
  • 6
1
vote
1 answer

HCL Notes view not showing column headings

I have uninstalled a Notes client and Designer 10.0.1 and then installed 12.0.2 64 bit. In an application database, when opening some (but not all) views in either the client or Designer, the column headers are not displayed. Instead there a "Sort…
Martin Perrie
  • 398
  • 5
  • 16
1
vote
0 answers

Error XPages com.ibm.xsp.page.FacesPageException. com.ibm.xsp not found

I am having the following error in the HCL Designer: And this is the browser error when opening the nsf url: com.ibm.xsp.page.FacesPageException: Could not load page /Home.xsp because the corresponding class xsp.Home was not…
Rajiir
  • 19
  • 2
1
vote
0 answers

HCL Notes client: any documentation available on using JavaScript in a form?

I'd like to know the details of how to use JavaScript in a form in the HCL Notes client (V11+): what is possible, what is supported? As an example: I know that document.forms[] is available, but document.getElementById() isn't. What else is there?…
D.Bugger
  • 2,300
  • 15
  • 19
1
vote
2 answers

How to connect to a Lotus-Notes database with Python?

I have to extract data from a Notes database automatically for a data pipeline validation. With HCL Notes I was able to connect to the database, so I know the access works. I have the following information to access the database: host (I got both…
Looz
  • 377
  • 2
  • 14
1
vote
1 answer

HCL Domino Remote Console: How to get name of user connected remotely

I would like to restrict some functions in a user written server add-in for certain users or groups. Question: Is it possible to get (via an API) the user name who is sending a "Tell" command from a remotely connected server console? Example: Tell…
Andy Brunner
  • 133
  • 3
  • 12
1
vote
1 answer

HCL Notes: specified database is not currently open: mail.box

In LotusScript (Domino 12.0.1FP1, Notes 12.0.1) we prepare a Memo in the user's mail database. Sometimes, the above error pops up: Specified database is not currently open: Server/ORG mail.box It happens when the user clicks Send in the Notes…
D.Bugger
  • 2,300
  • 15
  • 19
1
vote
2 answers

Body field of Notes mail document does not contain the email text

The Body field of Notes mail document in the database does not contain the actual email text at all, but just contains the HTML elements. However, the actual email text is seen when this Notes mail document is opened in the browser. We are using the…
1
vote
1 answer

Calling notes URL from a web page with query string parameters in URL

We have a web page with links to Notes client. We can open existing document easily or create a new one with syntax: notes://localhost/__A92574C800517FC7.nsf/company?OpenForm Is there a way how to, in notes client, ready query string parameters…
David Marko
  • 2,477
  • 3
  • 27
  • 58
1
vote
1 answer

Notes Client doesn't show Actions menu

I'm an HCL Notes developer. I have recently installed Notes client 10. But I can't see lots of menu options from within client including Actions menu. Other menus also provide limited sub-menu options. Please help on from where i can configure to…
1
2 3 4 5