|
POST
|
In that example, client side traffic (blue lines) goes from the LB to the web adaptors and then to the portals. You'd want a health check from the LB to the web adaptors as well because that checks two things: 1) whether the web server is up and running 2) whether the web adaptor can communicate with the portal. For the internal traffic, (yellow lines), you'd also want a health check to make sure that the backend portal machines are healthy for the communication between federated servers and portal.
... View more
06-24-2020
08:52 AM
|
0
|
3
|
3521
|
|
POST
|
If you get around to setting up a new machine and it happens again, feel free to reply back with a screenshot or example of the hostname of the machine, the URL you used to register the WA, and network traffic using the dev tools or Fiddler showing the redirect. Are you using the default hostname of the AMI, or assigning the AMI a new hostname?
... View more
06-23-2020
09:45 AM
|
2
|
0
|
2584
|
|
POST
|
I think you need to determine definitely what happens to the postgres processes during a restore. At a very high level, it's: 1) Stop the database 2) Backup the content and database to a temporary location 3) Import the content 4) Restore the database 3 and 4 may be out of order, but that's the general idea. If the database fails to stop on step 1, then nothing else will work. What I suggest is ensure that the standby portal is in a working state, take a backup of Portal directly in Portaladmin, and try to restore it. The DR tool isn't doing anything different than that, so it should help to isolate your testing. Once you restore, watch the processes on the portal machine, and you should see the postgres.exe processes go away. You may also want to run ProcMon with a filter on the C:\arcgisportal directory so you can see what is going on on the file system when restoring. You can set a filter for "path starts with C:\arcgisportal\db" which should capture anythiing within C:\arcgisportal\db as well as the backup folder, ex. C:\arcgisportal\dbXXXX. ProcMon will help log what the issue was when Portal tried to rename C:\arcgisportal\db to C:\arcgisportal\dbXXXX. You may see access denied or some other error, which will help you identify what the problem was.
... View more
06-22-2020
05:09 PM
|
0
|
0
|
3605
|
|
POST
|
Can you describe what you mean by "doesn't work"? You mentioned that you couldn't reach the portal; is it a connection refused type error, indicating that the URL has no path to resolve to? Can you provide and example of the web context URL you're using, and a description of your network architecture, (for example, reverse proxy -> web adaptors > portal, or something similar).
... View more
06-22-2020
03:54 PM
|
0
|
0
|
3787
|
|
POST
|
If you go to https://portal.domain.com:7443/arcgis/portaladmin/system/webadaptors, click on the web adaptor that's listed there, and then look at the URL property, are you using that URL to access Portal? Portal only knows about that URL. If you access Portal via a CNAME that is different than the URL listed there, then it will redirect. You'll need to either set the Web Context URL to your alias or access the web adaptor registration page over the URL you want to access portal with.
... View more
06-22-2020
03:51 PM
|
1
|
2
|
2584
|
|
POST
|
I'm glad the hostname theory has some substance to it. I'd suggest making sure the analyst tests it and logs a bug if they can reproduce it. The "failed to delete the db directory" error is a bit misleading. When we restore portal, we want to backup your data so we can roll back if there was an issue. The db folder will be renamed to dbXXXX and the db folder in the backup put in the same folder. We can only rename the db directory if the database is shut down. I'm not sure what you've done since the error was thrown, (restarted the portal, etc), but the next time it happens, check to see if there are any postgres.exe processes running, and the see when the PID associated with those PG processes was created under framework\etc\pids. If the time modified value of the PID file associated with the PG process is before the time you attempted to restore, then the database wasn't shut down correctly. If the database is still running, then you can't rename the db folder. It appears this type of failure causes the rollback logic to fail, potentially because the database is still running. To get the site back to a working state, you can copy the .config-store-connection.json file from the db directory into framework\etc without the leading period. Portal should start working after that. Check the log files for a message indicating that the database was found to be stopped, and portal is restarting it. That'd be an indication that portal did stop the database, but a timing issue with our internal process checks re-started the database during the restore.
... View more
06-19-2020
02:25 PM
|
0
|
2
|
3605
|
|
POST
|
If processes don't start, it could either be a problem with that process, or something with the processes that starts those processes. When the Portal Windows service starts, the ArcGISPortal.exe process starts first. There is logic within that process to check whether the java.exe, postgres.exe, and javaw.exe processes are started. If they're not, it'll start them. Does the RAM usage of the ArcGISPortal.exe climb to more than 100 MB? If not, then that's a problem. You can look at the service logs under framework\etc\service to see if errors are written to the logs there.
... View more
06-18-2020
02:38 PM
|
0
|
0
|
9677
|
|
POST
|
Portal rarely does much work, it usually passes off that responsibility to the hosting server or other federated servers. Any of those long-running processes are typically GP tool, so they're running on the Server.
... View more
06-16-2020
11:44 AM
|
2
|
1
|
964
|
|
POST
|
Collector is probably looking at the body of the request, and the body contains the URL to download whatever it needs. If specific workflows are the only ones causing a problem and the rest of the workflows work as expected, then it looks like it could be a bug with those tools and utilities. I'd suggest reaching out to Support and have them test to see if they can repro.
... View more
06-12-2020
10:33 AM
|
0
|
2
|
5930
|
|
POST
|
Can you describe what you mean by "installing the web adaptor without using the installer"? The supported way of installing the Web Adaptor is documented in the install guide for the Web Adaptor. Any other way is not tested and unsupported.
... View more
06-12-2020
09:25 AM
|
0
|
0
|
1649
|
|
POST
|
It's slow packaging to any share. I think it's due to the underlying mechanism we use to zip files and we're investigating other ways of zipping.
... View more
06-12-2020
09:23 AM
|
1
|
1
|
3205
|
|
POST
|
Did you import your own certificate to use for port 6443? If so, can you describe how the certificate was created, (CN, who it's signed by, etc).
... View more
06-09-2020
09:40 AM
|
0
|
0
|
1520
|
|
POST
|
Is that the equivalent of standard or premium shares? Planning for an Azure Files deployment | Microsoft Docs Packaging a backup over a share is definitely an issue right now. You can package locally and then copy to wherever it needs to be stored and see if that's faster.
... View more
06-09-2020
09:36 AM
|
0
|
4
|
3205
|
|
POST
|
That's a challenging problem because it doesn't seem like the list() function has any print statements you can use for debugging... yet. You could step through it using your IDE and add various print statements in the function so you know where it's hanging. What URL are you using to connect to the site? You can experiment with different ones to see if it's a specific machine that's a problem.
... View more
06-05-2020
09:18 AM
|
0
|
0
|
1511
|
|
POST
|
Do you have a standby or dev environment to upgrade, or are you upgrading your production environment? The only way to get to a newer version is to upgrade. We put together a blog on minimizing downtime and risk during an upgrade: https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/minimize-downtime-when-upgrading-arcgis-enter… You can use this approach to vet out the upgrade and work through any issues without impacting production.
... View more
06-05-2020
09:04 AM
|
0
|
0
|
1677
|
| 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
|