I am trying to write to on of my Enterprise databases without success.
The error message is. The error number from ArcObjects is: '-2147216035'. The error message from ArcObjects is: This geodatabase does not support this client or operation.
The Geodatabase_SDE writer is set to dynamic schema definition, feature class name is set to fme_feature_type, and geometry type is set to 'from schema definition'... the usual settings one would do to write data with different schemas.
I can see that the name for the feature class to be written is in fact of the following structure: [fme_feature_type]_[geometry type].
That puzzles me quite a bit since the setting for the writer clearly is to use only fme_feature_type.
The other thing that bothers me is, the message that the geodatabse does not support this client or operation.
I am using ArcGIS Pro 3.2.1 and the database is in version 10.9.0.2.7 on an MSSQL server.