This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Tip Froboosisonetsi 10.Mar.07 02:08 PM a Web browser Applications Development All Releases All Platforms
Hi Forum Members,
I have the following sceanrio:
User A --> mail file A
User B --> mail file B
'A' is having delegation access over mail file 'B'. Now I logged in using user account of user 'A' and accessed databse file 'B' ie of user B. When I tried to access profile document in this database then I used two way
First using:
DocumentCollection dc = database.getProfileDocCollection("CalendarProfile");
Second Using:
Document doc = database.getProfileDocument("CalendarProfile", session.getUserName());
For the first approach I got it working but for the second I am getting following exception:
NotesException: Notes error: You are not authorized to perform that operation (CalendarProfile).
Unable to find out the reason for it. Any help in this regards will be appreciated.