|
POST
|
Yes, the F5 Virtual Server has the DNS C-Name assigned to its IP and a CA SSL applied to it. The web adaptor server runs IIS and can use a domain cert. The F5 VS is the only thing end users connect to. It proxies traffic to a 'pool' which, in this case, only has one server in it and that is the web adaptor server.
... View more
01-22-2024
07:40 AM
|
1
|
0
|
3149
|
|
POST
|
I think you nailed it, nice work! This is almost exactly what we have done and it works great. No VPN required and high security. The only thing we did a little different from your plan is that we created a Virtual server in F5 and assigned our DNS name to it. That way we can offload SSL to F5, and should we ever need to swap servers, we can do so by simply changing what F5 points to for the web adaptor server. No problems at all running multiple web adaptors on a single server. Edit: I guess we do subdomains differently than you do. We have one subdomain for the whole system (enterprise.company.com/portal, enterprise.company.com/server, enterprise.company.com/image, etc). Each component except the data store has its own web adaptor.
... View more
01-19-2024
03:51 PM
|
1
|
3
|
3368
|
|
POST
|
Yep, the Indoor User type is frustratingly limited. It has the fewest privileges of any user type I have seen yet, far less than a Viewer user type. You will need to assign at least a Viewer level license for anyone that you want to view Dashboards. Or you can share it with everyone and then it doesn't matter what license type anyone has 🙂
... View more
01-16-2024
04:09 PM
|
1
|
0
|
1274
|
|
POST
|
Agreeing with the first comment on both points - shared accounts are to be discouraged, but to reset the password a user must receive an email with a link to rest the password, so simply setting the email for the account to your own will prevent other users from changing the password. ArcGIS Enterprise comes with unlimited viewer accounts, and it is preferred to have users use their own accounts.
... View more
01-09-2024
11:13 AM
|
0
|
0
|
1458
|
|
POST
|
Have you considered using Hosted feature layer views for each of them? You would still only have one hosted feature layer, but you could add the views to the web map instead of the source feature layer and then control access via sharing. Create hosted feature layer views—ArcGIS Online Help | Documentation
... View more
01-09-2024
08:54 AM
|
1
|
0
|
1005
|
|
POST
|
As for REST services, it is just the standard protocol that web applications use to access data. Whenever you publish a feature layer item in ArcGIS Online, you are creating a REST service. ArcGIS creates them for you. When you create an ArcGIS Enterprise site, you are hosting a mini-version of ArcGIS Online on your own equipment. The main advantage of having ArcGIS Enterprise is that it can connect to resources you have on-prem. Resources like imagery that you have on a file system, File Geodatabases, and most importantly Enterprise Geodatabases (SQL Server, Oracle, etc). There used to be a lot of other things you could only do in ArcGIS Enterprise and not in ArcGIS Online, like hosting imagery services, using a GeoEvent Server and more. Esri has made many of those features available Online for an additional fee. You can upload File Geodatabases to AGO, but you cannot connect to an EGDB from ArcGIS Online, so that is one of the key advanatages. There are also aspects of security that can be considered, but that is a pretty big topic on its own. The main pioint there would be you can put ArcGIS Enterprise behind a firewall for additional security.
... View more
11-29-2023
11:10 AM
|
4
|
0
|
5671
|
|
POST
|
Is the new Floor Plan Editor application available in ArcGIS Online too, or only Enterprise?
... View more
11-21-2023
02:14 PM
|
0
|
4
|
1631
|
|
POST
|
When a user publishes a feature service referencign an enterprise GDB, a Data Store item must first be created in Portal. (Note,. not the software named "data store" that is part of the AGE base deplyment) What is the expected behavior when you clicm ont he "Layers" tab for a data store item? Unless the items has been used for bulk publishing, I am seeing nothing listed there, but I do see an error message in a little pink box that says "The item you requested cannot be found. The item may have been deleted or you may have entered an incorrect URL.". Looking behind the scenes at netork traffic, there is this corresponding error message: "error": { "code": 400, "messageCode": "CONT_0001", "message": "Item does not exist or is inaccessible.", "details": [] } Any ideas why this is happening or what it indicates? I am an administrator and have permission to see all content.
... View more
11-21-2023
02:12 PM
|
0
|
1
|
1270
|
|
POST
|
That is right. If those services no longer exist, it is safe to delete those folders.
... View more
11-01-2023
12:59 PM
|
0
|
1
|
2461
|
|
POST
|
Yes, perfectly OK if the service is already deleted. Delete from one level above what you ahve highlighted i.e. the folder that is named with the service name.
... View more
11-01-2023
11:53 AM
|
0
|
1
|
2496
|
|
POST
|
If you have an active pool of users who are currently using ArcGIS built-in accounts, you will have to migrate all their content and group memberships to their new accounts. If you implement SSO, it will require new ArcGIS Enterprise accounts for your users. You cannot convert an existing built-in account to an SSO account. That is the part that you should plan for ahead of time. You will also have to train / inform you users to click on the correct login button to use SSO rather than selecting the "ArcGIS login" and filling out a username and password. Just enabling SSO is quick and easy, and you can run both SSO and built-in accounts at the same time, so nothing needs to break when you enable SSO.
... View more
10-23-2023
01:01 PM
|
0
|
0
|
1705
|
|
POST
|
You are 100% correct, the second server will have no dependecies on the first sever because you chose the 'copy files to server' option. If you had not done that, then the second server would need access to the files and you would need to register a folder connection from that server to the file location. Something else to keep in mind, though, is that those locators are static snapshots of the data. Even if you connected to data on an enterprise geodatabase as the source for your locator, the locator files do not maintain a connection to that data source. Any updates you make to the data will require you to "rebuild" the locator for it to see that new data. Since you 'copied to server' your locator files, you would have to rebuild a local copy of the locator file and then overwrite that locator service in order to update it.
... View more
10-11-2023
04:00 PM
|
1
|
0
|
1653
|
|
POST
|
I got a low disk space warning not too long ago and found over 150,000 temp files from ArcGIS Server going back over 3 years. I was able to delete many of them and freed up about 100GB of space on the C drive. This article was helpful: How To: Delete ArcGIS Enterprise Temporary Files (esri.com) It has info that applies to stand-along ArcGIS Server as well as other Enterprise components. For example, it shows this as one location where temp files can accumulate. C:\Users\<user>\AppData\Local\Temp Where <user> is the account that runs the ArcGIS Server service. Also very helpful in these situations is a little program called "TreeSize Free" which you can install on your server and run it to see the names and size of all the folders in your drive tree, including hidden folders that you don't normally see in File Explorer. Another time we got a low disk space warning I used TreeSize Free and found another user had downloaded dozens of GBs of installation files into their "Downloads" folder, which is in their user profile directory and not one I would normally see or think to check.
... View more
10-04-2023
05:21 PM
|
0
|
3
|
3349
|
|
POST
|
It would be #3 https://myapp.mydomain/myservername/rest/services/MapServer/6?token=ABg612765fdH The ? is the delimiter that tells the server that everything after that should be key/value pairs of URL parameters. Use the & to denote another pair of parameters.
... View more
10-02-2023
10:31 AM
|
1
|
0
|
1408
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-16-2022 03:06 PM | |
| 2 | 04-10-2026 11:31 AM | |
| 1 | 01-20-2026 09:45 AM | |
| 1 | 08-17-2023 03:38 PM | |
| 1 | 10-15-2025 09:48 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-10-2026
11:09 AM
|