M
Maria
I am having problems resolving errors reported by the Model Error Check. I get nine *identical* error messages
<myfile.vsd> : error C2006: '(null)' Predicate has no uniqueness constraint
I am looking for a quick way to identify all the offending predicates one by one. Yes I know that I can right-click the error message in the output window and clidk "Go To Source". But if the object is not on the drawing I get this message: "This predicate has not been placed on the diagram. To view information about this predicate, please drag it to the diagram". This does not help because I still get no clue what "this predicate" refers to
All I came up with so far is to make a fact report and then hunt for all records that do NOT have any constraint. Unfortunately, for a fact record that does not have any constraints the 'constraints' line is simply missing from the report. This means that the record layout is not consistent and I cannot do a straightforward search for lines with zero constraints; instead I have to check every record in the report to see if the constrains line is missing - not exactly efficient.
I sincerely hope there is a better way - any suggestions welcome
<myfile.vsd> : error C2006: '(null)' Predicate has no uniqueness constraint
I am looking for a quick way to identify all the offending predicates one by one. Yes I know that I can right-click the error message in the output window and clidk "Go To Source". But if the object is not on the drawing I get this message: "This predicate has not been placed on the diagram. To view information about this predicate, please drag it to the diagram". This does not help because I still get no clue what "this predicate" refers to
All I came up with so far is to make a fact report and then hunt for all records that do NOT have any constraint. Unfortunately, for a fact record that does not have any constraints the 'constraints' line is simply missing from the report. This means that the record layout is not consistent and I cannot do a straightforward search for lines with zero constraints; instead I have to check every record in the report to see if the constrains line is missing - not exactly efficient.
I sincerely hope there is a better way - any suggestions welcome