Release Notes NET 14.0.1

Summary

The new version NET 14.0.1 extends the supported files for the general import. Now GeoJSON files can be imported in addition to the already existing import for shape files.

For the connection editor the labels for the actions got an update to better reflect the normal workflow. To match these changes, the panels were flipped accordingly.

In addition to this, a few minor bugs got fixed.

Supported Software

  • Autodesk AutoCAD Map 3D

    • Autodesk AutoCAD Map 3D 2023.0.4 - Autodesk AutoCAD 2023.1.6

    • Autodesk AutoCAD Map 3D 2024.0.1 - Autodesk AutoCAD 2024.1.6

    • Autodesk AutoCAD Map 3D 2025.0.1 - Autodesk AutoCAD 2025.0.1

  • TKI PostgreSQL Provider 4.2.1

  • Comsof Fiber Designer 2019.2.2 - Comsof Fiber Designer 22.2

  • Comsof Fiber 23.1 - Comsof Fiber 23.2

  • atesio STRATEGIC 2020 - 2023

  • TKI Lizenzierung 14.0
    (Only required for a manual installation on the network license server)

The specified versions for Autodesk AutoCAD and Map 3D are the ones for which NET was developed. Generally, newer versions can also be used. However, there have been occasional updates in the past that caused crashes in NET.

Autodesk AutoCAD Map 3D 2025: Currently, we advise against the productive use of the 2025 version of Autodesk AutoCAD Map 3D. In our tests, this version of Map 3D has proven to be unstable. Additionally, the compatible PGP version is still under development.

Release NET 14.0.1 in Detail

NET Design

Comsof Fiber Integration

  • The faulty connection type of a demand point is now reported properly during validation.

Low level design

  • Fixed an error that caused the automatic labels to not be created during the conversion from NET Design to NET Engineering.

  • If the connection type in the demand point has an invalid value, the detailed planning is not cancelled, rather a fallback value is used instead.

NET Engineering

General

  • If there are duplicate cables in the Duct connection editor, a meaningful error message now appears.

  • Similar to recoloring, renaming in the “Edit child fibers attributes” or “Edit child wires attributes” dialog is now only displayed if the Fiber name or Wire name in the associated “FO Cable Type” or “TP Cable Type” is empty.

  • Maximizing the Duct connection editor now works without the footer disappearing.

Connection editor

  • The panels of connecters and splitter paths have changed sides in the connection editor action “Connector with splitter path” to reflect the action name.

Dialogs

  • The display of the “Selection of the person” and “Selection of the place” windows has been optimized.

  • The display regarding invalid geometry in the “Duct” form now also behaves correctly if the duct has been assigned to a segment without geometry.

Import

  • The column display in the import data preview has been improved.

  • In the NET Engineering you can now also import the GeoJSON data format.

Import from NET Build

  • When importing from NET Build, the approver and submitter of the production report are now also saved in the redlining attributes under ‘approved_by’ and ‘sibmitted_by’. In the case of multiple reports, the data of the last submitted report is adopted.

Export to NET Build

  • An error in the export to NET Build has been fixed that occurred when closures or terminations with a connection to a switching point connection line were to be transferred

  • The custom field “Provided By” doesn't contain any duplicates

Redlining

  • An error in the redlining validation “Ducts without contiguous geometry” has been fixed where ducts within a protective pipe were not recognized as part of the context.

Documentation Pack

  • In DocPack, file names and paths that are too long are now displayed as errors in the output log.

Changes to the Data Model since NET 13.0

NET Design

Base Data Model

13.1

  • Added additional target tables in FID_FEATURE to the table TC_PL_ATTR_VALUE.

    • TC_PL_BOUNDARY.FID

    • TC_PL_PARCEL.FID

    • TC_PL_ROLLOUT_AREA.FID

    • TC_PL_SUBAREA.FID

13.2

  • No changes to the data model - Structural update only for new forms and reports

14.0

  • Changed type of field ABBREVIATION to varchar2 with a length of 4. Affected tables:

    • TC_PL_BUILDING

    • TC_PL_DEMAND_POINT

    • TC_PL_HOME_POINT

    • TC_PL_LAYER_POINT

    • TC_PL_POSSIBLE_TRENCH

    • TC_PL_STREET_CL

  • New unique index on column NAME in table TC_PL_BOUNDARY_TYPE.

GIS-Nebenbestimmungen Data Model

13.1

  • Removed "BMVI" from all captions.

  • Added new column BMVI_IS_TECH in TC_PL_DEMAND_POINT with relation to TC_PL_BMVI_TECH_IS_TBD.

  • Added new column BMVI_PLAN_AUSB in TC_PL_DEMAND_POINT with relation to TC_PL_BMVI_PLAN_AUSB_TBD.

  • Added new column BMVI_TECH_1_YEAR_INT in TC_PL_DEMAND_POINT with relation to TC_PL_BMVI_TECH_IS_TBD.

  • Added new column BMVI_TECH_3_YEAR_INT in TC_PL_DEMAND_POINT with relation to TC_PL_BMVI_TECH_IS_TBD.

  • Added new domain table TC_PL_BMVI_PLAN_AUSB_TBD.

    • 3 - Pre-marketing is carried out

  • Added new domain table TC_PL_BMVI_TECH_IS_TBD.

    • 1 - FTTB/H

    • 2 - HFC

    • 8 - Other Technology

13.2

  • The captions of a few remaining identifiers have been changed from “BMVI” to “GIS-NB”. There are not structural changes.

NET Engineering

Base Data Model

13.1

  • No changes to the data model - Structural update only for new forms and reports

13.2

  • The size of the column INFO in the Action area (TC_ACTION_AREA) feature class has been increased to 255 characters.

  • The columns DATE_CREATED, DATE_MODIFIED, USER_CREATED and USER_MODIFIED were added to the following views:

    • TC_M_BUILDING

    • TC_M_CLUSTER_STATISTIC

    • TC_M_SP_CABINET

    • TC_M_SP_MANHOLE

    • TC_M_SP_MARKER

    • TC_M_SP_POLE

    • TC_M_SP_SEGMENT

    • TC_M_SWITCHING_POINT

  • The backing table for the color table (TC_COLOR) was updated.

    • The column AutoCAD index (ACAD_INDEX) is not optional anymore and got the default value 0

    • The column blue value (B_VALUE) is not optional anymore and got the default value 0

    • The column dashed (DASHED) is not optional anymore and got the default value 0

    • The column green value (G_VALUE) is not optional anymore and got the default value 0

    • The column position(ORDER_ID) is not optional anymore and got the default value 0

    • The column red value (R_VALUE) is not optional anymore and got the default value 0

13.3

  • Changed view TC_REP_LINE_FROM_TO.
    This is an internal changed. Interface and output of the view are unchanged.

  • Changed database function TC_F_CONN_WALKER.
    Interface and result of the function remain the same. Only the processing performance got improved.

14.0

  • Update view TC_V_COLOR
    Added the column ACAD_INDEX from TC_COLOR

Duct Data Model

13.1

  • No changes to the data model - Structural update only for new forms and reports

13.2

  • The columns DATE_CREATED, DATE_MODIFIED, USER_CREATED and USER_MODIFIED were added to the following views:

    • TC_M_CS_CABLE

    • TC_M_CS_DUCT

    • TC_M_SP_DUCT

    • TC_M_SP_DUCT_INSERTION

    • TC_M_SP_DUCT_TAP

    • TC_M_SP_FITTING

  • The field LENGTH got added to the view TC_REP_SEGMENTCOSTS, in case it was not present already.

13.3

  • No changes to the data model - Structural update only for new forms and reports

14.0

  • Altered table TC_SP_DUCT_TYPE

    • Added column FID_INNER_DUCT_COLOR_SCHEME with relation to TC_NR_SCHEME.FID

    • Removed column INNER_DUCT_COLOR_SCHEME

Fiber Optic Data Model

13.1

  • No changes to the data model - Structural update only for new forms and reports

  • The columns DATE_CREATED, DATE_MODIFIED, USER_CREATED and USER_MODIFIED were added to the following views:

    • TC_M_FO_CABLE

    • TC_M_FO_CLOSURE

    • TC_M_FO_TERMINATOR

    • TC_M_FO_SP_ASSIGNMENTS

  • The text format of the output of the following views as fixed. There are no structure changes.

    • TC_REP_WO_FO_PATCH

    • TC_REP_WO_FO_SPLICE

  • The size of the column INFO in cable loop (TC_FO_CABLE_LOOP) feature classes got increased to 255 characters

13.2

  • The columns DATE_CREATED, DATE_MODIFIED, USER_CREATED and USER_MODIFIED were added to the following views:

    • TC_M_FO_CABLE

    • TC_M_FO_CLOSURE

    • TC_M_FO_TERMINATOR

    • TC_M_FO_SP_ASSIGNMENTS

  • The text format of the output of the following views as fixed. There are no structure changes.

    • TC_REP_WO_FO_PATCH

    • TC_REP_WO_FO_SPLICE

  • The size of the column INFO in the cable loop (TC_FO_CABLE_LOOP) got increased to 255 characters.

13.3

  • Altered view TC_M_FO_CLOSURE: The columns FID_BUILDING and FID_STRUCTURE_POINT were added.

  • Altered view TC_M_FO_SP_ASSIGNMENTS.

    • FID column does not reference the TC_POINT of the closure or the terminator, but the TC_FO_CONNECTION_LINE

    • DEV_FID references the TC_POINT of the closure or the terminator.

    • GEOM is not generated dynamically anymore, but fetched from TC_FO_CONNECTION_LINE.

  • Altered view TC_M_FO_TERMINATOR: The columns FID_BUILDING and FID_STRUCTURE_POINT were added.

14.0

  • Altered table TC_FO_CABLE_MODEL

    • Added column FID_FIBER_COLOR_SCHEME with relation to TC_NR_SCHEME.FID

    • Added column FID_FIBER_NAME_SCHEME with relation to TC_NR_SCHEME.FID

    • Removed column FIBER_COLOR_SCHEME

    • Removed column FIBER_NAME_SCHEME

Telephony Data Model

13.1

  • No changes to the data model - Structural update only for new forms and reports

13.2

  • The columns DATE_CREATED, DATE_MODIFIED, USER_CREATED and USER_MODIFIED were added to the following views:

    • TC_M_TP_CABLE

    • TC_M_TP_CLOSURE

    • TC_M_TP_TERMINATOR

    • TC_M_TP_SP_ASSIGNMENTS

  • The text format of the output of the following views as fixed. There are no structure changes.

    • TC_REP_WO_TP_PATCH

    • TC_REP_WO_TP_SPLICE

13.3

  • Altered view TC_M_TP_CLOSURE: The columns FID_BUILDING and FID_STRUCTURE_POINT were added.

  • Altered view TC_M_TP_SP_ASSIGNMENTS.

    • FID column does not reference the TC_POINT of the closure or the terminator, but the TC_TP_CONNECTION_LINE

    • DEV_FID references the TC_POINT of the closure or the terminator.

    • GEOM is not generated dynamically anymore, but fetched from TC_TP_CONNECTION_LINE.

  • Altered view TC_M_TP_TERMINATOR: The columns FID_BUILDING and FID_STRUCTURE_POINT were added.

14.0

  • Altered table TC_TP_CABLE_MODEL

    • Added column FID_WIRE_COLOR_SCHEME with relation to TC_NR_SCHEME.FID

    • Added column FID_WIRE_NAME_SCHEME with relation to TC_NR_SCHEME.FID

    • Removed column WIRE_COLOR_SCHEME

    • Removed column WIRE_NAME_SCHEME

GIS-Nebenbestimmungen Data Model

13.1

  • Added new column BMVI_IS_TECH in TC_TG_BUILDING with relation to TC_BMVI_TECH_IS_TBD.ID.

  • Added new column BMVI_PLAN_AUSB in TC_TG_BUILDING with relation to TC_BMVI_PLAN_AUSB_TBD.ID.

  • Added new column BMVI_TECH_1_YEAR_INT in TC_TG_BUILDING with relation to TC_BMVI_TECH_IS_TBD.ID.

  • Added new column BMVI_TECH_3_YEAR_INT in TC_TG_BUILDING with relation to TC_BMVI_TECH_IS_TBD.ID.

  • Added new domain table TC_BMVI_PLAN_AUSB_TBD.

    • 3 - Pre-marketing is carried out

  • Added new domain table TC_BMVI_TECH_IS_TBD.

    • 1 - FTTB/H

    • 2 - HFC

    • 8 - Other Technology

13.2

  • The captions of a few remaining identifiers have been changed from “BMVI” to “GIS-NB”. There are not structural changes.

13.3

  • No changes to the data model - Structural update only for new forms and reports

14.0

  • Added column BMVI_IS_COLLOCATION to table TC_FO_CLOSURE

Redlining Data Model

13.1

  • Added new column FID_STRUCTURE in TC_RL_CLOSURE with relation to TC_RL_STRUCTURE.FID.

  • Additional target table for the relation from TC_RL_MEASUREMENT_POINT.FID_FEATURE to TC_TG_BUILDING.FID.

  • Added new object class TC_RL_MEASUREMENT_L_MODEL.

  • Added new column FID_MODEL in TC_RL_MEASUREMENT_LINE with relation to TC_RL_MEASUREMENT_L_MODEL.FID.

  • Removed column ID_TYPE from TC_RL_MEASUREMENT_LINE.

  • Adjusted the view TC_M_RL_MEASUREMENT_LINE to use FID_MODEL instead of ID_TYPE.

  • Removed domain table TC_RL_MEASUREMENT_L_TYPE_TBD.

  • Added new object class TC_RL_MEASUREMENT_P_MODEL.

  • Added new column FID_MODEL in TC_RL_MEASUREMENT_POINT with relation to TC_RL_MEASUREMENT_P_MODEL.FID.

  • Removed column ID_TYPE from TC_RL_MEASUREMENT_POINT.

  • Adjusted the view TC_M_RL_MEASUREMENT_POINT to use FID_MODEL instead of ID_TYPE.

  • Removed domain table TC_RL_MEASUREMENT_P_TYPE_TBD.

13.2

  • The column FID_PARENT was removed from the Redlining Fitting (TC_RL_FITTING)

  • The German caption of the column CONSTRUCTION_TYPE in Redlining Trasse (TC_RL_SEGMENT) got changed.

13.3

  • New columns DATE_CREATED, DATE_MODIFIED, USER_CREATED and USER_MODIFIED got added to the following tables:

    • TC_RL_SERVICE_ITEM

    • TC_RL_ATTRIBUTE

    • TC_RL_CABLE

    • TC_RL_CLOSURE

    • TC_RL_CONNECTION

    • TC_RL_DUCT

    • TC_RL_FITTING

    • TC_RL_MEASUREMENT

    • TC_RL_MEASUREMENT_LINE

    • TC_RL_MEASUREMENT_POINT

    • TC_RL_SEGMENT

    • TC_RL_STRUCTURE

    • TC_RL_TERMINATOR

  • New columns DATE_CREATED, DATE_MODIFIED, USER_CREATED and USER_MODIFIED got added to the following views:

    • TC_M_RL_MEASUREMENT_LINE

    • TC_M_RL_MEASUREMENT_POINT

    • TC_M_RL_SEGMENT

    • TC_M_RL_STRUCTURE

    • TC_M_RL_TERMINATOR

  • New column NAME got added to TC_PL_SEGMENT.

  • New feature class TC_RL_SCAN was created.

  • Reference column FID_SCAN with a reference to TC_RL_SCAN was added to the following columns:

    • TC_RL_CABLE

    • TC_RL_CLOSURE

    • TC_RL_DUCT

    • TC_RL_FITTING

    • TC_RL_MEASUREMENT_LINE

    • TC_RL_MEASUREMENT_POINT

    • TC_RL_SEGMENT

    • TC_RL_STRUCTURE

    • TC_RL_TERMINATOR

  • New column DATE_SYNC got added to TC_RL_MEASUREMENT.

  • Reference column ID_TYPE_SURVEY with a reference to TC_SP_LINE_TYPE_TBD got added to TC_RL_MEASUREMENT_LINE.

  • Reference column ID_TYPE_SURVEY with a reference to TC_SP_POINT_TYPE_TBD got added to TC_RL_MEASUREMENT_POINT.

  • Added column SOURCE_OBJECT to the following tables

    • TC_RL_CABLE

    • TC_RL_CLOSURE

    • TC_RL_CONNECTION

    • TC_RL_DUCT

    • TC_RL_FITTING

    • TC_RL_MEASUREMENT_LINE

    • TC_RL_MEASUREMENT_POINT

    • TC_RL_SEGMENT

    • TC_RL_STRUCTURE

    • TC_RL_TERMINATOR

  • Added new value to the domain table TC_RL_CHECKED_STATE_TBD

    • 3 - BLOCKED - Blocked

NET Field Survey

Base Data Model

13.3

  • No changes to the data model - Structural update only for new forms and reports

14.0

  • No changes to the data model - Structural update only for new forms and reports

GIS-Nebenbestimmungen Data Model

13.2

  • The captions of a few remaining identifiers have been changed from “BMVI” to “GIS-NB”. There are not structural changes.

DocPack

13.2

  • A new view for the plot sequences has been added (TC_V_PLOT_SEQUENCE)

Changes to the dialogs since NET 13.0

NET Design

Base Data Model

13.1

  • New dialog for Boundary (TC_PL_BOUNDARY): Attribute Value (TC_PL_ATTR_VALUE)

  • New dialog for Parcel (TC_PL_PARCEL): Attribute Value (TC_PL_ATTR_VALUE)

  • New dialog for Rollout Area (TC_PL_ROLLOUT_AREA): Attribute Value (TC_PL_ATTR_VALUE)

  • New dialog for Subarea (TC_PL_SUBAREA): Attribute Value (TC_PL_ATTR_VALUE)

  • New references from Cable Type (TC_PL_CABLE_TYPE.FID)

    • to Building (TC_PL_BUILDING.FID_FORCED_CABLE_TYPE)

    • to Demand Point (TC_PL_DEMAND_POINT.FID_FORCED_CABLE_TYPE)

13.2

  • The number of decimal places for the display has been set to 2.

    • Boundary (TC_PL_BOUNDARY) - Length in m (LENGTH)

    • Boundary (TC_PL_BOUNDARY) - Width (WIDTH)

    • Building → Number of residents (TC_PL_RESIDENT) - Adoption rate (ADOPTION_RATE)

    • Building → Number of residents (TC_PL_RESIDENT) - Expected revenue (EXPECTED_REVENUE)

    • Demand Point → Number of residents (TC_PL_RESIDENT) - Adoption rate (ADOPTION_RATE)

    • Demand Point → Number of residents (TC_PL_RESIDENT) - Expected revenue (EXPECTED_REVENUE)

    • Number of residents (TC_PL_RESIDENT) - Adoption rate (ADOPTION_RATE)

    • Number of residents (TC_PL_RESIDENT) - Expected revenue (EXPECTED_REVENUE)

    • Result Kabelloop (TC_PL_OUT_CABLE_LOOP) - Length (LENGTH)

14.0

  • Updated mandatory flags and enabled the client side unique check for all dialog controls according to the database definition.
    This update affects every dialog and updates the flags according to the definition in the database.

GIS-Nebenbestimmungen Data Model

13.1

  • Dialog for Demand Point (TC_PL_DEMAND_POINT):

    • Changed control for "Technology within one year" from text field to dropdown. Database field changed from BMVI_TECH_1_YEAR to BMVI_TECH_1_YEAR_INT.

    • Changed control for "Technology within three years" from text field to dropdown. Database field changed from BMVI_TECH_3_YEAR to BMVI_TECH_3_YEAR_INT.

    • Changed control for "Technology Is Supply" from text field to dropdown. Database field changed from BMVI_TECH_IS to BMVI_IS_TECH.

    • Added new dropdown "Expansion Plan" (BMVI_PLAN_AUSB)

13.2

  • The caption “BMVI” has been replaced by “GIS-NB” in the following dialogs:

    • Cable (TC_PL_CABLE)

    • Duct (TC_PL_DUCT)

    • Expansion area (TC_PL_EXPANSION_AREA)

    • Layer Point (TC_PL_LAYER_POINT)

    • Market survey (TC_PL_MARKET_SURVEY)

    • Possible trench (TC_PL_POSSIBLE_TRENCH)

    • Structure (TC_PL_STRUCTURE)

  • Controls related to GIS-NB have been moved to the GIS-NB tab.

    • Expansion area (TC_PL_EXPANSION_AREA)

    • Foreign area (TC_PL_FOREIGN_AREA)

    • Political area (TC_PL_POLITICAL_AREA)

    • White spot (TC_PL_WHITE_SPOT)

  • The number of decimal places for the display has been set to 2.

    • Expansion area (TC_PL_EXPANSION_AREA) - Area (AREA)

    • Foreign area (TC_PL_FOREIGN_AREA) - Area (AREA)

    • Market survey (TC_PL_MARKET_SURVEY) - Area (AREA)

    • Political area (TC_PL_POLITICAL_AREA) - Area (AREA)

    • White spot (TC_PL_WHITE_SPOT) - Area (AREA)

NET Engineering

Base Data Model

13.2

  • The number of decimal places for the display has been set to 2.

    • Action Area (TC_ACTION_AREA) - Area (AREA)

    • Action Area Label (TC_ACTION_AREA_TBL) - Orientation (ORIENTATION)

    • Cluster Grid (TC_CLUSTER_GRID) - Area (AREA)

    • Cabinet Label (TC_SP_CABINET_TBL) - Orientation (ORIENTATION)

    • Manhole Label (TC_SP_MANHOLE_TBL) - Orientation (ORIENTATION)

    • Survey Plan Point (TC_SP_POINT) - Orientation (ORIENTATION)

    • Pole Label (TC_SP_POLE_TBL) - Orientation (ORIENTATION)

    • Segment Label (TC_SP_SEGMENT_TBL) - Orientation (ORIENTATION)

    • Switching Point Label (TC_SP_SWITCHING_POINT_TBL) - Orientation (ORIENTATION)

    • Building Label (TC_TG_BUILDING_TBL) - Orientation (ORIENTATION)

    • Topography point (TC_TG_POINT) - Orientation (ORIENTATION)

    • Topography cluster (TC_TG_POLYGON) - Area (AREA)

    • Street Label (TC_TG_STREET_TBL) - Orientation (ORIENTATION)

  • All Info fields (INFO) have been set to have the height of 51, to support multiple lines and automatically apply line breaks. Changes were done in the following dialogs:

    • Action area (TC_ACTION_AREA)

    • Element library (TC_ELEMENT_LIBRARY)

    • Line (TC_LINE)

    • Point (TC_POINT)

    • Drilling rig (TC_SP_DRILLING_RIG)

    • Marker (TC_SP_MARKER)

    • Marker model (TC_SP_MARKER_MODEL)

    • Patch panel (TC_SP_PATCH_PANEL)

    • Patch panel model (TC_SP_PATCH_PANEL_MODEL)

    • Rack panel (TC_SP_RACK_PANEL)

    • Rack panel model (TC_SP_RACK_PANEL_MODEL)

    • Status (TC_STATUS)

    • Switching point model (TC_SWITCHING_POINT_MODEL)

    • Topography point (TC_TG_POINT)

    • Topography cluster (TC_TG_POLYGON)

13.3

  • Dialog definitions for the following views got removed and replaced with a redirect to the base table.

    • TC_V_COLOR

    • TC_V_CONN

    • TC_V_CONN_DETAILS

    • TC_V_CONN_DETAILS_PERF

    • TC_CONN_DETAILS_TO

14.0

  • Fixed the multi reference control on the Line (TC_LINE) dialog. References to the connection lines are now properly resolved.

  • Updated the dialog for cabinets (TC_SP_CABINET), manholes (TC_SP_MANHOLE) and poles (TC_SP_POLE)

    • Added a reference to the connected ducts

    • Fixed the positioning of the controls

  • Updated mandatory flags and enabled the client side unique check for all dialog controls according to the database definition.
    This update affects every dialog and updates the flags according to the definition in the database.

Duct Data Model

13.2

  • The number of decimal places for the display has been set to 2.

    • Duct insertion label (TC_SP_DUCT_INSERTION_TBL) - Orientation (ORIENTATION)

    • Duct tap line (TC_SP_DUCT_TAP_LINE) - Length (LENGTH)

    • Duct tap line label (TC_SP_DUCT_TAP_LINE_TBL) - Orientation (ORIENTATION)

    • Duct tap label (TC_SP_DUCT_TAP_TBL) - Orientation (ORIENTATION)

    • Duct label (TC_SP_DUCT_TBL) - Orientation (ORIENTATION)

    • Duct (TC_SP_FITTING_TBL) - Orientation (ORIENTATION)

  • All Info fields (INFO) have been set to have the height of 51, to support multiple lines and automatically apply line breaks. Changes were done in the following dialogs:

    • Duct tap model (TC_SP_DUCT_TAP_MODEL)

13.3

  • New projection added to TC_TG_BUILDING pointing the the duct terminators inside the building.

  • Dialog definitions for the following views got removed and replaced with a redirect to the base table.

    • TC_V_BREAKDOWN_LINES

14.0

  • Dialog Duct type (TC_SP_DUCT_TYPE)

    • Selection for color scheme: Changed referenced database field from INNER_DUCT_COLOR_SCHEME to FID_INNER_DUCT_COLOR_SCHEME

  • Updated mandatory flags and enabled the client side unique check for all dialog controls according to the database definition.
    This update affects every dialog and updates the flags according to the definition in the database.

Fiber Optic Data Model

13.1

  • Dialog for Fiber Optic Splice (TC_FO_SPLICE):

    • New named filters:

      • Show splices

      • Show stored fibers

      • Show uncut fibers in BA

      • Show uncut fibers

    • New SQL Label "Splice Type" ($SQLLABELSPLICETYPE)

    • Corrected positioning of Document Management ($DOCUMENTMANAGER)

13.2

  • The number of decimal places for the display has been set to 2.

    • FO cable loop label (TC_FO_CABLE_LOOP_TBL) - Orientation (ORIENTATION)

    • FO cable model (TC_FO_CABLE_MODEL) - Diameter (DIAMETER)

    • FO connector label (TC_FO_CONNECTOR_TBL) - Orientation (ORIENTATION)

    • FO fiber label (TC_FO_FIBER_TBL) - Orientation (ORIENTATION)

    • FO patch data (TC_FO_PATCH_DATA) - Attenuation (ATTENUATION)

    • FO patch fiber label (TC_FO_PATCH_FIBER_TBL) - Orientation (ORIENTATION)

    • FO patch label (TC_FO_PATCH_TBL) - Orientation (ORIENTATION)

    • FO splice graphics label (TC_FO_SPLICE_GRAPHICS_TBL) - Orientation (ORIENTATION)

    • FO splice label (TC_FO_SPLICE_TBL) - Orientation (ORIENTATION)

    • FO splitter path label (TC_FO_SPLITTER_PATH_TBL) - Orientation (ORIENTATION)

    • FO splitter label (TC_FO_SPLITTER_TBL) - Orientation (ORIENTATION)

    • FO terminator label (TC_FO_TERMINATOR_TBL) - Orientation (ORIENTATION)

  • All Info fields (INFO) have been set to have the height of 51, to support multiple lines and automatically apply line breaks. Changes were done in the following dialogs:

    • FO cable loop (TC_FO_CABLE_LOOP)

    • FO closure model (TC_FO_CLOSURE_MODEL)

  • New API controls have been added to the FO closure (TC_FO_CLOSURE) and the FO terminator (TC_FO_TERMINATOR)

    • $ENDINGLINECOMPLEX

    • $STARTINGLINECOMPLEX

  • Dialog FO splice (TC_FO_SPLICE) - The display for the connected splitters got corrected. The queries of the controls $SQLLABELSPLITTER1 and $SQLLABELSPLITTER2 got fixed.

13.3

  • New projection added to TC_TG_BUILDING pointing the the fiber optic terminators inside the building.

  • Dialog definitions for the following views got removed and replaced with a redirect to the base table.

    • TC_V_FO_CONN_FIBERTOTRAY

    • TC_V_FO_CONN_FIBER_CONN

    • TC_V_FO_CONN_PATCHFIBER

    • TC_V_FO_CONN_SPLICE

    • TC_V_FO_CONN_SPLITTER

    • TC_V_FO_TRAY

    • TC_V_FO_UNCUT_FIBERS

    • TC_V_FO_WIRING

    • TC_V_SPLICE_OVERVIEW

14.0

  • Dialog fiber optic cable type (TC_FO_CABLE_MODEL)

    • Selection for color scheme: Changed referenced database field from FIBER_COLOR_SCHEME to FID_FIBER_COLOR_SCHEME

    • Selection for naming scheme: Changed referenced database field from FIBER_NAME_SCHEME to FID_FIBER_NAME_SCHEME

  • Updated mandatory flags and enabled the client side unique check for all dialog controls according to the database definition.
    This update affects every dialog and updates the flags according to the definition in the database.

Telephony Data Model

13.2

  • The number of decimal places for the display has been set to 2.

    • Telephony cable loop (TC_TP_CABLE_LOOP) - Orientation (ORIENTATION)

    • Telephony cable model (TC_TP_CABLE_MODEL) - Diameter (DIAMETER)

    • Telephony cable label (TC_TP_CABLE_TBL) - Orientation (ORIENTATION)

    • Telephony closure label (TC_TP_CLOSURE_TBL) - Orientation (ORIENTATION)

    • Telephony patch data (TC_TP_PATCH_DATA) - Attenuation (ATTENUATION)

    • Telephony patch label (TC_TP_PATCH_TBL) - Orientation (ORIENTATION)

    • Telephony pin data (TC_TP_PIN_DATA) - Attenuation (ATTENUATION)

    • Telephony splice data (TC_TP_SPLICE_DATA) - Attenuation (ATTENUATION)

    • Telephony splice graphics label (TC_TP_SPLICE_GRAPHICS_TBL) - Orientation (ORIENTATION)

    • Telephony terminator label (TC_TP_TERMINATOR_TBL) - Orientation (ORIENTATION)

    • Telephony wire data (TC_TP_WIRE_DATA) - Attenuation (ATTENUATION)

  • New API controls have been added to the Telephony closure (TC_TP_CLOSURE) and the Telephony terminator (TC_TP_TERMINATOR)

    • $ENDINGLINECOMPLEX

    • $STARTINGLINECOMPLEX

13.3

  • New projection added to TC_TG_BUILDING pointing the the telephony terminators inside the building.

  • Dialog definitions for the following views got removed and replaced with a redirect to the base table.

    • TC_V_TP_CONN_DETAILS

    • TC_V_TP_CONN_SPLICE

    • TC_V_TP_CONN_WIRE_PIN

    • TC_V_TP_PINS

    • TC_V_TP_WIRING

14.0

  • Dialog telephony cable type (TC_TP_CABLE_MODEL)

    • Selection for color scheme: Changed referenced database field from WIRE_COLOR_SCHEME to FID_WIRE_COLOR_SCHEME

    • Selection for naming scheme: Changed referenced database field from WIRE_NAME_SCHEME to FID_WIRE_NAME_SCHEME

  • Updated mandatory flags and enabled the client side unique check for all dialog controls according to the database definition.
    This update affects every dialog and updates the flags according to the definition in the database.

Redlining Data Model

13.1

  • Dialog for Redlining Closure (TC_PL_CLOSURE):

    • New reference field for Redlining Structure (FID_STRUCTURE)

    • Corrected positioning of Redlining Source Object (SOURCE_OBJECT)

  • Dialog for Measurement Line (TC_RL_MEASUREMENT_LINE):

    • Replaced reference to type ID_TYPE with FID_MODEL

    • Corrected positioning of all controls

  • New dialog for Measurement Line Model (TC_RL_MEASUREMENT_L_MODEL)

  • Dialog for Measurement Point (TC_RL_MEASUREMENT_POINT):

    • Extended target tables for parent object (FID_PARENT) to include Building (TC_TG_BUILDING)

    • Replaced reference to type ID_TYPE with FID_MODEL

    • Corrected positioning of all controls

  • New dialog for Measurement Point Model (TC_RL_MEASUREMENT_P_MODEL)

  • Corrected positioning of Source Object (SOURCE_OBJECT) in Redlining Segment (TC_RL_SEGMENT)

  • Corrected positioning of Source Object (SOURCE_OBJECT) in Redlining Structure (TC_RL_STRUCTURE)

  • Corrected positioning of Source Object (SOURCE_OBJECT) in Redlining Terminator (TC_RL_TERMINATOR)

13.2

  • The links to the online help got updated in the following dialogs

    • Redlining attribute (TC_RL_ATTRIBUTE)

    • Redlining cable (TC_RL_CABLE)

    • Redlining closure (TC_RL_CLOSURE)

    • Redlining connection (TC_RL_CONNECTION)

    • Redlining duct (TC_RL_DUCT)

    • Redlining fitting (TC_RL_FITTING)

    • Redlining measurement (TC_RL_MEASUREMENT)

    • Redlining measurement line (TC_RL_MEASUREMENT_LINE)

    • Redlining measurement point (TC_RL_MEASUREMENT_POINT)

    • Redlining segment (TC_RL_SEGMENT)

    • Redlining service item (TC_RL_SERVICE_ITEM)

    • Redlining structure (TC_RL_STRUCTURE)

    • Redlining terminator (TC_RL_TERMINATOR)

  • A new reference to the Redlining service item ($REF_TC_RL_SERVICE_ITEM) has been added to the following dialogs:

    • Redlining closure (TC_RL_CLOSURE)

    • Redlining fitting (TC_RL_FITTING)

    • Redlining segment (TC_RL_SEGMENT)

    • Redlining structure (TC_RL_STRUCTURE)

    • Redlining terminator (TC_RL_TERMINATOR)

  • The reference to the Redlining fitting ($REF_TC_RL_FITTING) has been removed from the dialog Redlining duct (TC_RL_DUCT)

  • The reference to the Redlining fitting ($REF_TC_RL_FITTING) has been removed from the dialog Redlining segment (TC_RL_SEGMENT)

  • The reference to the parent object (FID_PARENT) has been removed from the dialog for the Redlining fitting (TC_RL_FITTING)

13.3

  • A new control (FID_SCAN) with a reference to the Redlining Scan table got added to the following dialogs:

    • TC_RL_CABLE

    • TC_RL_CLOSURE

    • TC_RL_DUCT

    • TC_RL_FITTING

    • TC_RL_MEASUREMENT_LINE

    • TC_RL_MEASUREMENT_POINT

    • TC_RL_SEGMENT

    • TC_RL_STRUCTURE

    • TC_RL_TERMINATOR

  • A set of new controls got added to the Redlining Measurement (TC_RL_MEASUREMENT) containing the number of individual features that got added during the last pull from NET Build.

  • New selection for the survey plan type stored in TC_RL_MEASUREMENT_L_MODEL

  • New selection for the survey plan type stored in TC_RL_MEASUREMENT_P_MODEL

  • New text box for the NAME added to TC_RL_SEGMENT

  • Completely new dialog for TC_RL_SCAN


14.0

  • Redlining cable (TC_RL_CABLE)

    • Fixed tab-key sequence in the dialog

    • New text input control for column SOURCE_OBJECT

  • Redlining closure (TC_RL_CLOSURE) - New text input control for column SOURCE_OBJECT

  • Redlining connection (TC_RL_CONNECTION)

    • Positionierung der Steuerelemente im Formular korrigiert

    • New text input control for column SOURCE_OBJECT

  • Redlining duct(TC_RL_DUCT)

    • Positionierung der Steuerelemente im Formular korrigiert

    • New text input control for column SOURCE_OBJECT

  • Redlining fitting(TC_RL_FITTING)

    • Fixed tab-key sequence in the dialog

    • New text input control for column SOURCE_OBJECT

  • Redlining measurement line (TC_RL_MEASUREMENT_LINE) - New text input control for column SOURCE_OBJECT

  • Redlining measurement point (TC_RL_MEASUREMENT_POINT) - New text input control for column SOURCE_OBJECT

  • Redlining segment (TC_RL_SEGMENT) - New text input control for column SOURCE_OBJECT

  • Redlining structure (TC_RL_STRUCTURE) - New text input control for column SOURCE_OBJECT

  • Redlining terminator (TC_RL_TERMINATOR) - New text input control for column SOURCE_OBJECT

  • Updated mandatory flags and enabled the client side unique check for all dialog controls according to the database definition.
    This update affects every dialog and updates the flags according to the definition in the database.

GIS-Nebenbestimmungen Data Model

13.1

  • Dialog for Building (TC_TG_BUILDING):

    • Changed control for "Technology within one year" from text field to dropdown. Database field changed from BMVI_TECH_1_YEAR to BMVI_TECH_1_YEAR_INT.

    • Changed control for "Technology within three years" from text field to dropdown. Database field changed from BMVI_TECH_3_YEAR to BMVI_TECH_3_YEAR_INT.

    • Changed control for "Technology Is Supply" from text field to dropdown. Database field changed from BMVI_TECH_IS to BMVI_IS_TECH.

    • Added new dropdown "Expansion Plan" (BMVI_PLAN_AUSB)

13.2

  • The number of decimal places for the display has been set to 2.

    • Expansion area (TC_BMVI_EXPANSION_AREA) - Area (AREA)

    • Foreign area (TC_BMVI_FOREIGN_AREA) - Area (AREA)

    • Market survey (TC_BMVI_MARKET_SURVEY) - Area (AREA)

    • Political area (TC_BMVI_POLITICAL_AREA) - Area (AREA)

    • Supply area (TC_BMVI_SUPPLY_AREA) - Area (AREA)

    • White spot (TC_BMVI_WHITE_SPOT) - Area (AREA)

    • Building (TC_TG_BUILDING) - Loss (BMVI_LOSS)

13.3

  • Update of the spatial queries for the living and business units, as well as schools, public institutions and hospitals in TC_BMVI_WHITE_SPOTS and TC_BMVI_EXPANSION_AREA. Building that are only partially inside of the cluster, will now be counted as well.

14.0

  • Added new checkbox for the column BMVI_IS_COLLOCATION in dialog for the fiber optic closure (TC_FO_CLOSURE)

  • Updated mandatory flags and enabled the client side unique check for all dialog controls according to the database definition.
    This update affects every dialog and updates the flags according to the definition in the database.

Changes of the reports since NET 13.0

NET Engineering

Base Data Model

13.1

  • Support function to identify the location of images was updated in all reports.

13.2

  • The base filter of the reports were changed, to prevent an error showing up in case there are no rows selected in the corresponding dialog.

    • NET network overview service (NET Network Overview Service)

    • NET network overview service (just points) (NET Network Overview of Service(just Points))

    • NET point table (NET Point Table)

    • NET reports (NET Reports)

    • NET segment cost (NET Segment Cost)

    • NET work order (NET Work Order)

  • Replaced automatic line break with with manual line break in the report NET work order (NET Work Order).

13.3

  • The base filter for the reports got changed for Oracle databases, to allow the reports being created once again without an error. The following reports got changed.

    • NET network overview service (NET Network Overview Service)

    • NET network overview service (just points) (NET Network Overview of Service(just Points))

    • NET point table (NET Point Table)

    • NET reports (NET Reports)

    • NET segment cost (NET Segment Cost)

    • NET work order (NET Work Order)

Duct Data Model

13.1

  • The vertical text alignment has been fixed in the columns for the start and end node in the “duct tap connections” report.

  • Support function to identify the location of images was updated in all reports.

13.2

  • The base filter of the reports were changed, to prevent an error showing up in case there are no rows selected in the corresponding dialog.

    • NET duct end overview (Duct End Overview)

  • NET duct tap label (NET Duct Tap Label) - color 2 of the duct on the right side fixed

13.3

  • The base filter for the reports got changed for Oracle databases, to allow the reports being created once again without an error. The following reports got changed.

    • NET duct end overview (Duct End Overview)

Fiber Optic Data Model

13.1

  • Support function to identify the location of images was updated in all reports.

13.2

  • The base filter of the reports were changed, to prevent an error showing up in case there are no rows selected in the corresponding dialog.

    • NET cable cost (NET Cable Cost)

    • NET FO cable section brief overview (NET FO Cable Section Brief Overview)

    • NET FO cable section service customer (NET FO Cable Section Service Customer)

    • NET FO cable section without trunk (NET FO Cable Section Without Trunk)

    • NET FO cable section (NET FO Cable Section)

    • NET FO cable trunk duct route (NET FO Cable Trunk Duct Route)

    • NET FO closure trays (NET FO Closure Trays)

    • NET FO connector used at switching point (NET FO Connector Used at Switching Point)

    • NET FO connector used at terminator (NET FO Connector Used at Terminator)

    • NET FO connector used with service at switching point (NET FO Connector Used with Service at Switching Point)

    • NET FO connector used with service at terminator (NET FO Connector Used with Service at Terminator)

    • NET FO connector at switching point (NET FO Connector at Switching Point)

    • NET FO connector at terminator (NET FO Connector at Terminator)

    • NET FO patch overview from connectors (NET FO Patch Overview from Connectors)

    • NET FO patches in switching point (NET FO Patches in Switching Point)

    • NET FO patches in terminator (NET FO Patches in Terminator)

    • NET FO terminator overview (NET FO Terminator Overview)

13.3

  • The base filter for the reports got changed for Oracle databases, to allow the reports being created once again without an error. The following reports got changed.

    • NET cable cost (NET Cable Cost)

    • NET FO cable section brief overview (NET FO Cable Section Brief Overview)

    • NET FO cable section service customer (NET FO Cable Section Service Customer)

    • NET FO cable section without trunk (NET FO Cable Section Without Trunk)

    • NET FO cable section (NET FO Cable Section)

    • NET FO cable trunk duct route (NET FO Cable Trunk Duct Route)

    • NET FO closure trays (NET FO Closure Trays)

    • NET FO connector used at switching point (NET FO Connector Used at Switching Point)

    • NET FO connector used at terminator (NET FO Connector Used at Terminator)

    • NET FO connector used with service at switching point (NET FO Connector Used with Service at Switching Point)

    • NET FO connector used with service at terminator (NET FO Connector Used with Service at Terminator)

    • NET FO connector at switching point (NET FO Connector at Switching Point)

    • NET FO connector at terminator (NET FO Connector at Terminator)

    • NET FO patch overview from connectors (NET FO Patch Overview from Connectors)

    • NET FO patches in switching point (NET FO Patches in Switching Point)

    • NET FO patches in terminator (NET FO Patches in Terminator)

    • NET FO terminator overview (NET FO Terminator Overview)

Telephony Data Model

13.1

  • Support function to identify the location of images was updated in all reports.

13.2

  • The base filter of the reports were changed, to prevent an error showing up in case there are no rows selected in the corresponding dialog.

    • NET Telephony cable section brief overview (NET TP Cable Section Brief Overview)

    • NET Telephony cable section service customer (NET TP Cable Section Service Customer)

    • NET Telephony cable section without trunk (NET TP Cable Section without Trunk)

    • NET Telephony cable section (NET TP Cable Section)

    • NET Telephony cable trunk duct route (NET TP Cable Trunk Duct Route)

    • NET Telephony network overview template (NET TP Network Overview Template)

    • NET Telephony patches in switching point (NET TP Patches in Switching point)

    • NET Telephony patches in terminator (NET TP Patches in Terminator)

    • NET Telephony pins in switching point (NET TP Pins in Switching point)

    • NET Telephony pins in terminator (NET TP Pins in Terminator)

    • NET Telephony splice overview closure (NET TP Splice Overview Closure)

    • NET Telephony splice overview terminator (NET TP Splice Overview Terminator)

13.3

  • The base filter for the reports got changed for Oracle databases, to allow the reports being created once again without an error. The following reports got changed.

    • NET Telephony cable section brief overview (NET TP Cable Section Brief Overview)

    • NET Telephony cable section service customer (NET TP Cable Section Service Customer)

    • NET Telephony cable section without trunk (NET TP Cable Section without Trunk)

    • NET Telephony cable section (NET TP Cable Section)

    • NET Telephony cable trunk duct route (NET TP Cable Trunk Duct Route)

    • NET Telephony network overview template (NET TP Network Overview Template)

    • NET Telephony patches in switching point (NET TP Patches in Switching point)

    • NET Telephony patches in terminator (NET TP Patches in Terminator)

    • NET Telephony pins in switching point (NET TP Pins in Switching point)

    • NET Telephony pins in terminator (NET TP Pins in Terminator)

    • NET Telephony splice overview closure (NET TP Splice Overview Closure)

    • NET Telephony splice overview terminator (NET TP Splice Overview Terminator)