Select to view content in your preferred language

Publishing geoprocessing service Export to Table excel

173
1
a month ago
yockee
by
Frequent Contributor

I want to be able to export to excel in my web app. So, I need to publish a geoprocessing (gp) tool. Its a basic one.

My server and portal reside on AWS server. The source table is in EGDB postgresql, in different cloud.

I have been using this system for web editing, publishing services, web editing via feature Service, etc just fine. No problem so far. 

After the process of publishing has finished, it throws some errors:

- Status: Failed ErrorMessage: Staging failed
- Status: Failed ErrorMessage: Consolidation failed 

what is actually wrong ?

FYI, I have all configuration like this : (see pic). 

yockee_0-1754970964246.png

yockee_1-1754971057397.png

yockee_2-1754971248068.pngyockee_3-1754971283620.png

 

 

Do I have to redirect the Output Excel File to "/opt/arcgis/server/usr/directories/arcgisoutput" ? How ? I am publishing from my local laptop and the Arcgis Server resides on Linux

Need advice

0 Kudos
1 Reply
DavidPike
MVP Notable Contributor

Would recommend sharing a lot more info on your model, publishing parameters and ArcGIS Server debug error logs.

ArcGIS Server should be ignoring the output location and repathing it on publishing.  It might still be worth trying  %scratchWorkspace% instead:

 %scratchWorkspace%\output.xlsx

0 Kudos