eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:relnotes:version_3_7:version_03_07_279

Version 3.7.279 (28.4.23)

Note on DB schema change

The in this version introduced column SequenceNumber on the table MessageStateEntry with the default value '0' can lead on systems with very many entries, the update of the database schema may take longer.

No more 'callback' from servcie to client

The eBiss service does not establish a connection to the client anymore:

  • When deleting messages, the callback could be avoided by a simple change and
  • when logging, the client fetches the log from the service.

The number of invocations is on average lower, because when fetching the logs usually several lines are transferred.

New Job Step CurrentDocument

New Job Step CurrentDocument.

Optimization of the display

Reduction of DB queries at

  • Display of messages
  • Starting of jobs

Selection of the message basket in the job step incorrectly

When selecting from the message basket in e.g. DelegatorJob-Step only the message baskets in the root node were displayed, the error is fixed.

AttachmentStateSetter

New job step AttachmentStateSetter to discard certain attachments.

Quick search always performs a “starts with” search. Entering an asterisk (*) at the beginning performs a “Contains” search, e.g. *PRICAT performs the search with “Contains” 'PRICAT'.

However, if the asterisk (*) was entered only at the end, e.g. PRICAT*, then the search for “Starts with” PRICAT*, i.e. the asterisk was included in the included in the search.

This caused some surprise and was changed. An asterisk at the end is removed. Note: If there are two asterisks at the end, only the first one is removed.

Advanced warning when deleting

Warning when deleting the following items if they are still in use:

  • Variablen
  • Variablendefinitionen
  • Lookup Tabllen.

Extension of the RestPush JobStep

Extension of the RestPush JobStep by the input of further header parameters.

Extension of the eBiss Api

Extension of INode by

  IDictionary<string, IVariableDefinition> VariableDefinitions { get; }

Und von IVariableDefinition um:

   string DefaultValue { get; }

sftp Server Channel, Timeout adjusted

Default timeout at “-1” was only two minutes, this was changed to 60 minutes.

Article Subscription Selector

Revision of the logs of the ArticleSubscriptionSelectorDirectSql.

Troubleshooting the Retail TradeItemManager

Revision of TradeItemManager.

Bug fixing for GIT versioning

An error occurred in the GIT versioning, the display of the history elements and the creation of the Deploy Package was no longer possible. The bug has been fixed.

en/relnotes/version_3_7/version_03_07_279.txt · Last modified: 2024/02/20 08:15 by 127.0.0.1