Importing an archive might fail if the versions of rules and data instances in the archive conflict with those on the target. If you are using the prpcUtils command-line utility, you can configure the import options in the prpcUtils.properties file to resolve these potential conflicts.
To configure the import options, perform the following steps:
Property | Description |
---|---|
Install | Use to import instances only if they are newer than those in the target system. Details of the instances that are ignored will be logged to file. |
Import |
Use to import instances that are:
When you import identical instances, the value of the import.existing.instance property determines whether to overwrite or skip the existing instances. |
Restore | Use to roll back a hotfix during an update. |
Hotfix | Use to overwrite older instances in the target with the newer instances in the archive. |
Value | Description |
---|---|
Override | Set to import and overwrite the instances that already exist in different rulesets and versions. |
Skip | Set to skip the instances if already available on the target system. |
If you do not specify a value for the import.existing.instance property, the import operation will fail.
To start importing, run the command-line utility for your operating system with the import option:
On Windows: prpcUtils.bat –import
.
On UNIX: prpcUtils.sh –import
.