|
DOC
|
@denisCallens in the Python 3 command prompt, ArcGIS Pro Notebook, or Python IDE, try executing the below code: from arcgis.gis import GIS
gis = GIS('https://dns.domain.com/portal', 'built-in-user', 'password', verify_cert=False)
Does this work successfully?
... View more
12-17-2024
07:27 AM
|
0
|
0
|
18296
|
|
POST
|
Hi @GISiste, The best way to migrate from one environment to another is using the webgisdr. See the following document. However, the environments must match (i.e. same version), so you're workflow would be: 1. Install ArcGIS Enterprise 10.8.1 in target environment using the same external URL by modifying the etc/hosts files 2. Create the webgisdr from source environment 3. Restore the webgisdr in target environment 4. Upgrade target environment to 11.3
... View more
12-17-2024
06:58 AM
|
1
|
1
|
3012
|
|
DOC
|
@denisCallens do you have Windows Authentication enabled on Portal's web adaptor? If so, you need to check the box highlighted below: JakeSkinner_0-1734438412730.png This will remove the username/password parameters and attempt to authenticate using your windows credentials.
... View more
12-17-2024
04:27 AM
|
0
|
0
|
18324
|
|
DOC
|
@chris_del101 1. Can you send a screen shot of Portal > Organization > Settings > Security > Logins: JakeSkinner_0-1734399786192.png 2. Is there an '@' symbol in your username? For example, jskinner@ESRI. 3. Check the casing of your username. 4. What version of ArcGIS Pro and ArcGIS Enterprise are you running?
... View more
12-16-2024
05:48 PM
|
0
|
0
|
18342
|
|
DOC
|
@chris_del101 what type of security are you attempting to sign in with (i.e. Built-in, Active Directory, SAML)? Only built-in and active directory are supported. Check the comment above your last one that has a python snippet. Does this work for you?
... View more
12-16-2024
12:03 PM
|
0
|
0
|
18379
|
|
POST
|
@chris_del101 I don't seem to have much luck with cloning either. Check out these tools. They will allow you to migrate hosted feature services, web maps, web apps, dashboards, and story maps from one environment to another.
... View more
12-16-2024
06:20 AM
|
0
|
0
|
1234
|
|
POST
|
Great find @CameronMcCormick ! Looks like this is a bug when label's are enabled. I was able to reproduce this as well.
... View more
12-16-2024
04:18 AM
|
0
|
2
|
2974
|
|
DOC
|
@denisCallens in the Python 3 command prompt, ArcGIS Pro Notebook, or Python IDE, try executing the below code:
from arcgis.gis import GIS
gis = GIS('https://dns.domain.com/portal', 'built-in-user', 'password', verify_cert=False)
Does this work successfully?
... View more
12-16-2024
04:09 AM
|
0
|
0
|
18406
|
|
POST
|
@AmyRoust since you are using arcpy, I would use these tools to perform the append. You can perform these steps in ArcGIS Pro and copy the code to your Notebook. For example, use the Make Feature Layer tool to create a feature layer with the query. Then, use the Append tool to append the records with the field mapping configured. You can easily copy the code you need by clicking the dropdown arrow next to Run:
JakeSkinner_0-1734350662042.png
... View more
12-16-2024
04:05 AM
|
0
|
0
|
1177
|
|
DOC
|
@denisCallens did you change the validation code? It looks like you're receiving a different error (i.e. Unable to generate Oauth token). This error should not be generated when using built-in credentials. Below is the error I'm receiving when specifying invalid credentials:
JakeSkinner_0-1733942086299.png
JakeSkinner_1-1733942093433.png
... View more
12-11-2024
10:35 AM
|
0
|
0
|
18457
|
|
DOC
|
@Laura, no, you will not have to republish your services. If you are have a new version of SQL on another server, you can create a backup of your database(s) and restore to the new instance. You can then follow the steps of this document to update your services. Optionally, you don't have to create new data store connections as this document mentions. You can update the existing connections by importing a new SDE connection file that references the new SQL instance via ArcGIS Server Manager.
... View more
12-11-2024
06:52 AM
|
0
|
0
|
26702
|
|
DOC
|
@denisCallens can you send a screenshot of how you are authenticating using the tool in ArcGIS Pro?
... View more
12-11-2024
06:10 AM
|
0
|
0
|
18484
|
|
POST
|
@AmyRoust I see your importing arcpy. Are you using an Advanced runtime in AGOL Notebooks?
... View more
12-10-2024
05:52 AM
|
0
|
1
|
1204
|
|
DOC
|
@denisCallens from you screenshot, it appears you are connecting without specifying a username/password, so you wouldn't be using a built-in account. Can you send a screenshot of your Logins by going to Portal > Organization > Settings > Logins:
JakeSkinner_0-1733838575208.png
... View more
12-10-2024
05:49 AM
|
0
|
0
|
18516
|
|
DOC
|
@BrianShepard I've gotten that error before, the script fails trying to remove the zip file from disk. It seems to resolve itself after sometime, and I haven't been able to figure out what's causing it. As a workaround, you can add a command at the beginning of the script to delete any zip files in the scratch directory. There will still be a leftover zip file after the script executes, but there won't be several as the script runs over time.
... View more
12-05-2024
04:56 PM
|
0
|
0
|
17164
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 12:27 PM | |
| 4 | 05-07-2020 05:14 PM | |
| 1 | 03-25-2026 04:16 AM | |
| 1 | 03-16-2026 01:00 PM | |
| 1 | 12-22-2025 10:39 AM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|