Feature1:
fme_feature_type: Road
geodb_oid: 1
Feature2:
fme_feature_type: RoadFeature
geodb_oid: 2
MY_FOREIGN_KEY (guid): 1
The issue is that I only get an error when I try to insert Feature 2 in another table: |An error occurred while attempting to insert a value into the field 'MY_FOREIGN_KEY' for the table 'RoadFeature'. The error number from ArcObjects is: '-2147219887'. The error message from ArcObjects is: {}.
I suspect i need the UUID from Feature1 to insert as the MY_FOREIGN_KEY in Feature2? However how can I do this when I am writing both features at the same time? I have other tables with M:M connections and a temporary geodb_oid on each object and a table describing the relationship and these goes through smoothly with correct connections in ArcSDE.
Any suggestions what to try to be able to write to an attribute of type GUID in ArcSDE Enterprise?