We've supported the Contacts API for several months and several hundred migrations, so our code for managing batch operations is solid. Our message support is more recent, but we've successfully imported (literally) hundreds of thousands of messages at various customer sites, so I have to believe our code is pretty close to correct.
In any case, we already know that the code works properly for well- formed messages and "non-503" batches. We also know that, for Test Case #2, the second message appears in the web UI, so the request was well formed. However, with the message with the malformed Date line, two messages go in, one comes out. Not rocket science. For the 503 error, the batch works half the time, so I know the messages are well formed and I know that my code is working properly. When I follow it in the debugger, 100 messages go in, 71 come out. So I can't categorically say that the problem isn't in my code, but I've built enough test cases to satisfy myself that it's unlikely. If you can't reproduce the problem, let me know and I'll build a test case. Thanks, Jim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
