Uninstalling a Portal Application Archive (PAA) file update | HCL Digital Experience
If there are issues with the Portal Application Archive (PAA) file update, you can uninstall the update and return to the previous version of the file.
About this task
PAA file developer note: Custom code is used to remove
updates and restore the previous version of the PAA file.
The Solution Installer does not generate code for this task. However, the previously generated code
is called from the custom tasks. Previously generated tasks are not run automatically.
Cluster note: Complete these steps on the primary node and then on all
additional nodes.
Procedure
- Optional: If you use the
Simple and Protected GSS-API Negotiation Mechanism (SPNEGO) for single
sign-on, complete the following steps to disable SPNEGO:
- Log on to WebSphere® Integrated Solutions Console.
- Go to .
- Clear the Enable SPNEGO check box.
- Save your changes.
- Open a command prompt.
- Change to the wp_profile_root/ConfigEngine directory.
- Run the
following task to update the PAA file:
- AIX® HP-UX Linux™ Solaris: ./ConfigEngine.sh remove-paa-update -DappName=assemblyName -DWasPassword=password -DPortalAdminPwd=password
- IBM® i: ConfigEngine.sh remove-paa-update -DappName=assemblyName -DWasPassword=password -DPortalAdminPwd=password
- Windows™: ConfigEngine.bat remove-paa-update -DappName=assemblyName -DWasPassword=password -DPortalAdminPwd=password
- Optional: Complete the following
steps to enable SPNEGO:
- Log on to WebSphere® Integrated Solutions Console.
- Go to .
- Check the Enable SPNEGO check box.
- Save your changes.