laptop and a wrench

Bug

Some large .xls files fail with a generic error, "There was an error" when uploaded to ArcGIS Online as a hosted feature layer.

Last Published: December 19, 2018 ArcGIS Online
Bug ID Number BUG-000118756
SubmittedDecember 11, 2018
Last ModifiedJune 5, 2024
Applies toArcGIS Online
Version foundN/A
Operating SystemWindows OS
Operating System Version10.0
StatusNon-Reproducible

Additional Information

This Excel file didn't fail because it was too large. It failed because the Excel has four values that are over the max value of int32 The int type represents signed 32-bit integers with values between –2,147,483,648 and 2,147,483,647 . int is just an alias for Int32 - it's defined in the C# specification. Therefore int.MaxValue is the same as Int32.MaxValue which will always be 2147483647.

Steps to Reproduce

Bug ID: BUG-000118756

Software:

  • ArcGIS Online

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