Command line interface for migration > Migrating runtime repository data > Migrating Composer and Composition Center resources > Exporting resources

Exporting resources
When you export resources from a runtime repository, you export the resources to a zip file. You can specify whether to include resources from all areas (Composer, CompositionCenter, and Security), or from specific areas only.
Note:
MSSQL examples
Example 3
strs-migrate.bat -d MSSQL -m EXPORT -n strsDataSP3 -o 1433 -p myPwd -s WMF3K55 -u sa -z C:\strs_data\myDb.zip
 
Example 4
strs-migrate.bat -a Security|CompositionCenter -d MSSQL -m EXPORT -n strsDataSP3 -o 1433 -p myPwd -s WMF3K55 -u sa -z C:\strs_data\myDb.zip
 
Oracle examples
Example 5
strs-migrate.bat -d ORACLE -i abc321 -m EXPORT -n strsDataSP3 -o 1521 -p myPwd -s salma -u sys -z C:\strs_data\myDb.zip
 
Example 6
strs-migrate.bat -a Security|CompositionCenter -d ORACLE -i abc321 -m EXPORT -n strsDataSP3 -o 1521 -p myPwd -s salma -u sys -z C:\strs_data\myDb.zip
 
OpenText StreamServe 5.6 Updated: 2013-03-01