POST
|
Max records returned is currently set to 2000. I don't suspect that's an issue, as it appears to be a rendering problem - see how only half the line is drawn in the circled areas:
... View more
Wednesday
|
0
|
0
|
82
|
POST
|
We've been up & running with the Pro parcel fabric for a few months now and there are some persistent issues that are really starting to become a nuisance. One of those just now is that the map frame fails to completely load the data visually even though features are loaded into the application - because they're labeled and selectable. Observe a sector of conveyance divisions and see that the lines have not drawn. However, their labels are still displayed: Incomplete drawing When I click on the west boundary line of lot 187, it is indeed selected and loaded into the attributes window: Selected feature There is no active record and no definition query on anything, so I should have all the features shown to me. I've tried filling the map's feature cache and emptying it but it does not help. Refreshing the map sometimes helps, and other times I'm able to pan/zoom around a bit and eventually I get all of the features, but I'd really like to know what I should be looking for in the software stack for insight into why this is happening. This issue has happened on other layers in the service as well (tax, topology, record polygons, etc.). Editors are on Pro 3.5.3 and the feature service is Enterprise 11.3 with all current patches applied.
... View more
Wednesday
|
1
|
3
|
124
|
POST
|
Thank you for the link. I did not check the locks on the geodatabase but will if/when it occurs again. The short term solution was to have the editor delete their version and create a new one, then they were able to create seeds and continue editing. I will open a support incident next time.
... View more
06-11-2025
01:26 PM
|
0
|
0
|
374
|
POST
|
Is there a way to have administrative parcels be separated out by ownership/edit permissions from the core parcel types? One department edits the tax map, but there are other departments who have their own purview over polygons that need to align with the tax parcels etc.
... View more
06-10-2025
08:04 AM
|
0
|
1
|
220
|
POST
|
User attempted reconstructing from seeds after shrinking them for line cleanup. Pro did not complete the operation but did not error - just endless progress dialog box. User then cancelled the operation and is now unable to try again. The error message reads: Edit operation failed. Message: User session application lock in progress - operation not allowed. Corresponding error messages from the service logs: Restarting the service does not resolve this issue and the user is not able to proceed. Any ideas on what to try next?
... View more
06-10-2025
07:58 AM
|
0
|
3
|
436
|
IDEA
|
Yes, please incorporate left arrow collapse behavior into Pro's Catalog pane. I use it all the time in other programs with a tree-structure. Its absence is truly awkward every time I manage data in Pro.
... View more
06-22-2023
07:47 AM
|
0
|
0
|
1349
|
POST
|
This is indeed true, and it still boggles me. The answer to why it's required is because of branch versioning - though why GDB versioning was insufficient for the Pro fabric is not clear to me. IMO, Enterprise makes Pro fabric editing an overly complex setup. It will be a barrier to success for smaller shops.
... View more
06-01-2023
05:06 AM
|
1
|
0
|
2029
|
POST
|
The Land Records Meetup group helped with this one. There's an attribute on the lines layer (hidden by default in the LGIM fabric symbology) called DensifyType, which the help system sort of cryptically states as "System-managed field used for storage of natural boundaries". There's no further documentation I can find, but linestrings can be identified by querying on: [DensifyType] = 3 Then join the lines back to the parcels to figure out which parcels have linestrings. Easy peasy. Hope this helps.
... View more
02-25-2016
10:06 AM
|
1
|
1
|
1148
|
POST
|
I was just running through the process described by Gordon and ran into an issue. The solution is simple, but I wanted to post here for posterity We're using AGS 10.3.1, and caches created at 10.3+ use V2 of the compact cache storage format, described here. When I proceeded with the last step of copying the generated cache, I was simply copying all of the LOD folders inside the _alllayers folder. This resulted in the map service not returning any tiles, and http traffic showed all requests were pending, waiting for available socket. The solution is to make sure the conf.xml folder at the cache's root director has the 'V2' removed from its storage format element: <CacheStorageInfo xsi:type='typens:CacheStorageInfo'>
<StorageFormat>esriMapCacheStorageModeCompactV2</StorageFormat>
<PacketSize>128</PacketSize>
</CacheStorageInfo> It should be esriMapCacheStorageModeCompact for this to work.
... View more
10-29-2015
07:48 AM
|
0
|
0
|
1027
|
POST
|
Hi Sallie: When working with a parcel, you can see if it has line strings by the contents of the Parcel Details window (Lines tab), but that only works on one parcel at a time. I'd like a way to query which parcels in a fabric contain line strings in bulk rather than one at a time.
... View more
08-04-2015
12:01 PM
|
0
|
1
|
1148
|
POST
|
Is there a way to query which parcels in a fabric contain line strings?
... View more
08-04-2015
11:41 AM
|
0
|
5
|
3473
|
POST
|
Amir, Do you know of a GP tool that will operate on polygons and simplify only their straight (non-curve) courses? We've looked at the curves & lines add in, but we have intentional overlapping polygons in our existing data and don't want to clean them up after generating polygons from lines and points. Having the option to merge courses during data loading would be of great help in this situation.
... View more
06-18-2015
04:45 AM
|
0
|
0
|
1618
|
POST
|
Got it - thanks! Is there a similar option when loading parcels using arcpy.LoadTopologyToParcelFabric_fabric?
... View more
06-17-2015
12:45 PM
|
0
|
2
|
1618
|
POST
|
Amir, I can't find any additional information on this. Would you please explain where to find this option? [Edit: I'm using 10.3.1]
... View more
06-17-2015
11:18 AM
|
0
|
4
|
1618
|
POST
|
Hannah, I've been through the articles on how to create an AGS service for ArcPad. They suggest using exploded format, but don't specify an image storage type. The default is MIXED, which will create both PNG (blank or partially so) tiles and JPEG (content tiles). I added the service to ArcPad to make sure the NMF and L00-L03 folders were created, then took the map service offline. I then copied all the tiles from the map service's cache folder into the NMF file's cache location. The cache does indeed work offline, but it looks like it's turning everything into PNG files with world files and a projection xml. In this screenshot, the JPG files are what was copied from the AGS service's cache directory, and the PNG, PGW, and xml files were created by ArcPad when viewing the layer: Is this the way it's supposed to function, or is there some ArcPad setting I need to change? If it's the intended behavior, this will more than double the cache's size when using it.
... View more
02-23-2015
06:55 AM
|
0
|
1
|
739
|
Title | Kudos | Posted |
---|---|---|
1 | Wednesday | |
1 | 01-16-2013 09:59 AM | |
1 | 06-01-2023 05:06 AM | |
1 | 02-25-2016 10:06 AM | |
14 | 05-06-2013 08:01 AM |
Online Status |
Offline
|
Date Last Visited |
Wednesday
|