Problem:
Aligning service points on a building edge didn't work, if the feature classes are located in a different database, than the feature classes of the network objects.
Solution:
In prior versions the identification of building edges was made using model names CS_BUILDINGAREA or CS_BUILDINGLINE. These are replaced by UT Tags of the same name. Equal to the model names the configuration of the UT Tags has to be made on the database, where the feature classes of building edges are located. This means, a table UT_TAGS with corresponding configuration has to be exist.
For evaluation of the UT Tags, UT for ArcGIS requires some additional tables in the database of the building edges. These tables have only to exist, but can be empty. Following tables have to exist:
- UT_CS_DBVERSION
- UT_CS_DERIVED_FEATURES
- UT_CUSTOM_IMPLEMENTATIONS
- UT_CLASSES
- UT_CLASS_SUBTYPES
- UT_CLASSGROUPS
- UT_ATTR_REPOSITORY
- UT_ATTR_LAYOUT
- UT_ATTR_HELP
- UT_OBJ_REL_DEF
- UT_REL_TYPE
- UT_C_MAINT_TYPE
- GA_ENVIRON
The users must have the permission to access these tables reading. In the database these permissions has to be granted to the users or related database roles.
grant select on <TABLE_NAME> to UT_ADMIN;
grant select on <TABLE_NAME> to UT_EDIT;
grant select on <TABLE_NAME> to UT_VIEW;
Comments
0 comments
Please sign in to leave a comment.