Skip to main content
Solved

Missing Data

  • October 22, 2019
  • 3 replies
  • 11 views

For some reason the data that processed is not the same as viewed in the inspector. I am trying top process my data and store it in SQL server but for some reason about 200 records go missing both in the table that i have created and data inspector. Does anyone know why this could be happening and how can retrieve the missing records? Only 2074213 records are shown out of 274410?

Best answer by redgeographics

Yes, check the logfile like @itay says. One thing that comes to my mind (but it's hard to say whether this is the case if we don't see more of your workflow) is features that have no geometry (or no point geometry) for whatever reason. Warnings about that should appear in the logfile.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies
  • October 23, 2019

Hi @vakansha,

What does the log file report? and could it be that the missing features are shown in another tab in the table view?


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • Best Answer
  • October 23, 2019

Yes, check the logfile like @itay says. One thing that comes to my mind (but it's hard to say whether this is the case if we don't see more of your workflow) is features that have no geometry (or no point geometry) for whatever reason. Warnings about that should appear in the logfile.


  • Author
  • 8 replies
  • October 25, 2019

Yes, check the logfile like @itay says. One thing that comes to my mind (but it's hard to say whether this is the case if we don't see more of your workflow) is features that have no geometry (or no point geometry) for whatever reason. Warnings about that should appear in the logfile.

For some reason it was not showing in the inspector but it was able to write it to SQL server.I do not know why this happened maybe because of missing geometry. Thanks for you response.