Seite 1 von 1

Lotus Notes Sync

Verfasst: Mo 24. Sep 2007, 11:40
von k810i_aa
How do I sync my notes calendar and myphonexplorer?

Verfasst: Mo 24. Sep 2007, 15:43
von FJ
Go to settings and select Lotus Notes as Sync-target

Verfasst: Di 25. Sep 2007, 04:57
von Gast
I only get the following options from settings->sync->calendar dropdown:
-Only MyPhoneExplorer
-Rainlendar2
-Google
-iCal-File (local or network)

Should I be using the iCal-File? Sorry, not really familiar with lotus notes, just a new user...

Im currently using the 1.6.3 version.

Thank you very much in advance!

Verfasst: Di 25. Sep 2007, 09:17
von FJ
Your Notes-Installation is defect. Please reinstall notes. Please note that the sync works only since Notes Version R5

Trick?

Verfasst: Mi 10. Okt 2007, 15:03
von raympie
I Have the same problem and my Notes is working perfect. I think the problem is that Local IT who installed the work laptop used a preinstalled installation. Is there a way to trick MPE to give the option for Notes?

TIA

Ray
Anonymous hat geschrieben:I only get the following options from settings->sync->calendar dropdown:
-Only MyPhoneExplorer
-Rainlendar2
-Google
-iCal-File (local or network)

Should I be using the iCal-File? Sorry, not really familiar with lotus notes, just a new user...

Im currently using the 1.6.3 version.

Thank you very much in advance!

Verfasst: Mi 10. Okt 2007, 19:07
von FJ
MyPhoneExplorer does the Sync via COM (Latebinding). On my machine the important entries look like this:

Code: Alles auswählen

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Notes.NotesSession]
@="Notes R4.0 NotesSession"

[HKEY_CLASSES_ROOT\Notes.NotesSession\CLSID]
@="{29131401-2EED-1069-BF5D-00DD011186B7}"

[HKEY_CLASSES_ROOT\CLSID\{29131401-2EED-1069-BF5D-00DD011186B7}]
@="Notes R4.0 NotesSession"

[HKEY_CLASSES_ROOT\CLSID\{29131401-2EED-1069-BF5D-00DD011186B7}\LocalServer]
@="C:\\program files\\lotus\\notes\\notes.exe /Automation"

[HKEY_CLASSES_ROOT\CLSID\{29131401-2EED-1069-BF5D-00DD011186B7}\LocalServer32]
@="C:\\program files\\lotus\\notes\\notes.exe /Automation"

[HKEY_CLASSES_ROOT\CLSID\{29131401-2EED-1069-BF5D-00DD011186B7}\ProgID]
@="Notes.NotesSession"
If MyPhoneExplorer detects that the Standardvalue of the key HKEY_CLASSES_ROOT\Notes.NotesSession is not empty, then it will show the option in the settings-dialog. But i'm afraid its not enought to set this registry-setting cause Windows needs the information from the registry to load the COM-Object

Verfasst: Sa 20. Okt 2007, 17:46
von raympie
Add this and it worked!
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Notes.NotesSession]
@="Lotus Domino Session"

[HKEY_CLASSES_ROOT\Notes.NotesSession\CLSID]
@="{29131539-2EED-1069-BF5D-00DD011186B7}"

[HKEY_CLASSES_ROOT\Notes.NotesSession\CurVer]
@="Lotus.NotesSession.6.53"

Thanks a lot!

Verfasst: Sa 20. Okt 2007, 19:12
von FJ
Thanks for this info