I am trying to output results of a workflow to a database and I keep getting the below error ( the ... lists all the field names)
Error: Output Data (269): Error creating table "geagp_sccost2.s0_engndb_cms_exl_monthly_actuals_r": ERROR: relation "s0_engndb_cms_exl_monthly_actuals_r" already exists;
Error while executing the query
CREATE TABLE "geagp_sccost2"."s0_engndb_cms_exl_monthly_actuals_r" ("op_contract_part" text,"op_value_stream" text,....)
I'm connecting using the ODBC Connection and the User Name does have updater access to the schema.
Does anyone know what this error is trying to say?