Difference between revisions of "Version 3.6 (Server)"
(→Build History UBIK.Studio) |
(→Build History UBIK.Studio) |
||
(13 intermediate revisions by 3 users not shown) | |||
Line 15: | Line 15: | ||
* {{UBIK}} Views can derive from each other now. Using this technique can reduce the amount of necessary work when configuring Views and much more important, will increase maintainability. | * {{UBIK}} Views can derive from each other now. Using this technique can reduce the amount of necessary work when configuring Views and much more important, will increase maintainability. | ||
* {{UBIK}} provides the possibility to distribute customizing related binaries via the database now. They do not need to be stored on a server file share anymore. | * {{UBIK}} provides the possibility to distribute customizing related binaries via the database now. They do not need to be stored on a server file share anymore. | ||
− | * {{UBIK}} supports Shape files | + | * {{UBIK}} supports Shape files for representing geospatial vector data on the map now (https://wiki.openstreetmap.org/wiki/Shapefiles) |
** [[SYSCLS_MAPSHAPE|Map Shape Classification Object]] | ** [[SYSCLS_MAPSHAPE|Map Shape Classification Object]] | ||
* {{UBIK}} supports the configuration of objects being automatically synced (make offline available) on clients | * {{UBIK}} supports the configuration of objects being automatically synced (make offline available) on clients | ||
Line 36: | Line 36: | ||
* Extended the {{UBIK}} [[OSIPI_(Plugin)|OSIPI Plugin]] to be able to read data from the [https://docs.osisoft.com/bundle/ocs/page/ocs-content-portal-overview.html OSIsoft Cloud Services (OCS)]. | * Extended the {{UBIK}} [[OSIPI_(Plugin)|OSIPI Plugin]] to be able to read data from the [https://docs.osisoft.com/bundle/ocs/page/ocs-content-portal-overview.html OSIsoft Cloud Services (OCS)]. | ||
* There is a new customizable event "OnBeforeRevertUnsavedChanges" which is triggered just before unsaved changes of one object get reverted | * There is a new customizable event "OnBeforeRevertUnsavedChanges" which is triggered just before unsaved changes of one object get reverted | ||
− | * UBIK Interface management | + | * UBIK Interface management provides a possibility to schedule the execution of an interface task now |
− | * {{UBIK}} supports to | + | * {{UBIK}} supports to change the type (MetaClass) of an instance event if it was already created. This provides a full set of new possibilities for the customizing as well as being able to react on new/changed project requirements |
** The mechanism to convert the type of one instance is used when importing proxies via the new member (FindOrPrepareProxy) on the Proxymanager. | ** The mechanism to convert the type of one instance is used when importing proxies via the new member (FindOrPrepareProxy) on the Proxymanager. | ||
* {{UBIK}} now provides [[ServiceLogins]], a solution for managing service credentials to third-party systems easily and securely. | * {{UBIK}} now provides [[ServiceLogins]], a solution for managing service credentials to third-party systems easily and securely. | ||
* [[HowTo:Configure_Dynamic_Selective_Lists|Dynamic Selective Lists]] | * [[HowTo:Configure_Dynamic_Selective_Lists|Dynamic Selective Lists]] | ||
* {{UBIK}} supports to configure the min and max length of string properties now (https://wiki.augmensys.com/index.php?title=MetaProperty#Text_2). | * {{UBIK}} supports to configure the min and max length of string properties now (https://wiki.augmensys.com/index.php?title=MetaProperty#Text_2). | ||
+ | |||
+ | |||
=== Bugfixes === | === Bugfixes === | ||
Line 54: | Line 56: | ||
* An issue with remaining MetaProperties (in the Sandbox-table) after Metaclass is released is fixed now. | * An issue with remaining MetaProperties (in the Sandbox-table) after Metaclass is released is fixed now. | ||
* Sequential (MRO) Tasks forward their progress to their owners correctly now | * Sequential (MRO) Tasks forward their progress to their owners correctly now | ||
− | * A potential problem occuring during the start UBIK.Studio was fixed | + | * A potential problem occuring during the start of UBIK.Studio was fixed |
* The object replication feature supports the enabled - property feature now. | * The object replication feature supports the enabled - property feature now. | ||
* The processing of Command Files on the Enterprise Server was improved and runs less error prone | * The processing of Command Files on the Enterprise Server was improved and runs less error prone | ||
Line 83: | Line 85: | ||
* UBIK Clients terminate their tokens when logging out now (erroneous SessionManagement). | * UBIK Clients terminate their tokens when logging out now (erroneous SessionManagement). | ||
* The UBIK OLEDB Module now always uses the provider MSOLEDBSQL, instead of the deprecated SQLOLEDB. | * The UBIK OLEDB Module now always uses the provider MSOLEDBSQL, instead of the deprecated SQLOLEDB. | ||
− | * The relation replication feature | + | * The relation replication feature provides the possibility to configure (using customizing code) for every single Relation Item whether it should be replicated or not. |
* TLS 1.2 is now supported by the Web Services automatically, provided that .NET Framework 4.6.1 is installed on the server. | * TLS 1.2 is now supported by the Web Services automatically, provided that .NET Framework 4.6.1 is installed on the server. | ||
* A set of new Custom - Metaclasses are provided via the database update now: | * A set of new Custom - Metaclasses are provided via the database update now: | ||
Line 94: | Line 96: | ||
** CustomReplicationConfigurationMetaClass | ** CustomReplicationConfigurationMetaClass | ||
− | + | ||
= Build History Web Service = | = Build History Web Service = | ||
* 3.6.0 Build 13704 on 2022.01.18 | * 3.6.0 Build 13704 on 2022.01.18 | ||
** Initial release. | ** Initial release. | ||
− | * 3.6.0 Build | + | * 3.6.0 Build 13820 on 2022.02.18 |
** A problem in Property.DisplayValue was fixed | ** A problem in Property.DisplayValue was fixed | ||
** A problem when preloading of RelationViewItems (View Cache) is solved now | ** A problem when preloading of RelationViewItems (View Cache) is solved now | ||
+ | * 3.6.0 Build ????? on 2022.??.?? | ||
+ | ** A bug when downloading a broken file from the WebService is fixed now | ||
+ | |||
− | |||
= Build History UBIK.Studio = | = Build History UBIK.Studio = | ||
* 3.6.0 Build 13704 on 2022.01.18 | * 3.6.0 Build 13704 on 2022.01.18 | ||
** Initial release. | ** Initial release. | ||
− | * 3.6.0 Build | + | * 3.6.0 Build 13820 on 2022.02.18 |
** A problem in Property.DisplayValue was fixed | ** A problem in Property.DisplayValue was fixed | ||
** A problem when preloading of RelationViewItems (View Cache) is solved now | ** A problem when preloading of RelationViewItems (View Cache) is solved now | ||
** Importing of dead Links via the Interface Execution could lead to crashes. This problem is solved now. | ** Importing of dead Links via the Interface Execution could lead to crashes. This problem is solved now. | ||
** The Proxy property UBIK_UID Property is filled after updating to 3.6.0 now | ** The Proxy property UBIK_UID Property is filled after updating to 3.6.0 now | ||
+ | ** The orphaned Relation MetaClass "SYSREL_ADMINRIGHTS" gets deleted when updating to 3.6.0 now | ||
+ | * 3.6.0 Build ????? on 2022.??.?? | ||
+ | ** A bug in scoping the initial and default values for DateTime Properties is solved now. | ||
+ | ** Performance improvements when processing Replication - References | ||
+ | ** A problem 01_MRO.Workpackage.sql script was fixed when the REF_TASKOWNER was pointing to the wrong MetaClass UID | ||
[[Category:Version 3.6|Version 3.6(Server)]] | [[Category:Version 3.6|Version 3.6(Server)]] | ||
Line 119: | Line 128: | ||
* 3.6.0 Build 13704 on 2022.01.18 | * 3.6.0 Build 13704 on 2022.01.18 | ||
** Initial release. | ** Initial release. | ||
+ | * 3.6.0 Build 14255 on 2022.07.05 | ||
+ | ** Hotspotting.CreateRevision does create a thumbnail for created revision documents now | ||
+ | ** The implementation of the file based Comos Interface does support the new proxy linking technique now | ||
+ | ** Support of SAP Plugin | ||
<headertabs /> | <headertabs /> |
Latest revision as of 13:02, 25 July 2022
Version | Release Date |
---|---|
3.6.0 | 2022.01.19 |