1-Click Maintenance is available for maintaining existing factual and geometrical data. This should be done at regular intervals.
In Autodesk Infrastructure Administrator, start the check under the entry “1-Click Maintenance”. Set a check mark for all checks and start maintenance by “Scan for Issues”.
Any problems found are displayed and can be fixed by clicking on the “Fix Issues” button.
If problems are displayed that cannot be fixed, clicking on the appropriate line opens further information on the error.
Selected 1-Click Maintenance
NET Engineering: Check duct insertions
This 1-Click Maintenance finds discrepancies between the duct reference of a duct insertion and the corresponding topology entry, which can occur due to data errors in the project. There are basically 4 possible cases:
- The duct insertion is topologically linked to the duct (has a matching topology entry in the TC_CONN table), but the "duct" attribute (FID_DUCT) in the duct insertion is empty. This problem is solved with 1-Click Maintenance by storing the matching duct in the duct insertion.
- The duct is stored in the duct insertion, but the corresponding topology entry is missing. This problem is solved with 1-Click Maintenance by creating the appropriate topology entry in the TC_CONN table.
- The data for the duct in the duct insertion and the corresponding topology entry in the TC_CONN table contradict each other. This problem cannot be solved by 1-Click Maintenance, as it is unclear which data is correct. In this case, either the duct in the duct insertion (TC_SP_DUCT_INSERTION.FID_DUCT) or the corresponding topology entry in the TC_CONN table must be corrected manually in the SQLSheet in the Autodesk Infrastructure Administrator.
-
A duct is stored in the duct insertion that does not (or no longer) exist. This problem is solved with 1-Click Maintenance by deleting the duct in the duct insertion (TC_SP_DUCT_INSERTION.FID_DUCT) and, if necessary, the associated topology entry in the TC_CONN table.
Known geometry errors and solution approaches (Oracle)
Error | Cause | Solution approach |
ORA-13356 | Geometry has duplicate snap points | Edit the geometry and delete the duplicate snap points. The SQL statement for correct the snap points can be requested from TKI support if necessary. |
ORA-13349 | A polygon intersects itself | Geometry should be re-digitized |
ORA-13367 | A polygon has an incorrect orientation | The SQL statement for correct the orientation can be requested from TKI support if necessary. |
Invalid geometry | Geometry not supported for LineString | A point is defined in a line geometry. The element can be deleted if necessary. |
ORA-13011 | The geometry is outside the value range. | When the industry model was created, the maximum value was probably not increased by one place in the spatial configuration. The SQL statement for correct the range can be requested from TKI support if necessary. |