|
POST
|
Hm, perhaps it depends on the browser settings. The changes you make in IIS are necessary for a kerberos ticket generated by one web server is trusted by the other web server. For example, when a request from a user reaches web adaptor 1 on web server 1 and gets authenticated, the next request which can reach web adaptor 2 on web server 2. If the changes aren't made, I believe that the request will need to be re-authenticated. If your browser settings are configured to automatically authenticate each request based on the users log on settings, then maybe they don't see an impact.
... View more
07-08-2020
09:46 AM
|
3
|
2
|
6070
|
|
POST
|
Do you have any data in the spatiotemporal data store? If so, you can try to stop OSI5666 and you should see those services continue to work because the URL does not impact ArcGIS Servers ability to request data from the ArcGIS Data Store. I'm not sure why the URLs are different. It could be related to how you registered the Data Store if you registered them separately. I'm also not familiar with how the number of connections value gets updated. Theoretically, Server should always have a connection to the Data Store. If services are working, it seems like those values may not be updating correctly, but that's not causing a problem.
... View more
07-08-2020
09:19 AM
|
0
|
0
|
6099
|
|
POST
|
There are no current plans to support more than 1 standby portal.
... View more
07-07-2020
01:04 PM
|
1
|
1
|
3380
|
|
POST
|
Those instructions are for any version of Portal, and will be the instructions on any future versions as well. We'll update that doc.
... View more
07-07-2020
10:54 AM
|
1
|
7
|
6070
|
|
POST
|
Just for clarification, portal HA is active-active; each machine in a highly available portal configuration can respond to requests. Internally, there is a primary database which runs on one of the machines. If any request comes in to standby that requires data from the database, it will get that data from the primary database. Portal does not support a "siloed" architecture, like Server does, where you can have two distinct sites that are behind a load balancer. Portal HA can't function if the machines are split between two data centers for geographic redundancy. If you wanted to support geographic redundancy, you need to set up the two environments separately and use the WebGIS DR tool to replicate content from one site to the other. Portal can support a SplitDNS approach if you/your IT staff knows what they're doing. External users access an externally accessible endpoint, while internal users reach a different endpoint secured with Windows Authentication. In both cases, the URL has to be the same. Another approach to achieve that is use SAML, and all end users access the deployment through the same endpoint.
... View more
07-06-2020
02:21 PM
|
1
|
3
|
3380
|
|
POST
|
I'm surprised that you are able to sign into Portaladmin if the logs are indicating the index service and database are not available. Those errors would indicate that tokens couldn't be generated, which are necessary for accessing Portaladmin. I'd continue working with Support, given the multiple issues being presented in the logs.
... View more
07-02-2020
11:55 AM
|
0
|
2
|
10174
|
|
POST
|
Are you using a wildcard certificate from your own domain certifying authority? If the certificate is self signed and the FQDN of the URL using the certificate matches the CN, there's no problem. If the certificate is a wildcard certificate signed by a certificate authority that is not trusted by Portal or Server, then the request will fail. If the certificate CN does not match the FQDN of the URL and it's not a wildcard, the requests will fail. Try to import the root certificate into Server and see if that helps. Configure ArcGIS Server with a new CA-signed certificate—ArcGIS Server Administration (Windows) | Documentation for ArcG… You can also import it into Server using the importRootOrIntermediate API. Import Root Certificate
... View more
07-02-2020
10:14 AM
|
0
|
0
|
3676
|
|
POST
|
Can you post the full command line arguments for the process? Is it the javaw.exe process? Does it immediately or gradually climb to 20 GB?
... View more
07-01-2020
02:58 PM
|
0
|
3
|
11691
|
|
POST
|
Can you redirect the console output to a file within whatever script you're using to run the backup? I'm wondering if the backup for the Data Store is not completing, but the error isn't logged in the logs. If any component fails, then the backup won't be completed. You can also enable more logging from the DR tool in the logback.xml file, so you can see what the HTTP requests look like. That'll show you the job status response from the Data Store so you can validate whether it's created correctly.
... View more
07-01-2020
01:52 PM
|
0
|
2
|
1705
|
|
POST
|
Seems like a networking problem. Can you reach 'https://gis.xxxx.com/arcserver/admin/data/trustedServers' from the GeoAnalytics machine? Connection timed out would imply a firewall or similar problem that prevents the GeoAnalytics machine from reaching that URL. If you can reach that URL from the GeoAnalytics machine, then I agree, Support is the next step.
... View more
07-01-2020
01:50 PM
|
1
|
0
|
1734
|
|
POST
|
As long as you're using the same corresponding functions between Python 2.x and Python 3.x, you shouldn't see an issue. The version shouldn't impact whether a token is valid or not, unless the logic is different (if you're using different scripts), and you're not passing in the right referers or something similar. What is the error you're seeing?
... View more
07-01-2020
01:47 PM
|
0
|
0
|
3327
|
|
POST
|
That error means the account running the Data Store service can't reach that location. What account is used to run the Data Store service, a local or domain account? When you checked that each machine can reach the location, what account did you use, your own or the one that is running the Data Store service?
... View more
06-29-2020
11:08 AM
|
0
|
2
|
3357
|
|
POST
|
Once the Data Store is registered to Server, Server does not use the owning system URL to retrieve data. It uses a regular TCP connection, like a connection to any other enterprise geodatabase or database would use. Are you finding that stopping one of the machines causes a problem? What problem are you seeing? Theoretically, if the Data Store was dependent on the URL, then the only time you'd see an issue was if OSI5666 was stopped, because that's the FQDN listed in the URL. If you stop OSI5667, you also see a problem?
... View more
06-26-2020
10:02 AM
|
0
|
3
|
6099
|
|
POST
|
Even though the Data Store will list an "owning system URL", which may point to a single machine, or even when you register the Data Store, you enter a specific machine URL, the Data Store knows to communicate with all server machines in the site. Server also knows how to talk to all participating Data Store machines, so for the most part, you can disregard URLs in regards to Server to Data Store or Data Store to Server communication.
... View more
06-25-2020
05:16 PM
|
0
|
8
|
6125
|
|
POST
|
While the error message should be better, the example text below the parameter box indicates the structure of the URL you should enter. Remove /arcgis/services and see if that works.
... View more
06-24-2020
11:48 AM
|
0
|
0
|
1279
|
| 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 |
a month ago
|