|
POST
|
In general, I don't think there are any ways to limit the size of a PG DB. You could look into setting tablespaces, but I don't think that will get you what you want in this case. You'd essentially be in the same situation you're in now. I think the best way to do this would be to setup some sort of monitoring mechanism like you're already doing now. You could create an alert at the DB level to alert you if the DB crosses a certain size threshold. This could be done through a scheduled job that runs at every X interval.
... View more
Friday
|
1
|
1
|
98
|
|
POST
|
Of course, I certainly agree with that. But that doesn't negate the fact attempting to reset your password without an SMTP email enabled in Portal just endlessly loops you back to a sign in screen with no additional information resulting in the end user not knowing what's going on. At minimum, that should be fixed if Esri still plans to fully support built-in accounts. Not only that, but Esri's hardening guide also advises people to use MFA for built-in Portal accounts.....which will be impossible (for MS users) once MS fully retires legacy authentication because per Esri's documention, the Portal email must be configured to enable MFA. This means organizations won't be able to follow Esri's hardening guide for built-in Portal accounts.
... View more
2 weeks ago
|
1
|
0
|
112
|
|
POST
|
Ah, that makes sense. The specific Portal I was working in did not have an SMTP server configured for email password resets. In this case, when a user attempts to reset their password, it asks them for their username, but then it just takes them back to the sign in page with no messages or anything. In my opinion, there needs to be a message or something that tells them it can't reset their password and to contact an administrator. It's just kind of odd that it goes right back to a sign in page with no additional information. On a side note, even if we did have an SMTP server configured, it would only buy us a little time until Microsoft fully retires legacy authentication (which as of now, is December 2026). To my understanding, Portal does not support Microsoft modern authentication. At that point, it would be impossible for a user to reset a password on their own. And that would take us back to where we're at now, where a security question is essentially meaningless. I realize this is specific to Microsoft, but considering how large Microsoft is, I imagine others will be in this scenario.
... View more
2 weeks ago
|
0
|
2
|
146
|
|
POST
|
The release of the Portal for ArcGIS Security 2026 Update 2 Patch removes the ability for end users to reset passwords using a security question for built-in Portal accounts, which essentially makes security questions meaningless. Since security questions are meaningless now, why does Portal still require us to specify a security question/answer for new users when they log in for the first time? There's no point in asking for it anymore, right? Furthermore, the guidance provided on the security question/answer page is just wrong now, because it gives the end user the impression they can reset their password using the security question/answer, when Esri took that functionality away in the patch. It's not necessarily a big deal, but now we have end users that are creating meaningless security questions/answers AND being given incorrect guidance by Esri saying they can reset their password using a security question/answer, when in reality, they cannot do that anymore.
... View more
3 weeks ago
|
3
|
4
|
270
|
|
POST
|
You're welcome! Maybe someone with more knowledge than me will come along and provide other solutions I'm not aware of. I will add that you might not have good performance streaming videos through a VPN, depending on how fast it is.
... View more
06-10-2026
11:28 AM
|
1
|
0
|
435
|
|
POST
|
Unfortunately, I think you've burned through all of your options. The videos have to be hosted somewhere......it's just a matter of where. You've already ruled out AGOL because it maxes out your credits. And you've ruled out a cloud provider as well. The only place left where you can host them is where they currently exist, somewhere on your server. The only option I can think of at this point would be to make your videos accessible through a VPN. It still wouldn't be publicly accessible, but you could access the videos in the field as long as you were connected to VPN on your device. But depending on your IT department's policies, that might not be allowed. But that's the only option that's left that I can think of.
... View more
06-10-2026
11:08 AM
|
1
|
2
|
441
|
|
POST
|
The ArcGIS Data Store is just a PostgreSQL DB under the hood. When creating an ArcGIS Data Store backup, all it does is create a PostgreSQL dump file. And typically (to my understanding), restoring from an older version to a newer version is supported within PostgreSQL. So, it makes sense to me that doing a fresh install of the ArcGIS Data Store and restoring from a previous version's backup will work from a PostgreSQL perspective. Of course, the unknown variable is all the stuff Esri adds on top of it to make the ArcGIS Data Store work within ArcGIS Enterprise. Depending on how that works, I can see how it might not be officially supported. But glad it worked in your case!
... View more
06-09-2026
03:46 PM
|
0
|
0
|
801
|
|
POST
|
Yeah, I wouldn't necessarily expect there to be any Esri documentation about it because this is something that is done at the Azure level vs. the Esri level. Just like how Esri doesn't really tell you how to create accounts in Azure. They just tell you how to link Azure to AGOL so you can sign into AGOL with your Azure login.
... View more
06-08-2026
08:18 AM
|
1
|
0
|
459
|
|
POST
|
For the purposes of AGOL, it works exactly the same as an Azure AD account that your organization owns. You invite them to your Azure AD tenant, and then the end user needs to accept the invitation from Microsoft. After that, you just set the permissions just as if it were an account that your organization owns. Yes, I got this working. This is a common workflow. Again, you would treat revoking access the same as if it were an account that your organization owns. You delete the account and/or content from AGOL, then delete the account from Azure (or at least remove them from the AGOL enterprise app that gives them access to AGOL).
... View more
06-08-2026
07:51 AM
|
1
|
2
|
470
|
|
POST
|
No, they don't necessarily need full access in your Azure AD tenant. All you need to do is invite them as an external user in Azure AD, which essentially adds them as a guest account in your tenant. When you invite them as an external user, you do NOT manage their account (so no password resets, no email management, etc.). The contractor's organization is still responsible for that. The only thing you can really control is what they have access to within your Azure tenant (such as giving them permissions to AGOL). On the AGOL side of things, you would manage it the exact same was as your internal users. And a final note, you can invite non-Microsoft accounts as well. They work just about the same as Microsoft accounts.
... View more
06-08-2026
06:44 AM
|
1
|
4
|
496
|
|
POST
|
When you said you added it to the connector body as a link, do you mean you selected the hyperlink option in the email connector? Similar to how it’s stated here: https://community.powerplatform.com/forums/thread/details/?threadid=f859e81a-4433-49ab-9381-74cf0d9c7d01
... View more
06-04-2026
06:03 PM
|
1
|
1
|
375
|
|
POST
|
The spatial join tool should work. I just tried it and it worked for me. Make sure to set the join operation as one to one, then create a new field in the field map section. From there, select your polygon table, select Concatenate as the action, and specify your zone field. Then run the join and it should work. End result:
... View more
06-04-2026
10:23 AM
|
1
|
0
|
596
|
|
POST
|
Is this a fresh installation on a machine that previously had 10.2 installed? If yes, it's possible that the Portal installation is still trying to use the 10.2 Portal content directories, even though it is a "fresh" 10.8.1 installation. If you are doing this to try and get around the 10.2 to 10.8.1 upgrade limitation, then that will not work. If it is truly a fresh installation and you do not need the old content directory, I recommend deleting it or selecting a different directory when doing the install.
... View more
06-03-2026
06:19 AM
|
0
|
0
|
265
|
|
POST
|
You just need to configure the pop-up in Field Maps to contain a URL that launches Survey123. This documentation should get you started. https://doc.arcgis.com/en/survey123/get-started/integratewithotherapps.htm https://resource.esriuk.com/blog/getting-started-with-url-parameters-in-survey123/
... View more
06-03-2026
06:12 AM
|
0
|
0
|
291
|
|
POST
|
As long as the collaborations are still functional, I don’t see any reason to redo the collaborations unless you really want them to reflect the correct version. I know restarts are a part of upgrading Portal, but it might be worth restarting both Portals and then initiating a manual collaboration sync if you haven’t done that already. I encountered an instance where an existing collaboration would not detect a new workspace that was created until Portal was restarted, even after doing manual syncs.
... View more
05-31-2026
09:26 AM
|
0
|
1
|
329
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 2 weeks ago | |
| 3 | 3 weeks ago | |
| 1 | 06-10-2026 11:28 AM | |
| 1 | 06-10-2026 11:08 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|