|
POST
|
Hi Jinho, We have implemented the reservation manager, but it still prevents anyone from having more than one reservation at the same time. The reservation manager cannot book two spaces for the same person at the same time, so that is no different from a person not being able to book two spaces for themselves. The hotel configurations have options for "maximum number of bookings" per person, but that does not override the "at the same time" restriction. Is there any way to allow an occupant or reservation manager to book two spaces at the same time for one person?
... View more
08-17-2023
09:10 AM
|
0
|
5
|
2783
|
|
POST
|
Is there a way to configure Indoors so that a user can reserve more than one space at the same time? By default, it doesn't allow it and shows the user a message that says the booking is declined because you already have something booked for this time period. We have a use case where we would like a user to be able to book two or more spaces during the same time period.
... View more
08-16-2023
12:26 PM
|
0
|
8
|
2809
|
|
POST
|
In case anyone has the same question and finds this post, here is the answer. Yes, you can disable "ArcGIS Login" so users do not have the ability to log in that way and still use a built-in account for back end Python scripts. The key is to add an argument to the connection line that forces it to use a token instead of OAuth. arcgis.gis module | ArcGIS API for Python use_gen_token Optional Boolean. The default is False. Uses generateToken login over OAuth2 login.
... View more
08-16-2023
10:19 AM
|
2
|
0
|
2300
|
|
POST
|
I was advised that if we disable "ArcGIS login" in the Security settings of ArcGIS Enterprise Portal that we would still be able to programmatically used built-in accounts. In other words disabling that setting would remove the ArcGIS login option from the login page, but would not actually disable the built-in accounts. However, when using the ArcGIS Python API, code that connects using a built-in account stops working when we disable that setting. Was I given bad advice, or is there some trick to getting the Python API to connect when that setting is disabled? We really don't want users to see that option for logging in because we get help tickets all the time when they chose that option instead of the button for Single Sign on. Disabling that option makes a better user experience, but we still need back end Python jobs to be able to log in too.
... View more
08-10-2023
04:44 PM
|
1
|
2
|
2406
|
|
POST
|
In ArcPro, before you publish, do you see the Floor Filter widget?
... View more
07-31-2023
01:19 PM
|
0
|
1
|
2638
|
|
POST
|
Did you configure the Indoor Layers tab of the Map Properties dialog box?
... View more
07-31-2023
12:38 PM
|
0
|
3
|
2649
|
|
POST
|
Very happy to hear you worked through it. Esri tech support is usually really good, if not great. Thanks for the follow up.
... View more
07-07-2023
09:08 AM
|
0
|
0
|
8708
|
|
POST
|
Oh I see now. It is never easy to interpret the reasoning of someone else when they don't leave documentation. I'm sure Esri will be able to help. I would start by verifying which servers are performing which roles and remove any software, especially previous versions, that is not actually being used on each server. Then diagram and document your installation configuration. Let us know your solution when you find it. Good luck!
... View more
07-05-2023
10:19 AM
|
0
|
0
|
8735
|
|
POST
|
Now I'm really confused. The first screenshot showed Datastore at 10.8.1 and Server at 11.1. This new screenshot shows the reverse - Datastore at 11.1 and Server at 10.8.1.
... View more
07-05-2023
09:46 AM
|
0
|
1
|
8742
|
|
POST
|
Your screenshots show that you have not upgraded the DataStore software yet. You will need to upgrade that software to 11.1 before you can configure it with your upgraded Portal and Hosting Sever
... View more
07-03-2023
01:59 PM
|
0
|
3
|
8772
|
|
POST
|
In order to get the download as FGDB option, I think you will need to "enable feature access" on the service. This will create a /featureserver end point as well as the /mapserver endpoint that you already have. You will have to use the /featureserver endpoint to get the FGDB download option. We learned this from our Open Data Portal. The same thing is true for being able to export data from the service via ArcGIS Pro. When you use a hosted feature layer, it is always already a feature service. (Note: you can enable feature access but disable editing)
... View more
07-03-2023
01:52 PM
|
0
|
0
|
2895
|
|
POST
|
I am in favor of having a single web server for all of the web adaptors needed for a full AGE platform. It makes it convenient to have them all in one place, all the servers end up with the same base URL, and you can use a single SSL cert for all of them. I don't know of any limit to the number of web adaptors you could install on a single web server. We have 5 on ours.
... View more
06-23-2023
12:24 PM
|
2
|
1
|
1463
|
|
POST
|
I'm seeking authoritative information about the compatibility of custom print services and the print widgets in WAB, EB, map viewer, etc. Here is what appears to be the case according to our experiences, but I have not been able to find a chard, blog or references in documentation that will confirm if these are all true. We have a unfederated ArcGIS Server at 10.9.1 with a custom Print service created in ArcMap. We have this print service registered in AGO as our default print utility service. Separately, we also have a full stack ArcGIS Enterprise at version 11.1 Apparently: Experience Builder cannot use a print service created in ArcMap and hosted on AGS 10.9.1 Web App Builder can use it Map Viewer (new) can use it Additionally, it looks like we can't publish a new print service to our AGS 10.9.1 with the current version of ArcPro: BUG-000151319 for ArcGIS Pro (esri.com) If we are able to find a ArcPro 2.9 version and get a new print service published to AGS 10.9.1, will Experience Builder be happy with that? Any links to EB documentation that talks about this would be appreciated.
... View more
06-08-2023
01:38 PM
|
0
|
1
|
804
|
|
POST
|
Esri has just confirmed that the latest security patch for AGE 10.9.1 introduced a bug that causes what we are seeing. You must uninstall the patch or wait for them to release a hotfix. It's not us, it's them 🙂 https://support.esri.com/en-us/patches-updates/2023/portal-for-arcgis-security-2023-update-1-patch-8095
... View more
04-27-2023
01:15 PM
|
4
|
0
|
8313
|
|
POST
|
Interesting. I just confirmed this is an issue or two of our Portals but not on two other Portals. By security updates I mean the ArcGIS Portal / Server patches.
... View more
04-27-2023
09:18 AM
|
0
|
0
|
8339
|
| 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
|