I am working on a hydrant inspection service project and I have a hydrant layer with a related table for inspections. I have made some changes to the table and fields in the hydrant layer on ArcGIS Pro and I am looking to overwrite my web layer.
The analysis passes without any warnings. My only concern is that there is a related table which could be causing issues with the overwriting.
Here are the error lines from the log:
StatusMessage: Publishing web layer failed (AGO)
StatusMessage: Server Response: ERROR: code:400, Unable to delete item. This service item has a related Service item, Bad syntax in request.
I did some reading on this beforehand and saw that the dates could be an issue, there were dates showing 12/30/1899 causing a possible bug but those have since been removed and replaced with dates from 1900 or later.
Thanks!