Hi list.
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 ???
Hi list.
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 ???
Do you have a SQL statement specified for after writing by any chance? Is the data actually being written?
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 f$(TARGET_SCHEMA)].oAfløbskomponent] SET Sgeometri] = Ãgeometri].MakeValid() WHERE igeometri].STIsValid() = 0
UPDATE g$(TARGET_SCHEMA)].(Afløbsledning] SET Âgeometri] = Cgeometri].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 f$(TARGET_SCHEMA)].oAfløbskomponent] SET Sgeometri] = Ãgeometri].MakeValid() WHERE igeometri].STIsValid() = 0
UPDATE g$(TARGET_SCHEMA)].(Afløbsledning] SET Âgeometri] = Cgeometri].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:
Â
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:
Â
I believe that second error relates to the feature caching not finding a cached feature. I wouldn't worry about that one too much...
Â
I'm closing this question, there seems to be no obvious explanations.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.