|
POST
|
You need to set the BACKUP_STORE_PROVIDER property in the properties file. If you're saving the backup to disk, you need to set the property to FileSystem. The properties file describes the possible values.
... View more
09-17-2020
09:28 AM
|
2
|
0
|
4842
|
|
POST
|
An in-place upgrade, (installing a new version on top of a previous one), is actually running an uninstall and install behind the scenes. The time it takes to install is the time it takes to both uninstall and install. It may be helpful to split those two operations to see how much time each take. I would also standardize how you're uninstalling; through the UI or silently. My assumption is through the UI will take longer, because I think the install process does more to "inventory" the install? Anyway, the install, (or uninstall/install process if it's an in-place upgrade), time is not impacted by content, because only the binaries are changing; not the data within the portal.
... View more
09-14-2020
10:20 AM
|
0
|
0
|
4416
|
|
POST
|
No, there haven't been any changes at 10.8.1 to support blocking administrative access to the Portal Administrator directory. I suggest you either create an Idea on the Ideas site, or contact Support to log an enhancement request.
... View more
09-14-2020
10:12 AM
|
0
|
0
|
8134
|
|
IDEA
|
Yes, you can set up "Site A" using the E:\ drive for everything, (install paths, data directories for each component, etc) and then set up "Site B" using the C:\ drive. The machine does not have to have an E:\ drive. Then, take a backup from Site A and restore to Site B. This is what I tested to ensure that the documentation can be updated.
... View more
09-11-2020
11:53 AM
|
1
|
0
|
2235
|
|
IDEA
|
What version are you using? There is a bug related to logs directory being different, which causes a failure: BUG-000127848 When completing a webgisdr Disaster Recovery/Migration to a secondary Enterprise, and we are utilizing different ArcGIS Server directory/config-store folder structures, we will be met with failure due to the logs folder not being able to find the path it has been configured with. This is resolved in 10.8.1, but it sounds like it's only the install paths that are different; all other paths are the same. We're removing the following line from the WebGIS DR tool help, because restoring to a site with different install paths and directories has been tested and does work: If you restore to a different machine—for example, if the machine where you had Portal for ArcGIS installed cannot be recovered and you need to restore to a new machine—your installation directory must have the same name on the new machine.
... View more
09-11-2020
10:07 AM
|
1
|
1
|
2235
|
|
POST
|
You could try to run Fiddler when starting Pro to see where the request is going. If the domain of any of the URLs being accessed does not match your certificate, that may explain the popup especially considering it's stating that the certificate does not match the name of the site.
... View more
09-08-2020
02:07 PM
|
1
|
1
|
12127
|
|
POST
|
There are many customers who have success with the tool. My assumption is that the contents of your file are incorrect. Are you still entering them in the format username@domain|viewer|viewer? If so, that doesn't match the format the tool expects, as described in the documentation linked in the first comment: Add members to your portal—Portal for ArcGIS | Documentation for ArcGIS Enterprise <login>|<email address>|<name>|<role>|<user type id>|<description>|<Idp UserName>|<first name>|<last name>
... View more
09-08-2020
01:59 PM
|
1
|
2
|
3182
|
|
POST
|
ArcGIS Pro is likely complaining about the certificate used for the Admin URL of the deployment. If you looked at the certificate, (clicking on the View Certificate button), is the CN the wildcard, or the FQDN of the machine? If it's the FQDN of the machine, you can do two things: 1) Import the certificate into the Trusted Root Certificate Authority store on any machine that will be connecting to the deployment 2) Import a new certificate to use for ArcGIS Server's web server Configure ArcGIS Server with an existing CA-signed certificate—ArcGIS Server | Documentation for ArcGIS Enterprise Going through the first suggestion is a bit burdensome because you need to do that on any machine running ArcGIS Pro. Going through the second suggestion is a better option because as long as the client machine trusts that signed certificate, you won't see the popup.
... View more
09-08-2020
01:53 PM
|
0
|
3
|
12127
|
|
POST
|
It sounds like an internal memory cache component couldn't start up, which listens on a port between 5701 and 5703. Do you have anything running on those ports?
... View more
09-03-2020
10:03 AM
|
0
|
10
|
8196
|
|
POST
|
Shanon Loughton can you take a look at the localhost logs under <install directory>\framework\runtime\tomcat\logs? They'll show why the Sharing API is not initializing and returning a 404.
... View more
09-02-2020
11:40 AM
|
2
|
0
|
5902
|
|
POST
|
FATAL: no pg_hba.conf entry for host "::1", user "myuser", database "arcgis", SSL off This error is not indicative of the database not starting; Portal checks whether the database is up and in some places, doesn't pass in the right username. The process then assumes the check will use the account used to run the Portal for ArcGIS service which returns the error. Are you testing in a cloud deployment, or on premises? Can you access the Sharing API, ex https://machine.domain.com:7443/arcgis/sharing/rest?
... View more
09-02-2020
11:39 AM
|
1
|
12
|
8196
|
|
POST
|
Create the 0bc97df7f18945d19d3224e6be3b1ec1 folder within the /home/gis/arcgis/portal/usr/arcgisportal/content/items directory and the export will go through. Do this for any folder that fails.
... View more
09-02-2020
10:15 AM
|
0
|
0
|
1402
|
|
POST
|
As of 10.5.1, multiple clusters are deprecated: About ArcGIS Server clusters—ArcGIS Server Administration (Windows) | Documentation for ArcGIS Enterprise How to migrate to single-cluster ArcGIS Server sites
... View more
08-27-2020
02:12 PM
|
3
|
1
|
5505
|
|
POST
|
No, it probably won't work. The software expects a context, (https://portal.domain.com/portal/...) in many places, and likely won't handle things well if that doesn't exist.
... View more
08-26-2020
05:57 PM
|
4
|
1
|
1427
|
|
POST
|
Hm, there really isn't a need to run separate backups of ArcGIS Server and the ArcGIS Data Store, since those backups are included in the backup of the WebGIS DR tool. We can look into whether we should remove those bullets. If an upgrade fails, then yes you can't restore a backup taken with the DR tool to get back to a functioning state. You'll need to uninstall, reinstall, and configure the software at the same version you were upgrading from before you restore the backup. Aaron Booterbaugh, can you expand on your comment below? Once you upgrade and have to go back without a VM snapshot the new install of the older software has different keys and the DR does not work in this case. What keys are you referring to? The DR tool simply calls into the import site operations available for each component. As long as the software is installed, authorized, and configured, the restore will go through. This likely takes more time than reverting to a VM snapshot. We put out a blog on minimizing downtime and risk when upgrading which can be followed if resources permit: Minimize downtime when upgrading ArcGIS Enterprise
... View more
08-25-2020
11:24 AM
|
0
|
0
|
2194
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 03-20-2024 12:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-06-2026
09:51 AM
|