I have created *.dlpk and published to the enterprise portal using the ArcGIS Python API. We have installed Deep Learning Library to Raster Analytics Server and from our Portal, I launched Classify Objects Using Deep Learning. I executed the inference after I selected the published model and filled parameters. It displayed the process icon for a while and failed with a simple Failed message.
I looked at the log in the Raster Analytics and it shows some error messages as below:
I have tested the model in my local server from Pro and it works. Does anyone know what is going on?
Solved! Go to Solution.
This behavior was resolved through an Esri Technical Support case. The published deep learning model execution fails with error "GetOutputCatalogPath". This behavior was determined to be with the ArcGIS Data Store's "pg_hba" file. This file was updated to include an entry for the Image Hosting Server, Raster Analytics Server as well as the GeoAnalytics Server.
ArcGIS Data Store command utility reference > allowconnection
This behavior was resolved through an Esri Technical Support case. The published deep learning model execution fails with error "GetOutputCatalogPath". This behavior was determined to be with the ArcGIS Data Store's "pg_hba" file. This file was updated to include an entry for the Image Hosting Server, Raster Analytics Server as well as the GeoAnalytics Server.
ArcGIS Data Store command utility reference > allowconnection
Have you resolved the issue for earlier versions of Image Server?
I try to run the detect_objects command in a ArcGIS Image Server 10.8.1 and It shows me the same or a similar error.
I believe the resolution was included at 10.8.3 or a newer release, but not in the older version.