Exporting a configuration profile to a file | HCL Digital Experience
To create a backup of a specific outbound HTTP connection profile, use the procedure given here.
Procedure
Export the configuration to a file.
- To export the global configuration, start the following portal
configuration engine task:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh read-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- IBM® i:
ConfigEngine.sh read-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- Windows™:
ConfigEngine.bat read-outbound-http-connection-config -DConfigFileName=/tmp/the_global_configuration.xml
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
- To run an application scoped profile, proceed as follows:
- Determine the name of the application scope. To get this name, follow the procedure under Listing all available configuration profiles.
- Start the following portal configuration engine task:
- AIX®
HP-UX
Linux™
Solaris
z/OS®:
./ConfigEngine.sh read-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
- IBM® i:
ConfigEngine.sh read-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
- Windows™:
ConfigEngine.bat read-outbound-http-connection-config -DConfigFileName=/tmp/the_scoped_configuration.xml -DApplicationScopeRef=THE_APPLICATION_SCOPE
THE_APPLICATION_SCOPE
is the name of the application scope. - AIX®
HP-UX
Linux™
Solaris
z/OS®:
/tmp/the_scoped_configuration.xml
contains an XML export of the application-scoped configuration profile.