Skip to main content
Question

Issues creating a new web connection to ArcGIS Enterprise portal.

  • September 14, 2023
  • 2 replies
  • 83 views

kschon109
Contributor
Forum|alt.badge.img

I've walked through all the steps found here to connect to our Enterprise portal: https://community.safe.com/s/article/How-to-create-an-FME-Web-Connection-for-Esri-ArcGIS-Portal-Feature-Service-OAuth-2-0. I created an application on the portal, made a new Web Service from the default Portal template, but I can't get past the Authentication of the web service, every time I test it I get a 404 error. Has anyone encountered similar issues before?

2 replies

j.botterill
Influencer
Forum|alt.badge.img+53
  • Influencer
  • September 15, 2023

hi there, 404 suggests the site could not be reached. Did you replace the URL in the authorisation (and refresh token) parameters with your portal URL?

portalwebconnection_parameters


kschon109
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • September 15, 2023

hi there, 404 suggests the site could not be reached. Did you replace the URL in the authorisation (and refresh token) parameters with your portal URL?

portalwebconnection_parameters

Yes, I replaced just the YOUR_PORTAL_HOST portion of the URL with my portal name, leaving the rest of the URL as it was in the template.

imageThe screen shot is a mock-up; the real one obviously has the actual Client Information filled out. And if I put the url myportalname.xyz.com/arcgis/home into a browser window it works fine, it takes me right to the portal home page.