Select to view content in your preferred language

Portions of Attribute Assistant Have Stopped Working

740
1
Jump to solution
01-21-2019 09:13 AM
LanceCole
MVP Regular Contributor

We are using Attribute Assistant with the local government water utilities model and everything has been working great.  We recently noted that some field s are not populating when using Attribute Assistant such as the DIAMETER or LOCDESC.  Other values such as FACILITYID, LASTUPDATE and LASTEDITOR are working fine.  No changes have been made to the schema or DynamicValue Table.  Attached is a Debug log for startup and adding a valve to a main water line.  The following are the sections for DIAMETER or LOCDESC for adding a System Valve to a 12" Water Main.  Both fields were populated with a <NULL>.

------------------------------------------------
Row Info
Row Number 11
TableName: wSystemValve
FieldName: LOCDESC
ValueInfo: wMain|FACILITYID
ValueMethod: INTERSECTING_FEATURE_DISTANCE
On Create: 1
On Change: 0

Checking for Subtype Restriction
Field Name: Location Description was found at index: 5
Trying: INTERSECTING_FEATURE_DISTANCE
ERROR: System.__ComObject: field: FACILITYID was not found
Finished: INTERSECTING_FEATURE_DISTANCE
------------------------------------------------

------------------------------------------------
Row Info
Row Number 13
TableName: wSystemValve
FieldName: DIAMETER
ValueInfo: wMain|DIAMETER
ValueMethod: INTERSECTING_FEATURE
On Create: 1
On Change: 1

Checking for Subtype Restriction
Field Name: Diameter was found at index: 7
Trying: INTERSECTING_FEATURE
Starting to process rule
Value Info is: wMain|DIAMETER
Layer Found: Main
DIAMETER: at 4
map tolerance: 0.781250000000252
spatial tolerance: 0.0328083333333333
Size of search polygon: 0.00338156866484717 in Foot_US ref NAD_1983_StatePlane_Ohio_North_FIPS_3401_Feet
Using Feature ClasswMain
Searching on feature Class
Feature matching query: 0
Cursor created
Starting Loop of found features
Feature count: 0
Option: First
Finished: INTERSECTING_FEATURE
------------------------------------------------

We are running ArcGIS Desktop 10.6.1 and Attribute Assistant 2018.1.17 dated 1/17/2018.  

0 Kudos
1 Solution

Accepted Solutions
LanceCole
MVP Regular Contributor

After trying everything else we could think of, we created a new MXD for the project and everything appears to be working now.  Possible corrupted MXD file somehow affecting portions of Attribute Assistant (??).  We then ran a series of Manual Attribute Assistant rules to check/correct the attributes that had not been running correctly.

View solution in original post

1 Reply
LanceCole
MVP Regular Contributor

After trying everything else we could think of, we created a new MXD for the project and everything appears to be working now.  Possible corrupted MXD file somehow affecting portions of Attribute Assistant (??).  We then ran a series of Manual Attribute Assistant rules to check/correct the attributes that had not been running correctly.