The EXPORT and IMPORT modes can be used to migrate processing statistics from one runtime repository to another. For example, if you must recreate the runtime repository and want to keep statistics about already made transactions, or if you want to export processing statistics to be presented in an auditing scenario.When you export processing statistics, the information is gathered in a data.xml file included in the exported zip file.
Note: Processing statistics are always exported separately and cannot be combined with the exports of the other areas (MessageStore, Security or CompositionCenter). If combined with other areas, the ProcessingStatistics argument is neglected.
Example 21strs-migrate.bat -a ProcessingStatistics -d MSSQL -m EXPORT -n StrsData -o 1433 -p myPWD -s WMF3K55 -u sa -z C:\strs_data\myProcstat.zip
Example 22strs-migrate.bat -a ProcessingStatistics -d ORACLE -i abc321 -m EXPORT -n strsData -o 1521 -p myPWD -s salma -u sys -z C:\strs_data\myProcstat.zip
• The -f/--force parameter (forcing data overwrite at import) has no impact.
Example 23strs-migrate.bat -y -a ProcessingStatistics -d MSSQL -m IMPORT -n StrsData -o 1433 -p myPWD -s WMF3K55 -u sa -z C:\strs_data\myProcstat.zip
Example 24strs-migrate.bat -y -a ProcessingStatistics -d ORACLE -i abc321 -m IMPORT -n strsData -o 1521 -p myPWD -s salma -u sys -z C:\strs_data\myProcstat.zip
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |