Das Notes Forum

Lotus Notes / Domino 10 => ND10: Administration & Userprobleme => Thema gestartet von: maxritti am 13.05.20 - 08:45:04

Titel: RnRMgr und SchedMgr Meldungen ohne Angabe einer Datenbank
Beitrag von: maxritti am 13.05.20 - 08:45:04
Moin zusammen,

ich habe hier eine Umgebung, wo es eine ganze Menge solcher Meldungen im Log gibt:

Code
[003007:000002-00007F4E51600740] 05/13/2020 08:39:19 AM  RnRMgr: Error processing calendar profile document (NoteID: NT00000922) in database Unable to find path to server. Check that your network connection is working. If you have a working connection, go to Preferences - Notes Ports and click Trace to discover where it breaks down.
[003004:000002-00007F9949751740] 05/13/2020 08:39:19 AM  SchedMgr: Error processing calendar profile document (NoteID: NT0000092E) in database Connection denied. The server you connected to has a different name from the one requested.
[003004:000002-00007F9949751740] 05/13/2020 08:39:19 AM  SchedMgr: Error processing calendar profile document (NoteID: NT0000090E) in database Unable to find path to server. Check that your network connection is working. If you have a working connection, go to Preferences - Notes Ports and click Trace to discover where it breaks down.
[003007:000002-00007F4E51600740] 05/13/2020 08:40:19 AM  RnRMgr: Error processing calendar profile document (NoteID: NT00000932) in database Connection denied. The server you connected to has a different name from the one requested.
[003007:000002-00007F4E51600740] 05/13/2020 08:40:19 AM  RnRMgr: Error processing calendar profile document (NoteID: NT00000922) in database Unable to find path to server. Check that your network connection is working. If you have a working connection, go to Preferences - Notes Ports and click Trace to discover where it breaks down.
[003004:000002-00007F9949751740] 05/13/2020 08:40:19 AM  SchedMgr: Error processing calendar profile document (NoteID: NT0000092E) in database Connection denied. The server you connected to has a different name from the one requested.
[003004:000002-00007F9949751740] 05/13/2020 08:40:19 AM  SchedMgr: Error processing calendar profile document (NoteID: NT0000090E) in database Unable to find path to server. Check that your network connection is working. If you have a working connection, go to Preferences - Notes Ports and click Trace to discover where it breaks down.

Ursache werden so auf dem ersten Blick diverse manuell verschobene Maildatenbanken von alten nicht mehr existierenden Servern sein.

Kann man dem Rooms und Reservations Manager und derm Schedule Manager nicht ein wenig mehr entlocken, um welche DB es da geht?
Wobei ich auch Meldung gesehen habe, wo die DB mit drin steht, halt nur bei Unmengen von Einträgen wie oben steht nichts drin.

Dann könnte man sich die Profildokumente mal anschauen und mal aufräumen.

Oder hat jemand einen anderen Tip dazu, wie ich die Meldungen weg bekomme?
Titel: Re: RnRMgr und SchedMgr Meldungen ohne Angabe einer Datenbank
Beitrag von: DomAdm am 13.05.20 - 09:41:33
Kann man dem Rooms und Reservations Manager und derm Schedule Manager nicht ein wenig mehr entlocken, um welche DB es da geht?

Debugging mit diesen notes.ini Einträgen:

Befehl: "set config DEBUG_RNRMGR=x"
–Values are additive
1  = Basic debugging messages
2  = Show internal task busytime cache debugging
4  = Log caveats for Admins
8  = Trace routine entry/exits
16 = Log note and database scanning
64 = Log cluster related activity (can be quite chatty)
32768  /* MSB = "All" or "R5 behavior", verbose */
–Recommendation: Start with 31 at first and change as needed


Befehl: "set config Debug_Schedule=x"
–Values are additive
1  = Basic debugging messages
2  = Show internal task busytime cache debugging
4  = Log caveats for Admins
8  = Trace routine entry/exits
16 = Log note and database scanning
64 = Log cluster related activity (can be quite chatty)
32768  /* MSB = "All" or "R5 behavior", verbose */
–Recommendation: Start with 31 at first and change as needed

Also beginnen mit:
set config DEBUG_RNRMGR=31
set config Debug_Schedule=31
und "set config DEBUG_OUTFILE=debug.txt"
Titel: Re: RnRMgr und SchedMgr Meldungen ohne Angabe einer Datenbank
Beitrag von: maxritti am 13.05.20 - 09:45:29
Danke Dir.

Werde ich mal machen und berichten.