|
POST
|
Tried that before I posted. There are no versions to delete.
... View more
11-02-2018
06:35 AM
|
0
|
2
|
3300
|
|
POST
|
Pro is like one of those sampler 6 packs you can get at the beer store. You can have cider beer, a light beer, an irish beer (and some mouthwash for when you get pulled over). In this case, there's hoses coming out of the bottom of the 6 pack to where the beer actually is (folders on your server). You can sip each kind of beer at your pleasure and conveniently carry your 6 pack around (on a thumb drive). Instead of having a pick up truck bed full of empties (Arc Map) for all those times you just need to make a simple temporary map, you just reach into your 6-pack and pop the tab on the Natty Light (the map you'll forget about as soon as you hit print). At least that's how I'm explaining it on a training I'm doing.
... View more
11-02-2018
06:25 AM
|
10
|
2
|
5969
|
|
POST
|
From SDE 10.6.1 on SQL 2014 ENT, I have some ghost replicas left over from a years ago TS case. The feature services that spawned them are long gone. How to remove them? SELECT
ITEMS.Definition .value( '(/GPSyncReplica/ID)[1]', 'nvarchar(max)') AS "ID" ,
ITEMS.Definition .value( '(/GPSyncReplica/ReplicaName)[1]', 'nvarchar(max)') AS "Replica Name" ,
ITEMS.Definition .value( '(/GPSyncReplica/ReplicaID)[1]', 'nvarchar(max)') AS "Replica ID" ,
ITEMS.Definition .value( '(/GPSyncReplica/CreationDate)[1]', 'nvarchar(max)') AS "Creation Date",
ITEMS.Definition .value( '(/GPSyncReplica/GPSyncDatasets/GPSyncDataset/DatasetName)[1]', 'nvarchar(max)') AS "Dataset Name"
from
dbo.GDB_ITEMS AS ITEMS INNER JOIN dbo.GDB_ITEMTYPES AS ITEMTYPES
ON ITEMS .Type = ITEMTYPES .UUID
WHERE
ITEMTYPES. Name = 'Sync Replica'; ID Replica Name Replica ID Creation Date Dataset Name
-1 DBO.Ags_Fs A2302934-20B6-41D4-B48F-1AD84A1165E2 2014-12-17T18:32:16.27 PFMD.DBO.ESRI_TEST_MSFT
-1 DBO.Ags_Fs_1418841420633 5ECE3404-607B-4F04-A1E4-C32FDD2EAA43 2014-12-17T18:36:01.147 PFMD.DBO.ESRI_TEST_MSFT
-1 DBO.Ags_Fs_1418841988647 22D0DEA1-C164-4ADF-81C4-B1C332D607A5 2014-12-17T18:46:11.3 PFMD.DBO.ESRI_TEST_MSFT
35719 DBO.Ags_Fs_1418909174993 9FA30948-67D3-4ACB-8396-EA720ABF7544 2014-12-18T13:26:01.787 PFMD.DBO.ESRI_TEST_MSFT
-1 DBO.Ags_Fs_1419181999753 84E3E701-38EF-486E-9BAB-32D5BBDC87FC 2014-12-21T17:11:11.93 PFMD.DBO.TRAILSIGN
-1 DBO.Ags_Fs_1418841209303 C3038FE1-384E-4A2F-81B8-3752D693D41F 2014-12-17T18:33:03.64 PFMD.DBO.ESRI_TEST_MSFT
-1 DBO.Ags_Fs_1419186441983 15B5D13D-70A4-4099-84DE-3001B4639EEF 2014-12-21T18:25:30.603 PFMD.DBO.TRAILSIGN
-1 DBO.Ags_Fs_1419262786420 96CBBD68-49E3-4162-946E-2EEB7FC35154 2014-12-22T15:39:24.667 PFMD.DBO.ESRI_TEST_MSFT
40523 DBO.Ags_Fs_1420049785970 1EE77463-ED4F-431D-9395-663C85AC8EAC 2014-12-31T18:16:07.217 PFMD.DBO.ESRI_TEST_MSFT
97711 DBO.Ags_Fs_1522248749793 8BA06387-0C91-4D02-8BF3-A024293E297E 2018-03-28T14:52:20.023 PFMD.DBO.TEST_EMPTY
... View more
11-02-2018
05:41 AM
|
0
|
4
|
3627
|
|
IDEA
|
So I'm getting good feedback on the whole many maps and layouts in a Pro Project, and frankly, is the only "Carrot" I have to get folks to switch over. However, here's what's happening: User will bring 5,10, 20 maps into a Pro Project, maybe make 5 layouts. These maps come from what were formally separate ArcGIS "Project" folders, none of them having anything to do with each other, but, hey, drinking the Kool Aid, we can now manage these maps in one Project, right? Keep in mind, each one of these "maps" is a map file I had set up and put in these widely distributed folders. Another user also needs to be looking at the maps that the first user is manipulating. Let's say they have a Project with 13 maps in it, where 10 of those maps are coming from the same legacy folders that User 1 got his maps from. This happened: User 1 told user 2 he saved the project, and user 2 should now see the updates to those 10 maps. What neither realizes, is that those maps are now part of User 1's Project, and were NOT saved anywhere on a server in 10 different folders. The explanation of "Well you have to "share" each map was interpreted as "That makes no sense. I saved my project. What's the problem here?". Would be handy, if, in cat pane or view, there was a right click option on maps and layout to open, instead of add and open, and an option to save that map as the same file it was opened from. In other words, I'm reading and writing to a mapx file and not bringing it through the aprx pipes and levers. I'm aware that there is a Share Map and Share Layout Dialogue, and no, Portal is not a solution for this as we do not publish every single feature class we work with as a feature service, and never will. Adding to this, I feel like I should be able to right click on a mapx in cat view and paste it to any folder as well, not just a project folder (which I can't do). Not can I drag a mapx file to another folder.....
... View more
10-31-2018
01:29 PM
|
3
|
3
|
1642
|
|
IDEA
|
Kory Kramer what is the name of that drop down arrow, BTW? I'm developing some training materials and want to refer to it correctly......
... View more
10-29-2018
09:51 AM
|
0
|
1
|
2908
|
|
IDEA
|
I believe the doohickey you mention is what I refer to....
... View more
10-29-2018
08:56 AM
|
0
|
1
|
2908
|
|
IDEA
|
In Pro, I know I can open up maps and layouts in the order that I want them in, but that rarely lasts, and I find myself, in general, wanting to move maps and layouts around in the top thingamajigger so I just "see and click" to switch between a map and layout. Sure would be handy if the Drop Down Doohickey allowed one to "drag" maps and layouts, so I can arrange items in the topthingamajigger the way that I want. (No, dragging them sideways really doesn't work well). My idea is that mouse-over the icon would invoke the drag up or down behavior....mouse over the text is what opens it. In order to compel more upvotes, here's the idea in the context of Stevie Nicks & Tom Petty - Stop Draggin' My Heart Around - YouTube ESRI, I know you'll listen The next version put this in I said ya, well What am I supposed to do Drag my maps is what I'm telling you So you think this is a great idea Pro causes me hyperpnea Start draggin' my Start draggin' my Start draggin' my MAP around
... View more
10-28-2018
02:12 PM
|
8
|
8
|
2981
|
|
POST
|
To work around, I had to: Turn off all of the AGOL layers, including the world imagery Hunt for, and download to my laptop, a local roads vector layer: I needed some sort of reference so I could zoom and pan to my new AOI in the new layout while in map activated mode Turned the AGOL layers back on and removed the local vector layer This took an hour of my life, that I'll never get back, to figure out how to keep going on this project. There is a delivery-on-time requirement...... This is not a solution though: This project will be used by multiple folks in many, very distant geographic locations and I specifically set it up so the maps and layouts we need are pulling from AGOL HFS's, so they'll work anywhere. This is with the default cache settings, and yes, I've cleared cache, I've moved the cache folder, I've rebooted, the drivers are current. I get that one has to wait a minute or two for AGOL data to sort itself out over a 7MB internet connection. However, 10 minutes of the thermal vents baking the varnish off my kitchen table is not how GIS software should respond when I zoom and pan to a AGOL HFS. I suspect, that based on a previous case, the size of the APRX file (12+MB) and the number of layouts using multiple map grids in each layout, is a contributor (but not the cause) to this issue. Multiple maps and layouts in a project is cool, but you should open up that APRX file and look at the quantity and size of the xml files being generated. Speaking of using AGOL in the classroom: If you have 50 kids all hit the same HFS, and it has features with a lot of vertices...better make sure your lab PC's have Solitaire installed on them. Where possible, use Vector Tiles, but that doesn't help you if you're teaching how to use the ID or Select by Attributes Tool. Quoting you, I believe, make use of the Simplify Tool if it's just training data.....
... View more
10-28-2018
10:23 AM
|
0
|
1
|
1485
|
|
POST
|
Fair warning though, regardless of how much you beef up your workstation, the simple act of opening a Pro Map with a few AGOL connections can bring even the most tricked-out of workstations to its knees, frequently. Task manager for the last 10 minutes. I had to hard-power the laptop out of fear of thermal damage.This was about 2 minutes after opening the Pro Project, copying a map in cat pane, opening the map, and zooming into a a different AOI. I can't recall, ever, in my career, being worried about GIS software bricking workstation hardware..... Steps to Reproduce....
... View more
10-28-2018
09:31 AM
|
1
|
3
|
4028
|
|
POST
|
Sounds like you might be running into BUG-000116292 When joining two tables together in ArcGIS Pro, the order of the fields resets to the original order and all fields become visible even when some were set to be invisible.
... View more
10-26-2018
10:26 AM
|
1
|
1
|
2877
|
|
POST
|
You can see in the video I get both behaviors: Once I get different vertices than the polygon, then I get the same one. Bear in mind my test geometry is pretty simple, based on the OP description, they have some pretty complex lines and arcs. Also note the performance issue I see during the second trace, the trace lags well behind my mouse pointer and stops for a while.
... View more
10-24-2018
01:01 PM
|
1
|
1
|
3445
|
|
POST
|
Ah....but I can repro on the curve-of-many-vertices. Kory Kramer, the way I did this, was, make a polygon using the Freehand tool, densified it, then created a line using trace. The vertices are clearly not the same as the polygon vertices.
... View more
10-24-2018
07:38 AM
|
0
|
3
|
3445
|
|
POST
|
When you say curve, is this a true bezier curve, or a curve-that's-really-a-lot-of vertices? I can't repro when it's a true bezier curve....
... View more
10-24-2018
07:36 AM
|
0
|
4
|
3445
|
|
POST
|
I was, then found it to be a waste of time. At least in our licensing environment, the FQDN of the machine is what hits the license server. I discovered this by using ridiculous Pro Workstation alias's (e.g Sasquatch's furry tummy), waiting for the license admin to send out an angry email to the whole org "Who the hell is doing this stop it!". Did this for months, finally made up some problem where I asked him to look at the license server logs. Imagine my disappointment.....
... View more
10-23-2018
06:37 AM
|
1
|
0
|
1052
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-17-2022 12:19 PM | |
| 1 | 03-14-2019 06:24 AM | |
| 1 | 07-12-2018 09:29 AM | |
| 1 | 06-27-2019 12:08 PM | |
| 2 | 09-23-2019 11:03 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-26-2026
07:12 AM
|