General Properties
The following properties are used for the general definition of the processing scenario.
Property | Description |
|---|---|
Constant[] | Definitions of constants (see Constants) |
General.ScenarioName | Freely selectable name of the scenario This name is an addition to the technical name and is displayed in the logging. If this property value is missing, the name of the scenario configuration file will be used instead. |
General.ScenarioDescription | Free description text for the scenario This description text is used primarily for the purposes of display in the configuration program. |
General.Priority | Numeric value for setting priorities, starting with 1 (highest) and going to to n (lowest) With this priorization, those documents of the scenario are processed which were selected by a worker instance from the administrative database. This property only applies if a worker instance processes data of different scenarios one after the other. Within a priority level, the processing takes place in the order of the time at which documents are read in. Default value: |
General.RetryMax General.RetryDelayMacro(*) | Properties for controlling automatic retries of processing a document in case of an error This only affects documents that have been successfully read into the database (i.e., documents in the processing and output steps). Documents that are already unreadable in the input step can only be reprocessed after manual intervention. This functionality can be used if, for example, temporary connection problems to an output system are to be expected. If there are content errors in the document data that cannot be fix automatically even by repeated processing attempts, it should not be used. The numeric property If the function is to be active, configure This macro is also used to determine whether a new processing attempt is to be made at all. If the macro returns the value
|
General.BatchLogFile | Path of a batch-specific log file (optional) This log file bundles all information on the processing sequence of a single batch. In terms of content, these are the same entries as those in line with the global configuration in Batch-specific logging only starts once a batch has been successfully read in and initially transferred to the administrative database. Entries relating to the previous read-in process must therefore be taken from the global log of the responsible input worker. To create the file path of the log file dynamically, such that files are separated by batch, the following variables can be used for integration into the path: NoticeAs with global logging, the variables
The variables The variables In xSuite Interface Version 4.x, a log file was automatically created directly in the input directory and under the name of the input file for file-based input systems. To emulate this behavior in the present version of xSuite Interface, If multiple worker instances are configured to work in parallel on several documents in the same batch, the readability of the batch log will be restricted. These parallel processing instances are written in unsorted sequence to the same log file. In such a case, it may be helpful to use the global logs, as these allow separation into separate files per instance. |
General.FileMacroOptions.PdfALevel General.FileMacroOptions.JpegQuality General.FileMacroOptions.PngCompression General.FileMacroOptions.FormFeed(#) General.FileMacroOptions.ImageResolution General.FileMacroOptions.ImageBitDepth General.FileMacroOptions.PageMargin General.FileMacroOptions.FitWorksheetToPage General.FileMacroOptions.DefaultFont General.FileMacroOptions.FontsFolder General.FileMacroOptions.ExtractFilesPdfLib | Default settings for the execution of certain file macros which apply globally within the scenario Depending on the graphics library used and the specific conversion function, some settings might not be supported. If a setting is not supported, a different value will implicitly be used or an error triggered (e.g., for an unsupported PDF/A version).
|
Lookup[].Name Lookup[].Item[] | Definition from lookup lists Lookup lists can be accessed via macro functions like If multiple lists exist, use the
|
General.Database[].Name General.Database[].ConnectionString(§%) General.Database[].Password(§) General.Database[].Command(%) | Connection parameter(s) to be configured separately and command for accessing an external database in a macro function (e.g., These parameters have individual configuration properties to limit the length of the parameter list of the respective functions. In the functions, these parameters are referenced via the The The password required in the connection string can be defined separately in The database command to be executed in |
General.WebService[].Name* General.WebService[].Url*(%) General.WebService[].Method General.WebService[].ProxyServer General.WebService[].AuthMode General.WebService[].User General.WebService[].Password(§) General.WebService[].CertificateName | Connection parameter(s) to be configured separately to an external web service for use in a macro function (e.g., These parameters have individual configuration properties to limit the length of the parameter list of the respective functions. In the functions, these parameters are referenced via the Enter the full URL of the web service to be called in If communication is to run via a proxy server, this can be defined in
Enter the properties for authentication in |