-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open local DB when notes client isn't started #76
Comments
Looks ok. Which error do you get and which OS are you using? |
i tried it with a current Windows 10 x64 and Notes 12 (x86) and with a Windows 7 x86 and a Notes 9 Client x86. When i start my notes client and execute the same stuff again it works. |
Hi @klehmann , |
Thanks for the info. Looks like the Notes Client does not have modified dates of a database if it's not already open. |
Hi,
i'm currently building a standalone application which uses domino jna for replicating local DBs and i experienced that i'm not able to open a database until i open up the notes client. Is this really necessary or i'm doing the session initialization wrong? Are there multiple ways to create a notes session maybe with different consequences?
here the simplified code:
I'm pretty sure i'm doing something wrong here.
The text was updated successfully, but these errors were encountered: