Select to view content in your preferred language

Unable to publish hosted feature layers to Enterprise Portal v11.2

408
7
07-26-2024 01:46 PM
ChelseaSeiter-Weatherford
Emerging Contributor

This issue has been going on for a couple months. We have an Esri support ticket open, but we are no close to a solution from when it started. I'm posting here to see if anyone else has had something like this happen or can suggest any other idea.

We are currently unable to publish hosted feature layers to our Portal environment. This applies to data in our production gdb, separate gdbs, shapefiles, etc. Reference layers publish and zipped shapefiles dragged into Portal publish just fine. When we attempt to publish hosted feature layers, the attached error log appears in ArcGIS Pro. I validated all data stores and they always come back with a green checkmark.

This is a shortened list, but so far with Esri we have:

  • uninstalled/reinstalled Data Store and Server
  • Unregistered and registered Data Store
  • Checked SSL certificates
  • Made sure all our URLs point to the same DNS.
  • stopped our Image and Monitor services to see if that was the issue (it was not)
  • restarted the PublishingTools in ArcGIS Server Admin
  • validated that all machines have enough resources
  • validated the federation
  • checked service account permissions

A really weird thing is that I am able to successfully publish a hosted feature layer ONE time around 0800 MT. After that the attached error log keeps appearing.

We are running version 11.2. Prior to upgrading to v11.2, we did not have any issues with publishing. I cannot pinpoint the exact time this issue started, but it was post-upgrade. On v11.1 we did not experience any issues that I'm aware of.

Any help is appreciated, thanks!

0 Kudos
7 Replies
RyanUthoff
Frequent Contributor

There are two different ArcGIS Data Store log locations. One for the ArcGIS Data Store itself, and one for PostgreSQL database that the ArcGIS Data Store uses. ArcGIS Server Manager typically retrieves the data store logs, but not the PostgreSQL logs. It's a long shot, but it might be worth checking both of those logs to see if there is any additional details.

I've solved a couple issues (unrelated to your issue) by looking at the PostgreSQL logs that would otherwise go unnoticed since Server Manager doesn't pull from them.

Data Store: C:\arcgisdatastore\logs\hostname\server

PostgreSQL: C:\arcgisdatastore\logs\hostname\database

Besides that, what about disabling firewalls/antivirus on all ArcGIS Enterprise machines just to verify nothing is blocking it? Also make sure all the appropriate ports are open on all machines.

Also just curious, do you have any existing hosted feature services that existed prior to you experiencing this issue? And if so, are you able to access them in Portal (like access the underlying data or view them in a web map)?

0 Kudos
ChelseaSeiter-Weatherford
Emerging Contributor

Thanks! I'll check the logs.

We've checked firewalls/antivirus and that isn't causing anything. All ports are also open.

We do have existing hosted feature services and those work just fine. We are able to view and edit those. We are just unable to publish new hosted feature layers via ArcGIS Pro. The only way we can get new data into Portal is by dropping a zipped file.

0 Kudos
RyanUthoff
Frequent Contributor

Another thing to try is running the describedatastore command (Data Store Command Line). Just make sure the data store status is good and all the other parameters it outputs looks correct. And making sure it's in ReadWrite mode and not ReadOnly (although if you can create hosted feature services through zip files, that shouldn't be the case).

0 Kudos
ChelseaSeiter-Weatherford
Emerging Contributor

We also checked that and it's in ReadWrite.

0 Kudos
Amarz
by
Frequent Contributor

On your Server Machine, have you verified the 'Configure ArcGIS Server Account' is correct after your update? 

 

0 Kudos
ChelseaSeiter-Weatherford
Emerging Contributor

yep, checked that and all is correct.

0 Kudos
ChelseaSeiter-Weatherford
Emerging Contributor

Update 8/27: We have been on more extensive calls with Esri without any luck. Our TEST environment (also on v11.2 and a single server install) is experiencing the same exact issue.

0 Kudos