Menu

#32 Duplicate Entries

unknown
open
nobody
Calendar (15)
9
2009-12-06
2009-12-06
No

I have the same problem with blackberry plugin , zimbra 6 and funambol 8.0.2

Discussion

  • Ruben Ruiz Maqueda

    • priority: 5 --> 9
     
  • Ruben Ruiz Maqueda

    meghuizen can´t resove your bug i think is the same? Excuse me, my english is very bad, my native languaje is Spanish.

     
  • Michiel

    Michiel - 2009-12-08

    I guess I overlooked that funambol orginially uses it's internal database to find duplicates, so when you rebuild your database (on reinstall of the module), you will get duplicates.

    I do however have build some debug code, but it requires the newest version (6.0.2) of the plugin. Put on debugging.

    Put on debugging of the module, and look for this kind of messages, and post it in here:

    if (log.isDebugEnabled()) {
    log.debug("Start twin matching on: \nSOURCE:"
    + " allDay: " + Boolean.toString(cc.isAllDay())
    + " isTask: " + Boolean.toString(cc instanceof Task)
    + " subject: " + subject
    + " startDate: " + dtStart.toString()
    + " endDate: " + dtEnd.toString()
    );
    }

    if (log.isDebugEnabled()) {
    log.debug("Start twin matching on: \nTARGET:"
    + " allDay: " + Boolean.toString(hash.allDay)
    + " isTask: " + Boolean.toString(cc instanceof Task)
    + " subject: " + hash.subject
    + " startDate: " + hash.startDate.toString()
    + " endDate: " + hash.endDate.toString()
    + " = twin: " + Boolean.toString(twin)
    );
    }

     
  • Michiel

    Michiel - 2009-12-08

    Oh, doesn't matter about your english. I understand it and when I don't, I'll use Google translator. ;-)

     
  • Ruben Ruiz Maqueda

    los items se repiten aleatoriamente, es decir, puede estar funcionando bnien durante 2 o 3 semanas pero finalmente sin motivo alguno se duplican todas los items, hasta 100 veces si no te das cuentas y haces un reset en el cliente de funambol.

     
  • Ruben Ruiz Maqueda

    decirme que tengo que mandar para que o veais yo soy nuevo en esto.

     
  • Ruben Ruiz Maqueda

    Perdonar, mi cliente es blacberry y el servidor es funambol 8.02 con el funambolconector de zimbra 6.02

     

Log in to post a comment.

MongoDB Logo MongoDB