Child pages
  • Solution Import

Versions Compared

Key

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

...

  • Enter maintenance mode (this is used to avoid client deadlocks during solution import)
  • Activate new release of imported solution and modules
  • Overwrite repository styles with import version
  • Overwrite repository group security settings with import version
  • Clean import New solution name WARNING: Styles will be overwritten! (useful if you want to import your solution with a different name; the new name must not already exist as a solution in the repository)
  • Override existing sequence type definitions (in repository) with the sequence types contained in the import file
  • Update sequences for all tables on all servers used by the imported solution and module
  • Override existing default values (in repository) with the default values contained in the import file
    WARNING: This may break other solutions using the same tables, or cause tables to use nonexistent dbidentity or dbsequence sequences or other database auto enter types!
  • Allow reserved SQL keywords as table or column names (will fail unless supported by the backend database)
  • Allow data model (database) changes
  • Display data model (database) changes
  • Import solution meta data (inserts and updates, no deletes)
  • Import solution sample data
  • Import internationalization (i18n) data (inserts and updates)
  • Insert new internationalization (i18n) keys only (inserts only, no updates)

...