With the BackendObjectRetrieverEx you can retrieve Data form external Systems, from a Database, from HostSystem, etc.
Documents for the same receiver, sender and interchange were created in the same message. If one of them changes a new message will be created.
The filename of the attachment can be set by:
If not set by on of those attributes the filename will be set to 'BackendReceiver.dat'.
Name | Bedeutung |
---|---|
Typ1) | Name des JobStep Objekts = eBiss.DbAdapter.BackendObjectRetrieverEx |
Name | Name des BackendObjectRetrievers. Hier sollte nach Möglichkeit ein aussagekräftiger Name gewählt werden. |
Beschreibung | Hier kann ggf. eine Beschreibung der konkreten Aufgabe der Jobkomponente in dieser Jobkette eingetragen werden. |
MessageBox | Nachrichtenkorb, in die transferierte Dokumente und Interchanges eingestellt werden. |
Create second doc after handled | boolescher |
DebugTrace | boolescher. Erlaubt das ein bzw. auschalten zusätzlicher Debuginformationen. In diesem Fall detailierte SQL Statements. |
DocumentTypeName | Der Entitäts-Typ welcher ausgelesen werden soll. |
Variables | A number of variables can be specified here, e.g. a DB_connection. If the value begins with a $, the value of a node variable or a variable of the standard system partner is determined. For example, the value $Db_Connection_FB leads to a search for the node variable “Db_Connection_FB”; if this is not defined, the variable is searched for in the standard system partner. |
StopAfterReadingKb | Stop reading the data if the size in KB has been exceeded. Because the size of one data record is only known after writing, the write is ended after the limit has been exceeded the first time. And the complete document is always read to the end, i.e. the line with the ReadMarker and all positions and sub-elements. |
BackendType | Je nach Dokument, welches durch das externe System geladen werden soll, muss der entsprechende Backendtype eingestellt werden. z.B. BackendObjectSender für Artikel oder SampleOrderSender für Orderdokumente. Bei Datenbankintegrationen wird hier i.d.R. der eBiss.DbAdapter.StandardReader verwendet. |
Encoding | Der anzuwendende Zeichensatz. Default ist Windows-1252 |