|
POST
|
Hi, I am hoping this has happened to someone else and they can help me out. When I create a plan in the plan directory and try to select the accuracy, I have an empty drop down and I am unable to enter a number manually. I checked the domain in the file geodatabase under the Accuracy field in the ParcelFabric_Plans table and it says it is using the lrAccuracy domain, but there are no choices when I create or change the properties of a plan. I can add the table to the map, open the table and the domain works in the field, but still doesn't show up in the plan directory properties for the plan. What am I missing? Thanks in advance.
... View more
03-27-2014
03:33 AM
|
0
|
1
|
2108
|
|
POST
|
Hi, I am having an issue where I am forced to duplicate as unjoined. I used to be able to duplicate a one lot subdivision into a single lot then a single tax parcel without joining each one. Then I had an issue where after joining a subdivision boundary, one of my encumberances went screwy, and the plan for that encumberance now shows up in the unjoined parcels list. Why would a plan show up in the unjoined parcels list? I have no idea if that is what is causing me to have to join duplicated parcels or not, but it seems to have happened at the same time. Any ideas why I am unable to uncheck "Duplicate as unjoined?" I submitted an idea here that would list reasons things are grayed out, vote it up if you would like to see a list like this. Thanks,
... View more
03-25-2014
06:37 PM
|
0
|
3
|
4123
|
|
IDEA
|
-->
It would be nice if the help documentation for tools would have reasons that the tool might be grayed out. The documentation says right click and select "Whatever", but doesn't say what to do if "Whatever" is grayed out. What might be the cause of it being grayed out? You program it to be grayed out, why not tell us what those triggers are? It would sure save me a lot of time searching the forums. These reasons could be listed like the Related Topics section at the bottom.
... View more
03-25-2014
02:03 PM
|
10
|
2
|
1145
|
|
POST
|
Thanks for the reply Ryan. The points I am trying to join are not part of a curve, but they are the connection lines to the POB. I am working with an empty parcel fabric, so there aren't any surrounding parcels to join to yet. So the only points I am joining to are the control points. The reason I am appending lots in the first place, is because I started in a 10.1 copy of the LGIM, and I upgraded to 10.2 so I am trying to port over the few tax parcels that I had completed in the older version. Any other ideas? Thanks,
... View more
03-20-2014
05:45 PM
|
0
|
0
|
970
|
|
POST
|
Hi, I am attempting to append a cadastral xml file to a parcel fabric. What is the process for that? I use the Append File.. choice in the Parcel Fabric menu, the parcel loads with the join dialog active. When I attempt to add join links, it gives me an error like "Create join link failed: To create a join link, select 2 points or select a point and a line (no curve)." If I just click OK without adding any join links, it places the parcel in the correct spot, but is it joined correctly? The help page for this lacks any kind of instructions or direction. Thanks,
... View more
03-19-2014
08:00 PM
|
0
|
3
|
4028
|
|
POST
|
I would enable the log file and see what it says. Here is a link that describes how to turn on the log file and where it is located. But if you are using 10.1, here is a link showing how to turn on the log file and configure the AA for 10.1. I am assuming that you are unable to change the field types, or add intermediary fields that you could use to construct your ID? For example, you could create a string field called PRE_ADD_ID, have the GenerateID populate that one, then have another entry in the DynamicValue table that used the Expression value method to convert that string to a double. With the Expression value method you can use a VB expression to populate the field. You could set up another copy of the feature class that would allow you to add intermediary fields, use them to populate the original field after it is converted to the correct type, then append the features to the original feature class.
... View more
02-21-2014
10:28 AM
|
0
|
0
|
1817
|
|
POST
|
I think it actually needs a string field so it can add the constant prefixes like I mentioned in an earlier post. Like MH-00025. I was assuming it entered an integer because that's essentially what mine are, but the field is actually a string field.
... View more
02-21-2014
07:24 AM
|
0
|
0
|
1817
|
|
POST
|
It may be that you are trying to put an integer in a double field.
... View more
02-21-2014
07:18 AM
|
0
|
0
|
1817
|
|
POST
|
Another thing with the Attribute Assistant, after you save edits in your Dynamic Value or GenerateID tables, you need to stop and start the Attribute Assistant. It will re-read the dynamic value table.
... View more
02-21-2014
07:09 AM
|
0
|
0
|
3850
|
|
POST
|
You might also have problems because you are trying to use the ADDR_ID field to calculate your ADDR_UNIQ field. The Attribute Assistant runs the value methods in order they are in the table, so in your case it is attempting to create your ADDR_UNIQ field value based on your ADDR_ID field which it hasn't created yet. In 10.2 there is another field added to Dynamic Value table called Run Order where you can specify which order the value methods are executed. Also, make sure the field names are exact the way they show up in the layer properties dialog on the fields tab. You need the actual names of the fields, not the alias.
... View more
02-21-2014
07:05 AM
|
0
|
0
|
3850
|
|
POST
|
I would change your entry in the Dynamic Value table in the Table Name field to match your layer's name exactly. So I would change it to be LBRSaddresspoints_Fra to match the Feature Class name exactly.
... View more
02-21-2014
06:41 AM
|
0
|
0
|
3850
|
|
POST
|
Shoot, I should have used your values from your image as an example. So in your case you want to change the value in the Sequence Counter field to 3499 (the field contains the last value assigned, so 3500 will be the next id to go to the new feature, I was wrong in my first post). If you wanted your first ID to be 1 you would enter 0 in the Sequence Counter field. Then in the Dynamic Value table for your LBRSADDRESSPOINTS_FRA entry all you need to change in your Value Info field is the name of the sequence, in your case - ADDR_ID_SEQ. Those other things in brackets are optional and are used to add zeros or text portions to the ID, like if you were creating manholes you could use those optional parts to create MH-0025. But where you are just incrementing integers, all you need in the Value Info field is ADDR_ID_SEQ. Here is a link to the Generate ID value method. And here is a link to all of the value methods.
... View more
02-21-2014
06:32 AM
|
0
|
0
|
3850
|
|
POST
|
Courtney, In the GenerateID table you would create an entry with a name for your ID like AddressID in the Sequence Name field, then you would put 3500 in the sequence counter field. Then in your Dynamic Value table you would put the name of your layer (actual name not the name in the TOC) in the Table Name field, then the ID field name in the Field Name field and GENERATE_ID in the Value Method field. Then in the Value Info field you need to put the name of your ID value you created in the GenerateID table for example AddressID that I mentioned earlier. The value in the sequence counter field of the Generate ID is the next value that will go into your ID field of your layer. I blogged about some of my experience with the Attribute Assistant here. Hope that helps.
... View more
02-21-2014
06:18 AM
|
0
|
0
|
3850
|
|
POST
|
Thanks for the reply Andrew. Is this the type of document the link was supposed to point to? I was under the impression that it contained other steps to import the LGIM database schema to an enterprise geodatabase. I have ArcSDE up and running, I have created a new empty sde geodatabase, what are the other considerations I need to take into account before applying the schema to my geodatabase? Thanks,
... View more
02-20-2014
12:37 PM
|
0
|
0
|
934
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-07-2011 12:55 PM | |
| 1 | 01-13-2021 11:29 AM | |
| 2 | 06-05-2024 07:29 AM | |
| 1 | 04-26-2024 11:42 AM | |
| 1 | 02-12-2024 07:49 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-25-2026
02:36 PM
|