Problem:
After starting the application or loading a map display following warn message is shown.
The reference scale 1:0 does not match the configured edit scales.
This causes that the REFSCALE attribute of new objects is not initialized.
Cause:
To avoid capture errors (missing value for REFSCALE), the display of a warning in case of incorrect configuration of edit and reference scales has been implemented in build 6409. This warning is also displayed if no reference scale is defined in the data frame of the map view and thus the edit scales are not used at all.
Solution:
In current releases (build >=6504), the warning will no longer be displayed if no reference scale is set in the data frame and no edit scale configuration exists. For this purpose it must be ensured that there are no entries with EDIT_RS* in the GA_ENVIRON table.
Workaround:
The following dummy entry in the GA_ENVIRON table for the edit scales can be used to bypass the warning message in build 6409.
prj_id | env_var | env_system | env_user | env_hostip | env_value | env_type | env_remarks | env_group | ENV_PRIO | ENV_FIELDLEN |
---|---|---|---|---|---|---|---|---|---|---|
UTCS | EDIT_RS0 | NT | 0 | 0 | S | ADMIN | 0 |
Comments
0 comments
Please sign in to leave a comment.