Hello everyone,
We are in the middle of an Office 365 migration from Lotus Domino. As with most Lotus Domino customers, we also have some own developed applications (databases) running off the Domino server as well as the mail part. We have to keep these applications running at least til the end of the year. These applications are not web enabled so we need to use a native Lotus Notes client to access them.
So .. we did a Windows 2012 R2 installation and added the Remoteapp role and installed a basic Lotus Notes client. We enabled the Lotus Notes application as a remote app for our users and this is working fine. We have Windows 7 (x64) clients, so we had to do some regkey tricks to get the file association to work (.nsf, .ntf, ...).
Now here is the problem. One of our own developed application is sending a notification mail when you change document owner. In this notification email the application sends a link to the specified document to the new owner. The link is presented as notes://servername/<generatedUID>. This email is now delivered to the users inbox in Outlook and we want to directly open the document in the Lotus Notes remoteapp. We have done all the regkey tricks and the URL is sent to the remoteapp server, but it's refusing it. If the user logs into to the remoteapp by RDP and run "notes://servername/<generatedUID>" the Lotus Notes client is associated and works perfectly.
Does anyone have any idea how to make the remoteapp server approve the notes:// handling?
Thanks guys!