Hello,
Does anyone know if it is possible to store an annotations layer inside a PostgreSQL database running PostGIS 3.2?
I know the database is properly formatted because I can export tables and other feature layers to it. However, I encounter the following errors when trying to export annotations:
ERROR 000287: Fail to create output feature class. Failed to execute (ConvertLabelsToAnnotation).
If I create an annotation layer in a FGDB and then try to export that layer into PostgreSQL, I get these errors:
ERROR 000210: Cannot create output C:\DDMS\csge.sde\geop.csge.ddms_test_two ERROR 000956: Output workspace does not support annotation Failed to execute (ExportFeatures).
Is there something specific I need to do to make the database support annotations?