Hallo,
we changed our Software and now I have a problem to save Lines and polygons in ArcPad.
Old: Oracle, ArcGIS 9.1, ArcPad 7.1.1
New: PostGres, ArcGIS 10 SP3, ArcPad 10.0.3
I checked out data with the function GetDataForArcPad. Then I opened the axf with ArcPad and draw a line. And when I click on the ok button an error occurred.
[INDENT]Unable to save data due to error 80040E2F: A specified value violated the integrity constraints for a column or table.
The column cannot contain null values. [Column name=ST_LENGTH(SHAPE), Table nameGEWAESSERSEGMENT ][/INDENT]
When I open the axf with ArcPadStudio, there is a new field ST_LENGTH(SHAPE), that can be added to the forms. The hotline told me to add this field and fill it with any value.
For old axf files it works fine, but when I check out new data, the problem is still there.
(We work with a master axf for our cutomized forms. And with every checkout the master ist put on the actual data. We checkout data everyday.)
I hope anyone can help me.