Which programming language API are you using? I was using the .Net API's are ran into a problem sort of like this. I was writing them to screen and would be 75% done or so and it would stop all the time. I found that if I wrote it directly to disk it would pull all 60,000 objects or so with no problem, but if I tried to write it to screen, due to the major lag this introduced it would always die around the 75% mark (sometimes much sooner, sometimes a bit later).
I assumed it was a timeout issue in the http component I was using or a lack of using compression, but once I found writing directly to disk took care of the problem I stopped troubleshooting it. On Wed, Mar 11, 2009 at 6:24 PM, NCCFred <[email protected]> wrote: > > Hi Tony, > > Our domain went live to students this past week and I've started to > use the Reporting API. I was reading the documentation on the > Reporting API page and for the "Accounts Report" it states that paging > isn't necessary if you have less than 100,000 users in your domain. > When I run this report for example five times this is how many records > I get back 2,970, 14,101, 4,678, 1,081 and 1,081. Our domain has > 22,918 students, so the best data set I can report on is only 14,101 > which is not good. > > Also what is the relationship between the last_login_date versus > last_web_mail_date? I would have thought last_web_mail_date would be > used to find out if the student accessed there mail instead of > last_login_date because a student could login to look at there > Calendar, but not email - correct? The last_login_date would still > record that day I'm assuming. > > Also, the date in my reports "19691231", is that just a place holder > value instead of using zero? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
