muhammadnaveed / syncnotes2google

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

de.bea.domingo.exception.DominoException: [4000] Notes error: Incorrect data type for operator or @Function: Text expected #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the synchronization periodically (scheduled)
2.
3.

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

What version of the product are you using? On what operating system?
I'm using version 0.0.4 on WinXP

Please provide any additional information below.

I've scheduled syncnotes2google to run every 2 hours. It processes a few 
agenda items, but then it usually ends with the following exception. 
Apparently, if fails because of the data type. I'm not completely sure, but 
I guess these are agenda items created on my iPhone 3GS.

executing update (BI_DIRECTION): xxxxxxx
Exception in thread "main" 
de.bea.domingo.service.NotesServiceRuntimeException: 
de.bea.domingo.proxy.DocumentProxy: Cann
ot copy all items
        at 
de.bea.domingo.service.NotesServiceFactory.invoke(NotesServiceFactory.java:
382)
        at 
de.bea.domingo.service.NotesInvocationHandler.invoke(NotesInvocationHandler
.java:87)
        at $Proxy5.computeWithForm(Unknown Source)
        at 
com.googlecode.syncnotes2google.dao.NotesCalendarDAO.update(NotesCalendarDA
O.java:219)
        at 
com.googlecode.syncnotes2google.SyncService.update(SyncService.java:117)
        at 
com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.java:74
)
        at 
com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Google.java
:24)
Caused by: de.bea.domingo.proxy.NotesProxyRuntimeException: 
de.bea.domingo.proxy.DocumentProxy: Cannot copy all items
        at 
de.bea.domingo.proxy.BaseProxy.newRuntimeException(BaseProxy.java:655)
        at 
de.bea.domingo.proxy.BaseDocumentProxy.computeWithForm(BaseDocumentProxy.ja
va:900)
        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)
Caused by: de.bea.domingo.exception.DominoException: [4000] Notes error: 
Incorrect data type for operator or @Function:
Text expected
        at 
de.bea.domingo.proxy.BaseProxy.newRuntimeException(BaseProxy.java:654)
        ... 8 more

Original issue reported on code.google.com by hugoloom...@gmail.com on 15 Apr 2010 at 9:21

GoogleCodeExporter commented 9 years ago
I have this exact issue.  Was working fine until some time ago.

Original comment by baldacch...@gmail.com on 10 May 2010 at 1:41

GoogleCodeExporter commented 9 years ago
first move to ver 0.0.5 as more stable. I had very similar issue. I went and 
did a 
one way sync notes-->Goog and had 1 error item. Deleted it and as was a past 
date 
set sync.start=0d just in case. then reran and worked ok.  I then ran 
googl-->Notes 
only with 0d. worked ok. Then ran bi-dir and worked.  Then set back to 
sync.start=14d (default) and working fine again. Fixed error but no real idea 
why .... worth a try

Original comment by PW2...@gmail.com on 7 Jun 2010 at 1:57

GoogleCodeExporter commented 9 years ago
I had the same issue.  It seems to be when I am synchronizing from Google to 
notes and another even is on the same day in my Notes Calendar.  If I deleted 
the events that are on the same day as notes events, and created them manually 
in notes it worked fine.

Original comment by OshawaJ...@gmail.com on 5 Oct 2010 at 3:18

GoogleCodeExporter commented 9 years ago
Exactly have the same issue here, running version 0.0.5

Original comment by rc4...@googlemail.com on 7 Dec 2011 at 2:01