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:
~Sven Fezboosigenlen 18.Jul.03 01:40 PM a Web browser Notes Client6.0.1 CF2Windows NT
After upgrading a Domino R5 server to 6.0.1 CF1 Notes 6 users with Edit access to their mail file are unable to activate the OutOfOffice agent. No error appears anywhere in the logs.
In admin4.nsf a request to "Set User Name and Enable Scheduled Agent" cannot be found.
I've setup a test agent in a test database with the following code:
Set adminp = session.CreateAdministrationProcess( "TSNT_D601/NotesDev/CH")
noteID = adminp.ConfigureMailAgent( "Sarah Meyer/NotesDev/CH" , "OutOfOffice", True, True )
If Rolf Kluser/NotesDev/CH runs this agent an appropriate entry in admin4.nsf is made (execution will fail since he is not the owner of the db of course). Rolf is member of group A.
If Sarah Meyer/NotesDev/CH runs this agent no entry appears in admin4.nsf. Sarah is member of group B.
The only difference I can see between the two users is that they are in two different groups. The two groups have identical server access and programmability restrictions. In most cases the two groups have similar access to system databases. In general group B has access to a smaller set of databases than group A.
However, there must be something I overlooked so far. What could it be?
May be it's important to know, that the master administration server (the one in names.nsf) is still on R5. I have not yet checked the ACL entries in all system databases on the R5 server (most are replicas and should have identical ACL entries anyway).