|
POST
|
Server supports multiple web adaptors, but Portal can only support multiple web adaptors if the Web Context URL is set. You can't change the URL of a base deployment, though, so the URL to the new web adaptor, (https://webadaptor.domain.com/portal/webadaptor), has to be the same as the old one. You can achieve this using an etc\hosts entry, which is covered a bit in a different migration blog using the DR tool: https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/migrate-to-a-new-machine-in-arcgis-enterprise-two/ If you have an existing web adaptor and register another one that uses the same URL, (again, using an etc\hosts entry for local hostname resolution), it will just overwrite the existing web adaptor that Portal knows about. If it's a different URL and the Web Context URL isn't set, you'll get an error.
... View more
07-03-2019
10:19 AM
|
1
|
0
|
3497
|
|
POST
|
At 10.7, Server is set to HTTPS Only by default: https://enterprise.arcgis.com/en/server/latest/administer/windows/secure-arcgis-server-communication.htm Prior to 10.7, it's configured to be HTTP and HTTPS. Server has moved to a more secure environment by default.
... View more
07-02-2019
02:10 PM
|
1
|
2
|
1110
|
|
POST
|
When you're working with certificates and Python, I think there are three options: 1) Use a certificate from a trusted root certificate authority, (Digicert, Verisign, etc), that Python trusts by default 2) Configure Python to trust your certificates 3) Disable certificate verification If you don't want to disable certificate verification, then you need to make sure you're following either 1 or 2, and then as Michael Volz suggested, comment line 20 and 27 but also be sure to remove context=sslContext from lines 22 and 29.
... View more
07-02-2019
09:31 AM
|
2
|
9
|
3598
|
|
POST
|
In general, when you want to create a multi-machine Server site, you'd go through the following: 1) Configure a shared directory, ideally not on the Server machines 2) Install ArcGIS Server on each machine that will be part of the site 3) One one of the ArcGIS Server machines, go through the Create New Site wizard and set the config-store and directories to the share in step 1. 4) On any of the other machines with ArcGIS Server, go through the Join Site wizard and pass in the URL for the first machine. https://enterprise.arcgis.com/en/server/latest/deploy/linux/configuring-a-multiple-machine-deployment.htm
... View more
07-02-2019
09:16 AM
|
2
|
1
|
1202
|
|
POST
|
You can try to use the Workspace iterator to iterate through all shapefiles. This gives you two variables, the name and actual feature class object: Then use Add Field to add the "GISfilename" field to each shapefile and Calculate Field to calculate the Name value within the new field using inline variable substitution: The Calculate Field will bring in the %Name% variable when it runs: After all that's done, you can use the Merge or Append tools to combine all datasets. You can either run Append at the end, or you need to create a separate model to embed the one with your iterator.
... View more
07-01-2019
01:43 PM
|
1
|
0
|
3707
|
|
POST
|
If the backup is in S3 or Azure BLOB, then the BACKUP_STORE_PROVIDER will be set to the respective value (AmazonS3 or AzureBLOB), but the restore process still needs a share for the SHARED_LOCATION property. The DR tool will pull the backup down from the cloud storage, unzip it into the SHARED_LOCATION path, and then run restores passing in the path for the backups within the SHARED_LOCATION to each component. In terms of the second paragraph, we should probably get rid of the word "domain" and just say the "the account used to run the Portal, Server, and Data Store services needs to have access to the SHARED_LOCATION path".
... View more
06-28-2019
02:27 PM
|
0
|
0
|
1650
|
|
POST
|
Are you on a one core machine? If so, The internal index service will fail to start: BUG-000122935 - Unable to create a site or initial administrator account for Portal for ArcGIS 10.7 on a single core machine. If you have more than one core, take a look at the logs under C:\Program Files\ArcGIS\Portal\framework\runtime\ds\usr\logs\<machine>\elasticlog
... View more
06-28-2019
02:24 PM
|
1
|
2
|
3424
|
|
POST
|
The home application, (https://portal.domain.com/portal/home), will attempt to reach portaladmin to determine whether it should display the create site/join site page, upgrade, or a sign in page. It seems like the home application isn't handling the 500 response code well. The portaladmin endpoint is also used by the home application to display licensing information, (if you're signed in as an administrator), so that's why there's no concept of "disabling admin access" as there is for Server Web Adaptor or Server deployments. The first point obviously causes a problem for non-admins, but the second could be an additional issue for admins. Unfortunately I can't speak to the security aspects of disabling portaladmin access but I think disabling that access is going to be problematic, as the home app does expect certain responses from that endpoint, (whether that's correct or incorrect is another good question).
... View more
06-28-2019
12:09 PM
|
3
|
5
|
8794
|
|
POST
|
No problem! It's called Process Monitor, or ProcMon: https://docs.microsoft.com/en-us/sysinternals/downloads/procmon Super useful for troubleshooting Enterprise problems. A couple tips: 1) Set filters. Procmon can record a significant amount of information. Setting filters gives you exactly what you need. 2) Drop filtered events. Even if you have a filter, ProcMon is still logging all traffic on the machine. By dropping filtered events, you only capture what you want based on the filter and makes the log more manageable 3) Use a backing file if you need to capture lots of traffic. Instead of saving to memory, you can save to disk. If you need to write to disk because you're running out of memory in the log, then querying/managing the log will become challenging but it's an option.
... View more
06-27-2019
11:15 AM
|
3
|
0
|
5737
|
|
POST
|
Foppe, Patrick I can't reproduce the failure, but I can see that even though the local directory is set to D:\arcgisserver\local, the C:\arcgisserver\local\config-store path is created: I'd reach out to support to get this logged, as more strict permission settings on the root C:\ drive would certainly cause this to fail, and I imagine, reproduce the error you're seeing.
... View more
06-27-2019
09:33 AM
|
1
|
6
|
5737
|
|
POST
|
If you click "Retry", what happens? I've seen this as well but "Retry" should allow it to continue.
... View more
06-25-2019
05:48 PM
|
1
|
1
|
4532
|
|
POST
|
This certainly seems to be a bug, but it's in the export operation within Server, not necessarily the DR tool. If you tried to export directly in the Server Admin API, I imagine you'd see the same error? I'll give this a try here and see what happens.
... View more
06-25-2019
05:31 PM
|
0
|
7
|
5737
|
|
POST
|
If a service isn't started but is accessed via an application, I don't see that much in the network traffic, and nothing in the console: Do you have min instances set to 0 for that service? Does that path actually exist? I'd reach out to tech support to discuss a repro case and get something logged. Any error that returns internal machine names or paths should be updated.
... View more
06-25-2019
10:45 AM
|
0
|
1
|
2278
|
|
POST
|
Data Store shouldn't store the PSA credentials as Server supports those credentials changing. It should establish a trust between itself and the Server. I think it's best to reach out to Support and describe the behavior to see if they can reproduce it.
... View more
06-25-2019
09:21 AM
|
0
|
1
|
7886
|
|
POST
|
The indices don't automatically turn themselves to read/write if you clear up disk space. Either rebuild it using the steps in the first comment or reach out to Tech Support so you can walk through the steps with them.
... View more
06-24-2019
02:45 PM
|
0
|
1
|
9674
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-28-2026 06:05 AM | |
| 1 | 08-26-2016 10:10 AM | |
| 2 | 02-22-2024 07:22 AM | |
| 1 | 06-07-2024 07:11 AM | |
| 4 | 12-12-2024 08:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
07:43 AM
|