Entire directories can be synchronized by eBiss across network boundaries:
With the new SetAttachmentDirectory and WriteToAttachmentDirectory options, this is now also possible with all subdirectories.
The port event listener has been optimized in terms of latency, response time and resource consumption.
SEQUENCE can now be used for the automatic assignment of primary key values in Microsoft SQL Server. To do this, use the parameter PrimaryKeyType.Sequence in the PrimaryKey attribute and enter the name of the SEQUENCE as the second parameter the name of the SEQUENCE, e.g:
[PrimaryKey(PrimaryKeyType.Sequence, "TestSequence")] public int Id;
Extension of HTTP receive channel to include authentication.
Bug fix for sometimes occurring “The object reference was not set to an object instance” in the service at the end of the job execution.
Warnings created in the mapping with the function AddWarningIssue had no reference to the document and the mapping, this error has been fixed
The error message for loading an invalid EDIFACT message has been improved.
The “Loader” now creates the task with the code 2050 (see Error states (TaskState / TaskMessage / TaskMessageSeverity)) and specifies the exact position in the task. An example where in the PRI in a segment where there is a numeric value contains the value 'NTP':
The HTTP receive channel and the HTTP send channel now output the URL and the web headers in the “Debug” log mode.
Please note that the URL and/or header may contain sensitive data, which can then be found in the log. E.g. an “HTTP Authorization”.
Spaces at the end of a mapping variable are no longer counted as part of the name. The previous value assignment led to errors that were not easy to find when assigning mapping variables: Such variables could neither be accessed directly nor via XVar.
The display duration of ToolTips has been increased for the labels of the generated views (e.g. for job steps in jobs, properties of elements).
TypeSets with an associated partner were selected if the source type did not match, if the type was not defined in the TypeSet but only via the mapping. This error has been fixed.
The FileEventListener does not take hidden files into account. Previously there was notification for thumbs.db, for example, but this is no longer the case from this version onwards.
The HTTP send channel transmits the character set of the attachment, the HTTP receive channel evaluates this and saves the attachment with the transmitted character set. As a result, the character set of the transmitted message is retained, e.g. in the case of node-to-node communication via HTTP.
Conversion of the eBiss.Api from .NET 4.5 to .NET 4.5.2. The other eBiss assemblies had already been converted to .NET 4.5.2.