Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Summary

AlternativeFragments elements are can be used in situations where:

  • a specified - i.e. first choice - connection may not be available,
  • where it is not acceptable to wait for the first choice connection and
  • and where alternative transfer configurations could be used.

...

Alternative fragment elements are specified using either a ReadableAlternativeFragmentRef element or a WriteableAlternativeFragmentRef element, both of which are, respectively, children of the CopySourceFragmentRef or CopyTargetFragmentRef elements in the configuration Profiles branch.

...

  • Profile
    • Operation
      • Copy
        • CopySource
          • CopySourceFragmentRef (specifies one of the following)
            • FTPFragmentRef
            • FTPSFragmentRef
            • etc.
            • ReadableAlternativeFragmentRef (Has the ref Attribute specifying the source ReadableAlternativeFragment fragments)
        • CopyTarget
          • CopyTargetFragmentRef (specifies one of the following)
            • FTPFragmentRef
            • FTPSFragmentRef
            • etc.
            • WriteableAlternativeFragmentRef (Has the ref Attribute specifying the target WritableAlternativeFragment fragments)

The ReadableAlternativeFragmentRef and WriteableAlternativeFragmentRef elements contain attributes that reference corresponding ReadableAlternativefragment and WriteableAlternativeFragment elements in the Fragments configuration branch.

...

Related Sections of this User Manual:

...