Versions Compared

Key

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

...

  • ability to change version of template
  • ability passing connectionId, connectorId, workflowId,  policyId to seed, connection, credential
  • the ability passing list of tags
  • default values for properties which are not in 4.0.
  • multiple Starting Points -> split to multiple seeds and connections, script read file and for each line create seed.
  • ability to splitting url to connection and seed.
  • ability to pass as parameter a suffix of http object description
  • ability to work with relative path

Repository

aspire-migration-component

...

Code Block
python __init.py__ -d migr -p smb_connector-content-source.zip

Ability to work with relative path

Migration xml files can contain relative path to other configuration files. Script can change automatically relative path to absolute path but must be run with parameter "-a [absolute path to aspire 4.0 distribution]"

Code Block
python __init.py__ -a C:\aspire-4.0 -p smb_connector-content-source.zip

...