lotus-domino

SSL invalid certificate, may need to cross-certify

自作多情 提交于 2019-12-24 05:12:19
问题 We have an WebService and provide WSDL to our customers. All customers (there are hundreds) have no problem with our service except one who is using Lotus Notes. When their code trying to connect to our service the issue is thrown back. Here is a log. I tried to import certificate to Notes JVM (cacerts). Did not help. I tried to disable veritifcation of certificate - did not help as well. Certificate is GlobalSign Lotus Notes 9.x. I'm using Java Agent to test WSDL. Any idea what I have to do?

SSL invalid certificate, may need to cross-certify

随声附和 提交于 2019-12-24 05:12:07
问题 We have an WebService and provide WSDL to our customers. All customers (there are hundreds) have no problem with our service except one who is using Lotus Notes. When their code trying to connect to our service the issue is thrown back. Here is a log. I tried to import certificate to Notes JVM (cacerts). Did not help. I tried to disable veritifcation of certificate - did not help as well. Certificate is GlobalSign Lotus Notes 9.x. I'm using Java Agent to test WSDL. Any idea what I have to do?

Lotus Notes Scheduled agent failed to open database in different server

大憨熊 提交于 2019-12-24 04:58:11
问题 I have a database in server 1 which refers to multiple databases in server 2 for record validation purposes. When the scheduled agent runs, it encounters an "Object Variable not set" error. However, when I tried to manually run the agent (Right click agent name, click Run) it runs smoothly without error. I simulated the database setup in 2 virtual servers and was able to reproduce the error. Line by line debugging shows that the error occurred when it tries to open the database in the other

Generating custom-form documents from base-form plus XML?

谁说胖子不能爱 提交于 2019-12-24 04:24:09
问题 this is my first stack overflow, and it's a complex one. Sorry. My task is to generate custom documents from a basic template plus some XML without having a custom form design element for each case. Here's the whole picture : We are building a Lotus Notes (client, not web) application for world-wide application access control; the scope is something like 400.000 users being able to request access to any of 1000+ applications. Each application needs its own request form -- different number of

How to get HTTP Headers (Authorization) in a Lotus Domino Java Agent?

无人久伴 提交于 2019-12-24 03:07:35
问题 I have an external application (non-Domino) that post data to a Domino Java agent. I'm able to read the data by using the REQUEST_CONTENT CGI variable, all is good. However, since I want to prevent anybody from running this agent, a username/password is sent in the HTTP Header ("Authorization" in Basic Auth, base64 encoded). Now, I want to read this, decode it and validate manually if the username/password provided are OK (from a database containing all access, custom database, not a domino

can anyone please tell how to deal with inline images in lotus notes

梦想的初衷 提交于 2019-12-24 02:12:25
问题 Hi guys i am working on sending an email in lotus notes through java.I am able to send an email.For external attachments i am constructing an rich text item.but i am not getting how to deal with inline attachments such as an image inside a mail body part. Here is the code i am using.thanks Document doc = null; RichTextItem rti = null; try{ doc = db.createDocument(); doc.replaceItemValue(ServiceConstants.FROM,getFrom() ); doc.replaceItemValue(ServiceConstants.FORM, getForm()); doc

Rewrite URL using DSAPI

廉价感情. 提交于 2019-12-24 01:46:07
问题 I need to rewrite URL. i.e. when user send request for 'url1' we will do request to 'url2' ('url1' will not be changed in browser, users should not know anything about that). I've looked a bit around and did not find another solution but DSAPI filter. DSAPI can do what I need, however due to low experience I can't complete that task. Can somebody suggest me what events should I look into? and what exactly should I do.. I was looking on those events: kFilterStartRequest, kFilterRawRequest or

Get Private & Public Key For Encryption and Decryption of Mails in Lotus Domino

匆匆过客 提交于 2019-12-24 00:55:06
问题 I know id file contains Private and Public Key. Public Key is inside Certificate under Id File and Private Key is inside id file but not in the certificate. The Question is how can i get those keys through my java code . I need to encrypt and decrypt mails . 回答1: Public keys can be found in the Domino Directory. You don't need to do anything special to encrypt emails. The Notes APIs will do that for you automatically. Decryption is another story. The whole point of a private key is that it is

Lotus Notes and c# SSO

烈酒焚心 提交于 2019-12-24 00:18:35
问题 I am trying to create a SSO from my ASP.NET application to the Lotus Notes server. Once the user logged in to my server, can I create a token in Lotus notes and then do a SSO. thanks Bhanvani 回答1: Typically a Domino server supports 4 modes of authentication: - BASIC - session (Domino Session Id) - LTPA (IBM SSO) - SPNEGO (new from 8.5.1) LTPA is typically the way to achieve SSO. There are Domino APIs to create it but you will certainly need the user password. On the other hand, you can

Domino Designer: Access selected rows from embedded view

走远了吗. 提交于 2019-12-23 21:34:40
问题 Once again I have a question concerning Domino Designer. There are newsletters which should be assigned to several contacts. Therefore I built a form containing a combo box to select the newsletter. Beneath, there is an embedded view containing all available contacts. Combobox: _______________________ | ComboBox Newsletter ⇓| ----------------------- Embedded View: __________________________________ | Name | Lastname | Company | ----------------------------------- John Smith ABC • Anna Tylor