HI, I get error above when i write to Feature Class in SDE. i have no issue if I write into GDB.( i also attached the log file here).
would you let me know what the issue is and how to solve it. Appreciated for your help.
HI, I get error above when i write to Feature Class in SDE. i have no issue if I write into GDB.( i also attached the log file here).
would you let me know what the issue is and how to solve it. Appreciated for your help.
According to the log (line 434) you have a zero-length line:
(-114.17998216099994,34.76430710400001) (-114.17998216099994,34.76430710400001)
This line will be interpreted as a point by SDE, which it will refuse to write in a polyline feature class.
Thanks for your respond, David.
as i understand, this is M measure Line, and this segment is created by using snipper with 3.1 ft long (BeginMeasure: 255335.27 and EndMeasure : 255338.37).
I am not sure how to handle it. Please advise!
Thanks for your respond, David.
as i understand, this is M measure Line, and this segment is created by using snipper with 3.1 ft long (BeginMeasure: 255335.27 and EndMeasure : 255338.37).
I am not sure how to handle it. Please advise!
In this case, you got a line from M=255335.27 to M=255335.27000000002, so I'm guessing that is the maximum M value on the input line.
The easiest resolution is probably to use the LengthCalculator followed by a Tester to check that the line length is >= the SDE snapping grid.