eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:relnotes:version_3_8:version_03_08_296

Version 3.8.296 (6.2.24)

Sync of directory trees

Entire directories can be synchronized by eBiss across network boundaries:

  • SourceDirectory ⇒ eBiss1.ReceiveHarddiskChannel ⇒ eBiss1.HttpSend ⇒ eBiss2.HttpReceive ⇒ eBiss2.HarddiskSendChannel ⇒ TargetDirectory

With the new SetAttachmentDirectory and WriteToAttachmentDirectory options, this is now also possible with all subdirectories.

Port Event Listener

The port event listener has been optimized in terms of latency, response time and resource consumption.

DB-Adapter: SEQUENCE for the Microsoft SQL Server

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;

Authenticationim in HTTP receive channel

Extension of HTTP receive channel to include authentication.

Correction to: Object reference was not set to an object instance

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.

Missing reference for AddWarningIssue

Warnings created in the mapping with the function AddWarningIssue had no reference to the document and the mapping, this error has been fixed

Error message for invalid EDIFACT

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':

  • Unable to load element in segment 'PRI' of type 'ORDRSP' (eBiss.MappingObjects.Edifact.D96A.Messages.ORDRSP.ORDRSP).
    Error occurred at DG position 0, DE position 4, segment number 15 (character position 404).
    Value: 'PRI+AAA:27.1:::NTP''
    Error: The specified argument is outside the valid value range.
    Parametername: Cannot set field ORDRSP/SG_26/SG_30/PRI/DG_C509/DE_5284 to value 'NTP': Error during convert NTP to Object: The input string has the wrong format.

Logging HTTP channels

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”.

MappingVariables with spaces

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.

Display duration of ToolTips

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).

Incorrect selection of TypeSets

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.

FileEventListener does not notify hidden files

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.

Charset for HTTP send channel and receive channel

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.

eBiss.Api on .NET 4.5.2

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.

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