It works when I updated the indexes separately. I also removed these auto-generated indexes and added them manually. One weird thing I notice is that it takes more than 20 hours to build or delete the 3 indexes together, but it only takes 1 or 2 hours to build each of them separately. I'm not sure it's a GAE temporary issue or it's a bug caused by multiple indexes building together.
On Sep 16, 11:19 am, mitnickcbc <[EMAIL PROTECTED]> wrote: > I have tried to vacuum and upload again, but it still showserror. > Here is the details of my indexes: > > - kind: Account > properties: > - name: sns_site > - name: cash > direction: desc > > - kind: Account > properties: > - name: sns_site > - name: level > direction: desc > > - kind: Account > properties: > - name: sns_site > - name: value > direction: desc > > Basically I'm trying to show a leaderboard of users on a specific SNS > site. I upload three of them at the same time, not sure whether I > should upload them separately. And all these three indexes are > generated by SDK itself and works well on my local environment. > The other possible concerns in my mind is that the field sns_site > doesn't have much values (1 value for 1 SNS site), and maybe it's not > a good critieria for buildingindex. But it seems that there is no > work around to get rid of the sns_site field unless I have to separate > my app to serve 1 sns site per app. > > Now I'm trying to upload them one by one, if still doesn't work, I > will try to remove the sns site critieria and see how it is going. > > On Sep 13, 1:11 am, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > If you upload indexes that move in to the 'Error' state, it indicates there > > was some problem building theindex. The problem could be transitory, or it > > might be that the indexes are exploding and will > > neverbuild:http://code.google.com/appengine/docs/datastore/queriesandindexes.htm... > > > If you think the problem was transitory, simply vacuum the indexes and > > re-upload them, and they shouldbuild. > > > -Marzia > > > On Thu, Sep 11, 2008 at 5:51 PM, mitnickcbc <[EMAIL PROTECTED]> wrote: > > > > Yesterday I created several new indexes and upload to GAE, all these > > > indexes are generated by SDK itself. But today I see all of them has a > > > status "Error". I'm currently deleting them and will try it again. > > > Anyone met this issue before?- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
