Hi,
I have to to publish a 2D points Feature Layer from ArcGIS Pro 2.5 to Portal for ArcGIS Enterprise 10.6.
I have been using "Share as a Web Layer" with parameters: CopyAllData, Map Image (no WMS)
And I get this error: "ErrorMessage: Failed to publish web layer"
I have checked SharingJobLog.log, the sharing log file in ArcGIS Pro for error messages.
It seems that Upload process failed.
Status: InProgress StatusMessage: Successfully wrote sharing info file
Status: Pending StatusMessage: Sharing process started
Status: InProgress StatusMessage: Sharing process started
Status: InProgress StatusMessage: Successfully obtained a license from the licensing portal
Status: InProgress StatusMessage: Publishing process started
Status: InProgress StatusMessage: Loading manifest
Status: InProgress StatusMessage: Consolidating data and staging web layer
Status: InProgress StatusMessage: Creating thumbnail from map
Status: InProgress StatusMessage: Using ArcGIS Version 12.3 for staging (Source for version: GP Staging Parameters)
Status: InProgress StatusMessage: Stage Tool initialized
Status: InProgress StatusMessage: Preparing maps and layers for processing
Status: InProgress StatusMessage: Retrieving and processing fonts
Status: InProgress StatusMessage: Executing...
Status: InProgress StatusMessage: Executing (Available Fonts): AvailableFonts
Status: InProgress StatusMessage: Start Time: Wed May 19 11:46:33 2021
Status: InProgress StatusMessage: Succeeded at Wed May 19 11:46:33 2021 (Elapsed Time: 0,02 seconds)
Status: InProgress StatusMessage: Succeeded.
Status: InProgress StatusMessage: Consolidate data
Status: InProgress StatusMessage: Staging map service
Status: InProgress StatusMessage: Compressing package into SD file
Status: InProgress StatusMessage: Successfully staged service (Exiting GP Stage Tool)
Status: InProgress StatusMessage: Uploading service definition
Status: InProgress StatusMessage: Publishing tool initialized
Status: InProgress StatusMessage: Publishing web layer (AGS)
Status: InProgress StatusMessage: Upload failed
Status: InProgress StatusMessage: Publishing tool execution failed
Status: Failed StatusMessage: Failed to publish web layer ErrorMessage: Failed to publish web layer
I have publish other point features as Map Image to the same Portal without no problem. In this case the difference is the size of the featureLayer: I'm working with more than 1.000.000 points, and each one has 250 attributes (more o less 1GB of data).
Also, I have check this post: https://community.esri.com/t5/arcgis-enterprise-questions/failure-when-publishing-map-image-layer/m-p/1029210#M29507, but I have point feature layer stored in a fileGeodatabase in my computer
Please, does anyone know how to solve this error?
Best regards