muhammadnaveed / syncnotes2google

Automatically exported from code.google.com/p/syncnotes2google
0 stars 0 forks source link

de.bea.domingo.proxy.NotesProxyException #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. de.bea.domingo.proxy.NotesProxyException
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
syncnotes2google-0.0.5
lotus 6.5
XP 32bits

Please provide any additional information below.
SyncNotes2Google has started.
Start notes-to-google to google-to-notes synchronization.
Fichier ID actif : C:\Program Files\lotus\notes\data\XXXX.id
Entrez le mot de passe (Echap pour abandonner) :

de.bea.domingo.service.NotesServiceException: User 
CN=XXXXX/OU=YYYY/O=GROUPE/C=FR cannot find database C:/Program 
Files/lotus/notes/data/mail!!XXXXX.nsf
        at de.bea.domingo.service.NotesServiceFactory.invoke(NotesServiceFactory
.java:384)
        at de.bea.domingo.service.NotesInvocationHandler.invoke(NotesInvocationH
andler.java:87)
        at $Proxy0.getDatabase(Unknown Source)
        at com.googlecode.syncnotes2google.Factory.getMailDatabase(Factory.java:
102)
        at com.googlecode.syncnotes2google.dao.NotesCalendarDAO.getFirstEntry(No
tesCalendarDAO.java:39)
        at com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.j
ava:14)
        at com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Googl
e.java:23)
Caused by: de.bea.domingo.proxy.NotesProxyException: User 
CN=XXXXX/OU=YYYY/O=GROUPE/C=FR cannot find database C:/Program 
Files/lotus/notes/data/mail!!XXXXX.nsf
        at de.bea.domingo.proxy.SessionProxy.getDatabaseIntern(SessionProxy.java
:258)
        at de.bea.domingo.proxy.SessionProxy.getDatabase(SessionProxy.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at de.bea.domingo.service.InvocationTask.run(InvocationTask.java:102)
        at de.bea.domingo.threadpool.SimpleThreadPool.run(SimpleThreadPool.java:
369)
        at de.bea.domingo.proxy.DNotesThread.run(DNotesThread.java:244)
Appuyez sur une touche pour continuer...

Original issue reported on code.google.com by romaric.ojeanson@gmail.com on 21 Apr 2011 at 11:06

GoogleCodeExporter commented 9 years ago
try changing the user security and enable "don't prompt for password". 
Also ensure lotus notes is running before running the batch file.

the error report is poor but this should fix it (found same problem myself)

Original comment by windsurf...@gmail.com on 14 Jun 2011 at 4:07

GoogleCodeExporter commented 9 years ago
May be you have MAIL\XXXX.nsf see example on archive sync.properties, "# Notes 
File/Preferences/Location Preferences.../Mail/'Mail file', if there are \ in 
the path replace them with /".

then you have use  MAIL/XXXX.nsf

Regards,
Giovanni  

Original comment by G.alvara...@gmail.com on 18 Jul 2012 at 10:19