Use this tag to mark questions related to the Domino AppDev Pack. This suite of components includes the Proton Addin Task, The Domino-DB node module, and the IAM service.
Questions tagged [domino-appdev-pack]
30 questions
3
votes
1 answer
Configuring Proton for SSL / TLS throwing openssl wrong version number and gRPC client error
I'm kinda at a loss here.
Trying to set up proton with SSL / TLS access, but after creating the certificates with the (modified) shell scripts
supplied by the AppDev-Pack and linking the keyring and everything in notes.ini, I always seem to get
the…

SvenS
- 33
- 1
- 1
- 3
2
votes
1 answer
Domino AppDev Pack TypeError: database.useAgent is not a function
I am using the AppDev Pack to create an API for a domino database. Currently trying only the sample code present in the Domino AppDev Pack. Here is the code:
app.get("/lastUpdated", (req, res, next) => {
//const operationName =…

Gurcharan Singh
- 23
- 2
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
- 12
2
votes
1 answer
DQL Query format when field starts with single quote
I was trying to query a field that started with a single quote. If the single quote is in the middle of a field value or at the end of a field value, escaping the single quote by using '' works. But it doesn't work at the start of the field value.…

Paul Stephen Withers
- 15,699
- 1
- 15
- 33
1
vote
0 answers
SSL Certificate error, failed to verify the generated self-signed certificate from Domino App Dev Pack 1.10.1.3
I used the make_certs.cmd from Domino App Dev Pack 1.0.12-2786 to create the Root self-signed certificate.
@REM Creates CA cert and private key
:create_root
set LOG=CREATE_ROOT:
if exist ca.key echo ca.key already exists, skipping&exit /B 0
…

Cora Kwok
- 13
- 6
1
vote
1 answer
How to attach a file when creating document
We can use database.createDocument() to create new document into Domino with certain data type (text, number, datetime, and reference). How can I create new document if that document has file attachment?
I tried to create new document with a file as…

Suhendro
- 11
- 1
- 2
1
vote
1 answer
Domino 10 AppDevPack local installation problem
I am at this the third day now, but can't find the way to successfully use the AppDevPack on my local angular app. I am working on a Mac, I have Angular v 8.15.0. I was able to successfully install the library but when ever I wan't to compile it, it…

dregos
- 61
- 7
1
vote
1 answer
Problem Installing Domino App Dev Pack into Node
I am attempting to install the domino-db module into node:
npm install ./packages/domino-domino-db-1.1.0.tgz --save
Install fails when trying to install grpc 1.14.1 which occurs once a number of other packages have been installed, error message as…

Martin Davies
- 11
- 2
1
vote
1 answer
"bulkNote request failed with Proton code 65561" by creating a document
im currently doing the quick-start of domino-db and when i tried to create a document i got an internal error with the error message "bulkNote request failed with Proton code 65561".
Do you know what the problem is and is it possible to check some…

Vomste
- 13
- 3
0
votes
1 answer
openssl, unexpected eof while reading:ssl\record\rec_layter_s3.c:309
I make use the following scripts to create a self-signed certificate,
however, when I try to verify the SSL certificate, with the following error message.
The certificate is created by the following command:
C:\Certs>set…

Cora Kwok
- 13
- 6
0
votes
1 answer
Domino AppDevPack 1.0.12, Failed to startup IAM Services, wrong proton key format
The certificates are created according to the tutorial.
https://classroom.google.com/c/MTEzNTE1MDAxNDc4/a/MTE1NDA5MjkzOTM3/details
openssl genrsa -aes256 -out iamserver.key 2048
openssl req -new -out iamserver.csr -key iamserver.key -nodes -config…

Cora Kwok
- 13
- 6
0
votes
1 answer
Domino Server Controller is not running on the host, or not listening to port 2050
I am following the App Dev Pack to configure the domino server.
After I tried to setup ldap configuration, then the following error message occured.
The server.kyr is kyring file using the make_certs.cmd and make_keying.cmd from the App Dev…

Cora Kwok
- 13
- 6
0
votes
1 answer
Domino App Service Pack Installation , failed to startup IAM services as tutorial
I had Configure the Domino Credential Store.
I had modified the Domino Proton Server settings that enable client authentication.
I created the Vault ID.
I created the IAM-store.nsf from template with error message.
Error executing agent…

Cora Kwok
- 13
- 6
0
votes
1 answer
Domino AppDev Pack 1.0.1.3
I used the make_certs.cmd from Domino App Dev Pack 1.0.12-2786, I have 3 questions.
why I didn't get the output ca.seq file.
The .pem file are convert by myself , should I use the serverkey.pem and servercrt.pem to import into the porton…

Cora Kwok
- 13
- 6
0
votes
2 answers
failed to run the cfgtest package for domino Note
I follow the instruction to install the node application for IAM Service. I don't know what is going wrong, so that the node application is running with errors.
https://doc.cwpcollaboration.com/appdevpack/docs/en/setup-guide-cfgtest1.html
[
Cora.Kn.Kwok
- 71
- 1
- 1
- 6