laptop and a wrench

Bug

ArcGIS Pro fails to follow the Time filter stamp on a GeoServer Web Feature Service (WFS) with the On Demand connection mode.

Last Published: November 11, 2022 ArcGIS Pro
Bug ID Number BUG-000153545
SubmittedNovember 7, 2022
Last ModifiedJune 5, 2024
Applies toArcGIS Pro
Version found3.0
Operating SystemWindows OS
Operating System Version10.0 64 Bit
Version Fixed3.2
StatusFixed

Additional Information

This issue is addressed in ArcGIS Pro 3.2.

Workaround

Fiddler log for WFS case.PNGFor the literal string, there must not be TIMESTAMP and quotes around the date and time for a functioning query in ArcGIS Pro.

Fiddler log:

 

<Query typeNames='reg:ground_track_lg01_long_term' srsName='urn:ogc:def:crs:EPSG::4326'>

 <PropertyName>geometry</PropertyName>

 <fes:Filter>

 <fes:And>

   <fes:BBOX>

    <fes:ValueReference>geometry</fes:ValueReference>

    <gml:Envelope srsName="urn:ogc:def:crs:EPSG::4326">

     <gml:lowerCorner>22.56011989214153 -105.7753902875966</gml:lowerCorner>

     <gml:upperCorner>45.80224648881287 -97.87083796729361</gml:upperCorner>

    </gml:Envelope>

   </fes:BBOX>

  <fes:And>

   <fes:PropertyIsGreaterThanOrEqualTo>

    <fes:ValueReference>seg_end</fes:ValueReference>

    <fes:Literal>TIMESTAMP '2018-10-05 4:00:01'</fes:Literal>

   </fes:PropertyIsGreaterThanOrEqualTo>

   <fes:PropertyIsLessThanOrEqualTo>

    <fes:ValueReference>seg_end</fes:ValueReference>

    <fes:Literal>TIMESTAMP '2018-10-05 4:00:01'</fes:Literal>

   </fes:PropertyIsLessThanOrEqualTo>

  </fes:And>

 </fes:And>

 </fes:Filter>

</Query>

</GetFeature>

Steps to Reproduce

Bug ID: BUG-000153545

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options