Fixed the bug that when creating messages via two successively connected EntityMessageCreator a faulty message was generated. The error occurred if the newly created messages were EDIFACT messages, e.g. the second one is intended for a different message basket, and documents of the same type are containerized in the same message. Then a third, incorrect message was created instead of the expected two messages.
Adjustment of the field lengths for the AS2 certificate files in:
Revision and update of the sFtp server.
In the NotifyMessages the error 'Transaction already committed!' was fixed.
With the EDInt address it was possible to enter too long file names and when such an entry was made, neither the Save button was active nor was an error detected.
In general the text input fields in eBiss have a character length limit and on the surface the input of overlengths is prevented. This error was caused by a combination of two unfavourable factors:
Case 1 is fixed, i.e. an input of too long file names is no longer possible.
Case 2 is no longer possible with the above fix for case 1 and was still protected by activating the “Cut-Oversize” option on the Pranke-ORM data layer.
The warning “GetArticleDetailsByEAN: Check Article without Node” was always issued if an EAN was not found in the current node. Which is annoying and unnecessary. However, a change of the search in the whole system cannot be removed, because this would change the current behaviour. For this reason, the search is now only started at the If article details are found, the following message is issued to another node:
There are plugins from customers who use the MapDocNavigator class for the return value in mapping functions. With the current eBiss version this is not necessary, there you can simply return a type from the IMapObjectRoot. But to prevent the old code from breaking, the constructor with the two parameters must be inserted again in the class MapDocNavigator.
There are plugins from customers who use the MapDocNavigator class for the return value in mapping functions. With the current eBiss version this is not necessary, there you can simply return a type from the IMapObjectRoot. But to prevent the old code from breaking, the constructor with the two parameters must be inserted again in the class MapDocNavigator.
Fixed the bug that in ExcelImporter the record tags were always written if the option “Create header” was active, even if the option “Add record tag” was deactivated.
Extension of the Configuration of the maintenance interface with the option All HTTP requests, so e.g. the accessibility of an AS2 channel can be checked from outside via HTTP.