Custom Geoprocessing registered in Portal can't be executed in ArcGIS Pro

414
1
Jump to solution
07-21-2022 11:10 PM
RichardReinicke
Occasional Contributor II

Hello,

I've created a small GeoprocessingService that pulls data from an external service and returns a GPFeatureLayer.

This way results are rendered well in Pro and I was able to publish this Service to our ArcGIS Server as private. Next I registered the service to our portal with some user providing credentials to private service => worked.

Now I open ArcGIS Pro and sign in to Portal with the same user. I see the Tool in my contents but I can't execute the tool. If I double click the tool, no form with input fields opens up, just an empty panel.

RichardReinicke_0-1658469856042.png

How can I troubleshoot this?

Thank you for your help!

0 Kudos
1 Solution

Accepted Solutions
RichardReinicke
Occasional Contributor II

The problem was I registered the GPService item with a url like:
/MyGpService/GPServer/MyTool

This way it also asked for credentials and created the item but following toggle-button was not active:

RichardReinicke_0-1658481015219.png

I had to use url of the service level item:
/MyGpService/GPServer

View solution in original post

0 Kudos
1 Reply
RichardReinicke
Occasional Contributor II

The problem was I registered the GPService item with a url like:
/MyGpService/GPServer/MyTool

This way it also asked for credentials and created the item but following toggle-button was not active:

RichardReinicke_0-1658481015219.png

I had to use url of the service level item:
/MyGpService/GPServer

0 Kudos