Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #26080 All Revisions ] Back to Issue ]
Summary 0026080: Synchronization fails after updating a reservation the second time
Revision 2014-03-31 16:56 by caristu
Description Synchronization fails after updating the reservation start date the second time. The following error is raised in the log:

ERROR org.openbravo.integration.google.calendar.GoogleCalendarUtils - Error updating event in Google Calendar
com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Invalid sequence value.",
    "reason" : "invalid"
  } ],
  "message" : "Invalid sequence value."
}

Revision 2014-03-25 11:58 by caristu
Description Synchronization fails after updating a reservation the second time. The following error is raised in the log:

ERROR org.openbravo.integration.google.calendar.GoogleCalendarUtils - Error updating event in Google Calendar
com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Invalid sequence value.",
    "reason" : "invalid"
  } ],
  "message" : "Invalid sequence value."
}

Revision 2014-03-25 11:55 by caristu
Description Synchronization fails after updating the reservation start date the second time. The following error is raised in the log:

ERROR org.openbravo.integration.google.calendar.GoogleCalendarUtils - Error updating event in Google Calendar
com.google.api.client.googleapis.json.GoogleJsonResponseException: 400 Bad Request
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Invalid sequence value.",
    "reason" : "invalid"
  } ],
  "message" : "Invalid sequence value."
}



Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker