hi,I am a new user to domino and i wrote a code to use the domino server in my java application…but i am getting the server access denied error everytime i run that code, as a new user could anyone help me in this matter, as why am i getting error… and if this is something related to domino administrator could anyone tell how to set the preferences/setting in the domino server so i can strike the domino using my java application…thanx in advance…
I suggest you read the help files with Notes, focussing on the Notes & Domino security model. If you’re running Java code outside of Domino, which needs to access the Domino Java classes, then your code needs to authenticate with Domino first (i.e. create a session and so on with a valid user ID and password).