I work for a gas company, we have point feature class which has 5 subtypes with different connections like reducer has 2, three way tee has 3 and so on , I am trying to set Validate _connectivity rule for my value method in domain table, I am not sure how to use subtype under Table name. Can anyone help me?
No one answer my previous question, hopefully I will get some help for this issue..... I try to set up some rules for dynamic table, except last value rule none of them are working. here I have attached the table , not sure what mistake I am doing . I would appreciate any help.
For subtypes, you need to use FeatureClass name only, remove the owner and database, then a pipe(|) and the list of subtypes. That will restrict the rule to process only on that subtype.
so in your example. Main_LINE|1,2,3
Thanks for your response, I am trying to use Validate connectivity rule for reducers & couplings which are subtypes of Non controllable fitting feature class. Where should I enter Valency or Nodes specific number? I try to use under Value info ,Table name & Field name none of them work. Any suggestions?
Example: NoncontrollableFtg_point|11 --11 represents reducer, reducer should have 2 nodes, under which column should I enter 2 number?
You are mixing the subtypes and the rule config
FC|Subtypes in the Table Name field
Nodes in the Value info
NONCon|11 = Table Name
2 = Value Info
I also tried this way before, still not working. This is how I config the rule.
Can you get us a log file?
Here I have attached the log file, I am having trouble with VALIDATE_CONNECTIVITY & SPLIT_INTERSECTING_FEATURES methods.
Michael Miller any feedback from log file?