Select to view content in your preferred language

Publishing Web tool that works with data on Portal for ArcGIS and using it in Web Appbuilder

643
1
08-18-2022 04:48 AM
Martin1
Occasional Contributor II

I am trying to publish a web tool from ModelBuilder in ArcGIS Pro. Inside my model there is (besides other things) a script. This script works with data on the same Portal that I want to publish the Webtool to. Consequently, I need to create a connection to the Portal inside the script.

gis = GIS(url="https://***/portal", username="***", password="***?", verify_cert=False)

The model works fine in ArcGIS Pro, the script does what I want, it applies some edits to data on Portal. However, when trying to publish the layer as a webtool, I always get an error message (ERROR 00068 - Script contains broken project data source -- > see attached image):

It seems that the problem is the connection to my Portal in the script. Is there any way to avoid that? I tried using a token instead of credentials, but the result is the same.

 

 

 

0 Kudos
1 Reply
Martin1
Occasional Contributor II

03i3C.png

This is a screenshot of the error

0 Kudos