My organization has a need to export table data stored in a file geodatabase to a PostgreSQL v 14.5 database.
Until recently the workflow worked flawlessly from ArcGIS Pro. I recently upgraded to ArcGIS Pro 3.1 and now the workflow fails. I get a useless, rarely used error code - "ERROR 160236 - The operation is not supported by this implementation."
The workflow made use of the Append tool where I was appending to a table in PostgreSQL from a table in a file geodatabase.
I am still able to make the sde connection to PostgreSQL and see the existing tables. My login and schema are same and thus I can make a connection without a server license.
Any ideas as to what could be wrong would be appreciated. Thank you in advance.