Tell sched validate not working

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 ?

Merci

Subject: Tell sched validate not working

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.

Subject: RE: Tell sched validate not working

I used this code, and that has not changed

Sub Initialize

Sunday s As New notessession

Set db = s.CurrentDatabase

Set prefDoc = db.GetProfileDocument ( “CalendarProfile”)

Call prefdoc.remove (True)

End Sub

Thanks

Subject: RE: Tell sched validate not working

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.

Subject: RE: Tell sched validate not working

$BusyName = [ “CN = Frédéric Villeneuve / O = PGI / C = CA”]It seems correct

Otherwise how can it afffecter another value

This code does not work:

PrefDoc. $ BusyName = “Frederic Villeneuve / PGI / CA”

Thanks

/

$BusyName = [“CN=Frédéric Villeneuve/O=PGI/C=CA”]

Ça semble correct

Sinon comment puis-je lui afffecter une autre valeur

Ce code ne fonctionne pas :

prefDoc.$BusyName = “Frédéric Villeneuve/PGI/CA”

Merci

Subject: RE: Tell sched validate not working

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.

Frederic Villeneuve/PGI/CA

Frederic Villeneuve

and not:

Frederic Villeneuve

Frederic Villeneuve/PGI/CA

Subject: RE: Tell sched validate not working

The values of FullName field :“CN=Frédéric Villeneuve/O=PGI/C=CA”

“Frédéric Villeneuve”

It’s ok ?

Thanks

Subject: RE: Tell sched validate not working

yes, that’s what it should look like. have you tried recreating the busytime db?

tell sched q

tell calcon q

delete busytime.nsf

load sched

load calcon

Subject: RE: Tell sched validate not working

I have already tried to delete that entered that was defective but I will try to delete the file in its entirety.

Is it normal that I have not “calcon”? And what is it ?

Thanks