AO_100357: Remote service does not support fields with type of BigInteger, DateOnly, TimeOnly, TimestampOffset, and 64bit OID
BigInteger, DateOnly, TimeOnly, TimestampOffset, and 64bit OID field types are not supported in input datasets for some analysis, including tools that use Esri's Hydrology service, ArcGIS Elevation service, Network analysis service, or ArcGIS GeoEnrichment Service. This error may occur even if the unsupported field is not used in the analysis.
Solution
To resolve this issue, create a hosted feature layer view that does not include the unsupported fields, and use the view as the input dataset.
Learn more about hosted feature layer views
If an unsupported field is necessary for the analysis, calculate a new field with a supported field type before creating the hosted feature layer view. The following table lists the supported field type that can be calculated for each unsupported field:
| Unsupported field type | Supported field type |
|---|---|
BigInteger |
Integer |
DateOnly |
Date |
TimeOnly |
Date |
TimestampOffset |
Date |
64bit OID |
GlobalID |
Note:
Fields can only be calculated when the values within the unsupported field are compatible with the new supported field type.