I was trying to publish a Services for printing with ArcGIS pro follow by this article:Tutorial: Publishing additional services for printing. Although the webtool was successfully published and appears in the Server Manager and the portal. Every time I try to run it it all return a error. I try to click on the error, but nothing shows up. I already have Arcgis data store up and running, and was able to publish and run other geoprocessing tool such as buffer.
You should be able to capture the network traffic with the F12 browser debugger. You can track down the request to the GIS Server to which the print tool was published. I'd expect there's an error there. If you can provide the error or request at the network level, it would be helpful to diagnose this issue.
In addition to what Randall suggested, pls check Server log, that should help diagnose too.
could you please tell me how to check that? I'm not familiar with server, and I have to contact IT to do it. it's there any special log I should look for?
You can check the GIS Server logs via ArcGIS Server manager.
I thinks those are the logs for this error
I just attached the error report.
the only error I got is {"error":{"code":500,"message":"Error performing execute operation","details":[]}}
sometimes there also an error code 400.
Looks like there is a process crash.
could you pls try with a very simple webmap containing just basemap layer (no additional operation layer or graphics etc.)?
Nope, it's still the same error.