Introduction
- The Parameter Reference is used for configuring YADE file transfer settings.
- The Parameter Reference is generated from the latest version of the XSD schema in YADE - Reference Documentation - XSD Schema Reference and includes additional explanations of configuration elements.
- The YADE - User Manual provides an overview of features, explains use cases and includes references to this documentation.
Status of Documentation
- The Parameter Reference explains the structure of configuration elements that is intended for future YADE releases.
- FEATURE AVAILABILITY STARTING FROM RELEASE 1.11
- YADE shifts from plain text configuration files (.ini format) to XML Configuration files.
- For releases 1.9 and 1.10 the plain text configuration files are maintained.
- For releases 1.11 and later XML Configuration will be available as documented.
- YADE releases correspond to the following XSD schema file versions:
- YADE releases 1.9 up to 1.11 use https://www.sos-berlin.com/schema/yade/YADE_configuration_v1.0.xsd
- YADE releases 1.12, 1.13, JS7 use https://www.sos-berlin.com/schema/yade/YADE_configuration_v1.12.xsd
- The Parameter Reference for releases 1.10 and older is available for reference.
- The Parameter Mapping is intended for users of YADE releases before 1.11 who want to benefit from the Parameter Reference documentation.
- Mapping tables assist to identify XML configuration elements and plain text configuration items (.ini format).
- The XML Editor is schema-aware and can be used to create valid XML configurations.
- The YADE - User Manual is available and under continuous extension.
Parameter Reference
Diagram
The root element of a YADE configuration. This element specifies a JS7 Job Resource. This element specifies the name of a JS7 Job Resource. This element specifies the environment variable name of a JS7 Job Resource. This element specifies the variable name of a JS7 Job Resource. The branch element for reusable transfer configuration. Subsequent fragments are used e.g. for file transfer specifications, notifications, mail server settings, that can be used in a number of file transfer Profiles. A fragment specifies how a file transfer is carried out whereas a Profile specifies what should be transferred. Therefore multiple profiles can use the same fragments, e.g. to transfer different files from the same source or to reuse the same transfer specification as the source and the target in different transfer operations. The General configuration options refer to central settings that are applied to all file transfer configuratons such as use of the YADE Background Service and logging. Some settings from the General branch can be superseeded by Profile settings that apply to an individual file transfer configuration. The specification of General configuration parameters is not mandatory.
Configurations
Notes
Element
Type
Required
Description
JobResource
Optional
Notes
JobScheduler releases starting from JS7 2.2.2
Fragments
Required
Profiles
Required
General
Optional
Explanations
The XML file transfer configuration that is introduced with version 1.11 of the YADE Client uses an XSD schema to define relationships between parameters and which parameters can be used together. The top two levels of the schema are shown in the diagram at the top of this page: The Configurations element is the top level element in the transfer configuration and has three child elements, representing three main branches of the configuration: In addition there are:
Note that both the SOCKS4Proxy and SOCKS5Proxy elements are themselves Reusable Elements.