|
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
Wednesday
|
1
|
0
|
45
|
|
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
Wednesday
|
1
|
2
|
51
|
|
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
Tuesday
|
0
|
0
|
79
|
|
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
Monday
|
1
|
0
|
126
|
|
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
Monday
|
1
|
2
|
137
|
|
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
Monday
|
1
|
4
|
163
|
|
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
a week ago
|
1
|
1
|
126
|
|
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
a week ago
|
1
|
0
|
264
|
|
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
a week ago
|
0
|
0
|
95
|
|
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
a week ago
|
0
|
0
|
145
|
|
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
2 weeks ago
|
0
|
1
|
142
|
|
POST
|
Did support provide you any additional information about the bug? Like are all upgrades faulty, or just upgrades that meet certain conditions (like specifically upgrading from 11.5 to 12.1), etc.?
... View more
2 weeks ago
|
0
|
0
|
1437
|
|
POST
|
If you're referring to ArcGIS Enterprise 12.1, then I would say not. I can't find any documentation about this for 12.1. It's not in the "What's New" documentation, and when I try to navigate to the 12.1 documentation from the 12.0 documentation, the link is broken. According to Esri's documentation, Esri does not include beta features in long-term support releases. Assuming it hasn't transitioned to full support yet, then it would not be included in 12.1.
... View more
2 weeks ago
|
1
|
0
|
261
|
|
POST
|
I'll start with the disclaimer saying that every organization is different, but I have a table that is versioned with 2.4 million records in it, with 17.3 million records in the archive table, and we don't have any performance issues with it. I don't think having a large archive table would impact the performance of a viewing the table in ArcGIS Pro. In this case since you are using a versioned feature class, it creates a separate archive table which ArcGIS Pro wouldn't be accessing when viewing only the feature class. Are you reconciling and compressing the database? That would be the first thing to look at imo. Also, when you reindex, make sure you're also doing the spatial index too and not just the attribute index. For your second question.......all I can say is to be very careful about that. I'm not going to say that it's impossible, but it is a table that Esri manages so you might experience unexpected behavior if you directly modify it.
... View more
2 weeks ago
|
1
|
0
|
318
|
|
POST
|
Ahh, that's a good catch. I didn't think to check that. I kept the default tiling scheme, which was "Auto-suggest." So I'm not sure what it actually chose when I originally published it. With that being said, I tried again just now with WGS 1984 and my local projection and it still published fine when I set it to ArcGIS Online tiling scheme. Yes, my data is coming from an EGDB.
... View more
2 weeks ago
|
0
|
1
|
374
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | Wednesday | |
| 1 | Monday | |
| 1 | Monday | |
| 1 | Monday |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|