POST
|
Hi Robert, thanks for the reply. There are only 3 people who have access to the specific VM and its local drive that projects are being published out. I did go check the drive and folder permissions and all three of us have "full control" over them. I tried to bump the permissions by changing them and changing them back followed by a full reboot of the VM, but to no avail. I just find it curious its only 1 project (so far). I don't really think its important enough to submit a ticket for as its probably just some odd local VM setting somewhere. But it would be nice to trace the cause if possible.
... View more
07-30-2020
08:27 AM
|
1
|
0
|
94
|
POST
|
In ArcGIS Online I used the create feature layer -> build a layer of type point/line/polygon. Fairly simple process. When adding additional fields (data -> fields) to all three I noticed that point and line/ have the checkbox to accept null values however the polygon does not. Once I noticed this I created just a polygon feature class and it did have the accept null checkbox as expected. Is this the expected behavior of this process? Or is something else up. I have attached two screen caps showing the differences. I can easily work around it by creating a separate polygon FC but figured I'd ask. Thanks.
... View more
07-27-2020
08:45 AM
|
0
|
0
|
25
|
POST
|
On a virtual server we have a bunch of projects saved. These project each relate to a published portal map image layer that we consume as a map service in our applications. Recently (as in the last month) one of these projects started to only open in read only mode which is mildly inconvenient if you want to make changes to the published service. Originally I assumed someone was accessing it. However, because its a locked down VM it was pretty easy to ask the people who have access to the VM if they have it open. They didn't have it open. I also tried turning off the service that accesses it assuming that may be causing it for some off reason, it wasn't. Its only one project on a drive with a whole bunch of them, but I'm just worried it will start happening to more of them. I've also tried just opening the project and saving it as a different name (creating a new project). This brand new one now only opens in read only mode as well. After reading through some articles about similar instances I've done about everything I can do. So I'm at a loss for trouble shooting, hopefully someone else has seen this behavior. Service was published out of pro 2.5.1 which is still the current version of pro used on that VM.
... View more
07-09-2020
12:01 PM
|
0
|
2
|
189
|
POST
|
yup answered my own question. not(selected(., ${faciltyTypePrimary})) Dug it out of How To: Constrain Select Multiple response combinations in Survey123 Connect for ArcGIS and modified it for my own needs.
... View more
07-02-2020
07:16 AM
|
0
|
0
|
14
|
POST
|
Probably an easy one, I've just been out of the survey123 game for a while so my syntax is a bit shaky. I have a primary type drop down which a user can choose a primary type (select_one). After that the user is able to select other relevant types (select_multiple). This list is basically the same list as the primary type, just its a select multiple. Ex primary type could be Community Center, and the secondaries could be arena, agricultural hall ect. I'm just trying to write the constraint formula to ensure the select_multiple does not have the value in the select_one checked off. So if Community center is the primary type make sure its not also selected as a secondary type. If this has already been answered well somewhere else feel free to point me to it! Thanks
... View more
07-02-2020
06:56 AM
|
0
|
1
|
47
|
POST
|
Perfect thanks Graham, its working on my end as well. Thanks
... View more
05-14-2020
11:48 AM
|
0
|
0
|
45
|
POST
|
it seems with the most recent ArcGIS Hub updates I'm unable to load most of my sites in IE 11. I've tried it with a few other sites from across the internet (including a bunch on the Hub Gallery page) and get the same error on all of them. Examples: Montana Forest Action Plan , City of Arlington, TX Performance Management , 10 Minute Walk Campaign. They all open fine in every other browser just not IE. I've also tried just spinning up a blank hub site and got the same issue. I think the issue is coming from the vendor js webpack modules but it's a bit tough to trace at the moment. Any advice or tips (other than stop using IE trust me I wish we could) would be great.
... View more
05-14-2020
07:28 AM
|
0
|
6
|
225
|
POST
|
Is it possible to disable this popup, or at least do the "do not ask me again this session". It just adds and extra click on top of all of the extra clicks pro already requires, and in my experience (which it may be different for others) has never actually added any value.
... View more
02-26-2020
12:37 PM
|
0
|
0
|
17
|
POST
|
I, like most here, agree with the poor performance of pro. I would like to make it my daily go to, but it makes a snail look fast. For ArcMap to draw our 70,000 parcel layer it takes a second ( I get it, its a lot of features). For pro to do the same work it's usually around 2 minutes, then two minutes again when it needs to redraw... I'd love to say it's just one layer but it's not, its global across all layers. If you watch the traffic between pro and a database server and compare it to ArcMap and a database server its astonishing how much more traffic there is with pro. At this point I don't even bother opening pro unless I need to publish to AGOL/Portal as I don't feel like wasting company money waiting for pro to chat back and forth with our servers hundreds of times per second before it starts to do anything. I wish I could say it was contained to just drawing, but its pretty much everything about pro. If you want to run a GP tool, let pro think for a few minutes before opening a dialog box. Open an attribute table, same idea. The example below shows the length of time it took to drop a few fields from an attribute table of just a regular feature class, nothing special about it......That's 34 minutes and was still going. My computer (and most who use GIS in our corporation) and our servers are all well above min specs (sometimes more than double whats required) , however these issues still persist on every machine. We always update to the newest version of pro once its stable and has the bugs cleaned out. Don't get me wrong I'm not trying to bash pro (that's a can of worms). But I am very much on the train that ESRI rushed to get a minimum viable product out to the market without any real user testing or performance testing. The classic answer of "its your computer" or "its your servers" that are the problem, can only be said to so many people before it becomes glaringly apparent that its not just "your computer" its the fundamental way pro operates.
... View more
02-26-2020
09:36 AM
|
9
|
4
|
342
|
POST
|
Hi Todd, thanks for the reply. I assumed the concept would be close enough between Vue/React that just the general idea of the "how" would be enough for me to figure it out. I'm using the esri-loader for my map components, just seemed like the easiest way to do it. I semi-figured out a solution for now, by just using Vue's built in store watcher within the map JS, then using its on change events to update the data I need updated. Not sure if it's the most elegant solution but it'll work for now. ----------------------------------------------------------------------------------------- this . $store . watch ( () => this . $store . state . DefinitionExpression, ( newExpression ) => { pointLayer . definitionExpression = newExpression ; polygonLayer . definitionExpression = newExpression ; }) --------------------------------------------------------------------------------------- I'm certainty going to dig into finding something similar to a React Context in Vue that seems like a better way. Thanks.
... View more
02-05-2020
11:55 AM
|
0
|
1
|
56
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|