|
POST
|
I'm on 11.2 and the version shown in Portal Administrator Directory is 11.2, but on /portal/sharing/rest it doesn't show a version number. If go from the root down to /portal/sharing/rest/portals/self it says current version is 2023.2 Which is interesting because ArcGIS Monitor went from version 10.8.1 to version 2023.0 (latest version is 2023.3
... View more
02-08-2024
12:22 PM
|
1
|
0
|
1845
|
|
POST
|
If you publish to an ArcGIS Server and choose Copy all Data instead of Reference Data, or if you choose Reference Data but your data source isn't registered you will get the warning "All data will be copied to the server", then a copy of your FGDB is uploaded to the server and ArcGIS Server does use a FGDB as the data source for the service. This is for a stand alone ArcGIS server, though. When you have Enterprise, it will always use the Data Store (Relational) to store data for feature services when you choose Copy All Data. One exception I'm aware of is that if, when publishing from ArcPro, you select "Map Image" in the General tab under Reference registered data, and the location of your source FGDB is not already registered with the server, then it will behave as above and upload a copy of your FGDB. This only works for Map Image Layers, aka dynamic map services, not for hosted feature layers as far as I can tell.
... View more
02-07-2024
09:00 AM
|
1
|
2
|
4376
|
|
POST
|
When we upgrade ArcGIS Notebook Server, we have Esri instructions to install the new runimes as well, but I haven't seen any instructions on how to remove the older runtimes. Is there a best practice for removing older Notebook runtimes? My Context: AGE on Windows Servers, Notebook Server on a Windows 2019 OS running VMWare and Docker for Windows (Linux containers). We install both Standard and Advanced notebook images. The Docker for Windows uses a virtual hard drive with a set amount of space. I need to remove older images (10.8.1 and 10.9.1) because docker says I don't have enough disc space to install the new images. I tried using the Docker commands to remove images, and they do seem to be gone, but didn't free up space and ArcGIS Notebook Server Manager still lists those runtimes. There is a delete (trash can) item on the Notebook Server manager beside each runtime, but it is grayed out.
... View more
02-05-2024
02:07 PM
|
0
|
1
|
1864
|
|
POST
|
Agreed, it is not uncommon to use AGO as your ArcGIS Pro license manager and then interact with other ArcGIS Enterprise Portals. You only need to ensure you have enough of the right type of Enterprise licenses for your users.
... View more
01-22-2024
10:24 AM
|
1
|
0
|
4381
|
|
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
|
3557
|
|
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
|
3776
|
|
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
|
1403
|
|
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
|
1623
|
|
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
|
1155
|
|
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
|
6703
|
|
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
|
1806
|
|
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
|
1443
|
|
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
|
2818
|
|
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
|
2853
|
| 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 |
yesterday
|