Skip to main content

xSuite Bus Prism Administration Guide

Output channel ERP system

The data coming from the OCR is sent from xSuite Bus Prism to xSuite Interface Prism. For this, the input channel xFlowBus2 [Input.xFlowBus2] must be selected as the inbound scenario in xSuite Interface.

The following parameters are available for configuration of the input interface:

Parameter

Description

BackupFolder

Here, the path can be set to store the files as ZIP files after successful processing if a name is specified for this file. For these file names, the variables %ID% (e.g., stack ID), %DATE%, and %TIME% can be used to create folders or file names dynamically with the variables. When a value is not specified here, the files will remain in the Input folder.

BackupDuplicatesMode

Here, you can specify what reaction is to take place when an identical file was already stored in the backup directory.

StackLogFolder

Optional path of a folder in which the log files are to be stored.

WebserviceURL

HTTP address of the xSuite Bus Service.

This web address can be traced in the IIS.

The structure is always HTTP://localhost:Port/XFlowBusWebServiceHost/XFlowBusWebService.svc/basic.

Example: http://WMDS31.wmd.local:8090/XFlowBusWebServiceHost/XFlowBusWebService.svc/basic

Client

Customer

Parameter that assigns an Interface configuration to a client or customer set up in xSuite Bus.

This allows xSuite Interface configuration to specify which xSuite Bus client or customer was assigned and which workflows or actions are to be executed.

Owner

When the Owner is specified, it is possible to map different xSuite Interface scenarios in an xSuite Bus instance.

DocKeyField

Optional field for transfer of a field in the field catalog that is to be set as the document key and transferred as such to xSuite Bus (e.g., DOCDKEY).

DocKeyType

Descriptive numeric value for the field DocKeyField. The number of digits to be had in the DocKeyField is defined here.

  • 0: No value transferred (default value)

  • 1: xSuite Bus Document

  • 2: xSuite Interface Record

  • 3: xSuite Workflow Engine Workitem

  • 4: SAP Interface Record (potentially in the form of an UUID)

  • 5: OTRIS Interface Record

TrackingIDField

TrackingKeyField

Optional internal name of field-catalog fields that contain a global ID and/or key to be transferred to xSuite Bus in order to be able to identify a document across systems and monitor its processing.

The ID must be available in the syntax UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx), whereas a numeric counter is normally used for the key.

If it is to be generated as an initial name in xSuite Interface, then the field macro UUID() or GlobalCount() can be used — or, for the purposes of managing the counter value in a database — better yet, the ExecDBCommand() macro, with a user-defined SQL command.

For example, a GlobalCountDB can be set up on the database, or a sequence can be set up using the following function: UPDATE [Counter] SET [Sequence]= (SELECT [Sequence]+1 FROM [Counter]) OUTPUT [inserted].[Sequence]

FetchBLOB

Optional filter. You can define whether BLOB files are to be received from xSuite Bus. The pre-set value is None.

DeleteJobItems

Parameter for deleting xSuite Bus items after processing. 1 = deletion active / 0 = deletion deactivated. Default value is 1.