Hosted Feature Layer issue after 10.9.1 update

397
2
01-03-2022 08:24 AM
MichaelK_MTDEQ
New Contributor

We updated our ArcGIS Enterprise system to 10.9.1 over the weekend and are now seeing the error below on layers published through portal pre the update. 

{
"error": {
"code": 500,
"message": "Invalid ID for region-based ZoneId, invalid format: Mountain Standard Time",
"details": []
}
}

 

Has anyone seen this issue and maybe knows of a fix? 

0 Kudos
2 Replies
MichaelK_MTDEQ
New Contributor

Changing this in the service definition from "Mountain Standard Time" to "UTC-7" gets it working again, just not sure this is the best way to fix it. 

"dateFieldsTimeReference": {
    "timeZone": "UTC-7",
    "respectsDaylightSaving": true
   },

 

0 Kudos
MichaelK_MTDEQ
New Contributor

On the portal item, going to the layer that is affected. 

If you adjust the "Time Enabled" setting at all, it will fix this issue.  

 

For some services, we turned it on, and then back off. After that it was working as expected. 

timeenabled.PNG

0 Kudos