Versions Compared

Key

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

Table of Contents

...

The migration routine is implemented using an ANT script and the PCT (httphttps://jakejustus.github.iocom/Riverside-Software/pct/ and https://github.com/jakejustusRiverside-Software/pct/wiki for documentation) extensions to ANT. PCT is contained in the deployment of the setup script, so that users of the migration routine will just have to install ANT version 1.8 or above. It is recommended to make ant.bat available using the operating system PATH environment variable. ANT can be downloaded from http://ant.apache.org

...

Parameter

Description

-lib Install/PCT/PCT.jarPoint to a compatible PCT.jar library (currently at least PCT 208). We do provide a compatible PCT.jar in the Setup/Install/PCT folder.

-Dsmartdb

This must be the name of your SmartDB database, typically smartdb

-Dsmartdbhost

The host (server) that executes your SmartDB server process.

The migration routine does not support single user or shared memory connections.

-Dsmartdbport

The port number your SmartDB server is listening on

-DsmartdbdirThe directory that contains the SmartDB
-Dsmartdbsingleusertrue/false for single user vs. self-service DB connection (when -Dsmartdbdir is used)
-DsmartldbnameThe (optional) logical database name for the SmartDB. Should match the SmartDB setting in Consultingwerk/products.i

-Ddlc

Your Progress installation directory

-Dinstallroot

The folder that contains the current version of the SmartComponent Library.

This is the folder containing the “Consultingwerk” and “Setup” folder.

This is the folder that you unzipped the release of the SmartComponent Library into.

-Donline

This parameter is optional. When set to "true", an online schema change will be performed (-Donline="true").

A classic offline schema change will be performed when this parameter is either not set or set to "false".

-DMmCustom setting for -Mm parameter (defaults to 1024)
-DcpinternalCustom setting for cpinternal (defaults to iso8859-1)
-DcpstreamCustom setting for cpstream (defaults to iso8859-1)
-DcpcollCustom setting for cpcoll (defaults to German-Library)
-Dsilent.schemaWhen "yes", user will not be prompted before loading schema changes
-Dsilent.dataWhen "yes", user will not be prompted before loading new data
-DtableareaThe area name for table allocation
-DindexareaThe area name for index allocation
-DlobareaThe area name for LOBs
-DpreviewDeltaLogs the contents of the delta.df just before loading it

...