Extensive performance and request improvements on Port event listener with the option 'Request bundling'. And a higher parallelization when receiving MDNs by setting the option 'DontLockMessages' at the Job-Step NotificationHandler.
Option DontUseUpdateTransaction (eBiss.DbAdapter.DontUseUpdateTransaction) also implemented for acknowledging received data, e.g. writing read markers.
The status overview of eBiss WinClient's dashboard as well as the web page has been extended by the display:
And a “traffic light”, which shows the status as 'green' or 'red', depending on error messages or tasks.
The automatic creation of eBiss users, which was implemented with the eBiss.WinClient, is now also possible with the Domain login via the eBiss web page.
These users are automatically assigned to the eBiss domain groups.
Errors when logging in to the eBiss web site are logged in the tasks in addition to the previous service log.
In addition to messages, attachments, interchanges and documents can now also be searched on nodes.
In addition to messages, interchanges and documents, also attachments can now be searched in the message boxes.
A rare bug that caused eBiss Web not to be accessible has been fixed.
When creating types from external sources, e.g. from a database table, from an XSD, etc., the field names are adapted to the conventions after the import. Special characters and umlauts are replaced in the field name and the original name is written into the external name.
The Maria DB version 10.4.8 returns the default value “NULL” when reading from the schema for columns that can contain NULL values. The eBiss.DBCopy tries to insert the value “NULL” as string into the database. Therefore it needs its further evaluation of the default value, with which the eBiss.DBCopy to Maria DB version 10.4.8 works again.
See Abs.
The JSON write component has been extended to allow the namespace of the class to be written as a root object.
See JSON-Writer.