function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AK-2AK-2 

Error: columns-field: Invalid value specified: STATE_CODE when trying to deploy a report

I am trying to deploy a report through Ant script and seeing this error: Error: columns-field: Invalid value specified: STATE_CODE

The report includes standard fields Company, City, State_Code, First_Name, Last_Name, Phone and a few custom fields.

Not sure what this means and how I can go about fixing it. All the custom fields are already migrated to the destination sandbox. I even removed all the custom fields from the report but the error remains :-(

Thank you.

Thank you.
MithunPMithunP
Hi AK,

Resfresh source and target souce files/code in your local directory from server then try to deploy it.

Best Regards,
Mithun.
AK-2AK-2
Thanks Mithun for the reply. I extracted all the reports from the source instance again through Eclipse and tried deploying to target and still the same error. Remember, I am not trying to deploy all the meta-data, just the reports.