IBM Portal - Export Portal Configuration to an XML file using the xmlaccess command

by
Jeremy Canfield |
Updated: July 07 2022
| IBM Portal articles
The xmlaccess.bat (Windows) or xmlaccess.sh (Linux) command can be used to create XML files that contain the configuration details of a Portal server. Here is the basic syntax of the xmlaccess.sh command using the Export.xml file.
<base Portal install directory>/bin/xmlaccess.sh
-user <username>
-password <password>
-url http://<Portal server hostname>:12320/portal/config
-in <base Portal install directory>/doc/xml-samples/Export.xml
-out export_result.xml
For example.
/opt/Portal/bin/xmlaccess.sh -user john.doe -password itsasecret -url http://server1.example.com:12320/portal/config -in /opt/Portal/doc/xml-samples/Export.xml -out export_result.xml
Did you find this article helpful?
If so, consider buying me a coffee over at