User Guide

Installing the Import/Export Utility
An archive containing the utility is installed into <
Hyperion_Home
/common/utilities/
CSSImportExportUtility
. Extract the contents of the archive into a directory to which the
user who performs the import/export operation has read, write, and execute permissions. The
extraction process creates the
importexport directory and copies the required files into it. This
directory is referred to as
<ImpEx_home>
in this discussion.
Before Starting Import/Export Operations
Create a back up of the source Native Directory by exporting data to an LDAP Data
Interchange File (LDIF).
Ensure that all user directories configured in Shared Services (including Native Directory)
are running.
Ensure that Shared Services is running.
If you are running the Import/Export utility from a server that does not host Shared Services,
verify that the prerequisites indicated in “Prerequisites for Running Import/Export Utility
from a Remote Host” on page 113 are met.
Sample importexport.properties File
#import export operations
importexport.css=file:/C:/Hyperion/deployments/Tomcat5/SharedServices9/
config/CSS.xml
importexport.cmshost=localhost
importexport.cmsport=58080
importexport.username=admin
importexport.password={CSS}MRcYv323uzxGr8rFdvQLcA==
importexport.enable.console.traces=true
importexport.trace.events.file=trace.log
importexport.errors.log.file=errors.log
importexport.locale=en
# importexport.ssl_enabled = true
# export operations
export.fileformat=xml
export.file=C:/exportNew.xml
export.internal.identities=true
export.native.user.passwords=true
export.provisioning.all=true
export.delegated.lists=false
export.user.filter=*@Native Directory
export.group.filter=*@Native Directory
export.role.filter=*
export.producttype=HUB-9.2.0
#export.provisioning.apps=(HUB=Global Roles)
# import operations
import.fileformat=xml
import.file=C:/exportNew.xml
106
Managing Provisioning