SQL Server Developer Center > SQL Server Forums > SQL Server Spatial > Error 6517 when trying to create Spatial Index
Ask a questionAsk a question
 

AnswerError 6517 when trying to create Spatial Index

  • Wednesday, October 14, 2009 10:22 AMMaxi Ng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    It said something like the domain administrator of the server cannot be created, I don't know if that is the correct translation.
    Error code is 6517.

    I have a table with a column which datatype is geography.
    I am trying to build an index on it. I am using this to store location on earth. will convert back to WGS84 later.

    I add the column to the index key column grid, and select index type as spatial.
    then I go to the spatial page and set the tessellation scheme to geography grid.

    I click ok and this error is encountered. Please help.

Answers

  • Wednesday, October 14, 2009 10:42 AMtanoshimiAnswererUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Error code 6517 is "Failed to create AppDomain".

    The only reference I can find relating to this error is that it can be encountered in low-memory situations (which is consistent with it happening when you try to create an index), see https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=425178

    Have you tried restarting the server? How much memory is there on the box? How big is the table you are trying to index?
    Beginning Spatial with SQL Server http://www.apress.com/book/view/1430218290

All Replies

  • Wednesday, October 14, 2009 10:42 AMtanoshimiAnswererUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Error code 6517 is "Failed to create AppDomain".

    The only reference I can find relating to this error is that it can be encountered in low-memory situations (which is consistent with it happening when you try to create an index), see https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=425178

    Have you tried restarting the server? How much memory is there on the box? How big is the table you are trying to index?
    Beginning Spatial with SQL Server http://www.apress.com/book/view/1430218290
  • Friday, October 16, 2009 1:16 AMMaxi Ng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Thank you, I will look into that.
    I am building a spatial index of a table with zero entry...