In the curiosity department, I have a workspace, that seems to finish , but misses some data, adding a small FATAL error message "Expression: false":
What triggers this ???
Best answer by lifalin2016
I'm closing this question, there seems to be no obvious explanations.
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.
Yes, but wouldn't that run after all output has been written? In my case I should have 80K "ledning", but only gets 17K.
My SQL run after translation is fairly straight forward:
UPDATE [$(TARGET_SCHEMA)].[Afløbskomponent] SET [geometri] = [geometri].MakeValid() WHERE [geometri].STIsValid() = 0 UPDATE [$(TARGET_SCHEMA)].[Afløbsledning] SET [geometri] = [geometri].MakeValid() WHERE [geometri].STIsValid() = 0
Yes, but wouldn't that run after all output has been written? In my case I should have 80K "ledning", but only gets 17K.
My SQL run after translation is fairly straight forward:
UPDATE [$(TARGET_SCHEMA)].[Afløbskomponent] SET [geometri] = [geometri].MakeValid() WHERE [geometri].STIsValid() = 0 UPDATE [$(TARGET_SCHEMA)].[Afløbsledning] SET [geometri] = [geometri].MakeValid() WHERE [geometri].STIsValid() = 0
I did manage to get the correct output without encountering any errors, but I had to single-step the entire workspace !!
During my trials I encountered another peculiar error that I haven't seen before: