I have this error message when I try to execute the command “tell sched validate Frederic Villeneuve / PGI / CA” in the console Dominos Administrator:2007-12-07 10:03:34 SchedMgr: Error processing calendar profile document (NoteID: NT000168D6) in database mail \ fvilleneuve: Can not find $ BusyName field on profile. I deleted the document Associate my name in the database BusyTime.nsf but it is far from fixed.
What should I do to correct this validation error?
Thanks
/
J’ai ce message d’erreur lorsque j’essai d’éxécuter la commande “tell sched validate Frédéric Villeneuve/PGI/CA” dans la console de Dominos Administrator :
2007-12-07 10:03:34 SchedMgr: Error processing calendar profile document (NoteID: NT000168D6) in database mail\fvilleneuve: Can’t find $BusyName field on profile. J’ai supprimé le document associé a mon nom dans la base BusyTime.nsf mais ça na rien corrigé
Qu’est ce que je dois faire pour corriger cette erreur de validation ?
have the user open and save his calendar profile (Tools > Preferences). If that doesn’t work the use LS to delete the calendar profile which will get recreated automatically when the user opens his mail file.
well the error indicates that the $BusyName field is missing on the Calendar Profile. Use the same code as above and REM out the remove call. Step through your code in the debugger and check the $BusyName item on the doc and see if it’s there and has the correct value in it.
you don’t want to set it to this: “Frederic Villeneuve/PGI/CA” as that for sure won’t work. This value needs to be in the format: “CN=Frédéric Villeneuve/O=PGI/C=CA”. Also, make sure that the FullName field on the Person Doc has the same value listed as the first entry in the list of usernames.