+

Search Tips   |   Advanced Search

Remove a previous version of Site Builder

To remove the Site Builder application from the HCL Digital Experience Portal server, run ConfigEngine batch or script files to uninstall the application, then remove its .paa folder and web content library.

  1. Open a command line and browse to the ConfigEngine.

      /usr/IBM/WebSphere/wp_profile/ConfigEngine

  2. Run the ConfigEngine batch or script file with the remove-paa parameter to remove the Site Builder assembly. For example:

      ./ConfigEngine.sh remove-paa -DappName=wp.ctc.nswiz

  3. Repeat the command for each virtual portal where Site Builder is installed. For example:

      ./ConfigEngine.sh remove-paa -DappName=wp.ctc.nswiz -DVirtualPortalHostName=myhost.example.com -DVirtualPortalContext=myVirtualPortal

  4. Type and run to uninstall Site Builder:

      ./ConfigEngine.sh uninstall-paa -DappName=wp.ctc.nswiz

      ...or...

      ./ConfigEngine.sh uninstall-paa -DappName=wp.ctc.nswiz -DforceUninstall=true

  5. Delete the wp.ctc.nswiz directory from the file system. It is located under the wp_profile_root/paa directory. We must have administrator access to delete files.

  6. To keep your current Site Builder templates, then we can skip this step. To start with a new version of Site Builder, then delete the Site Builder Template Library.

    1. Logged in as the portal administrator, click Administration > Portal Content > Web Content Libraries.

    2. Browse to the Site Builder Template Library and click the Delete library icon.

    3. Click OK.
  7. Delete the Site Builder Personalization Mail Rules.

    1. Log in to HCL WebSphere Portal as an administrator.

    2. Click Applications > Personalization > Business Rules.

    3. Select All Rules.

    4. Select these E-Mail Action rules:

      • SiteBuilderSiteCreationCancelEmailRule
      • SiteBuilderSiteCreationFailurelEmailRule
      • SiteBuilderSiteCreationSuccessEmailRule
      • SiteBuilderSectionCreationCancelEmailRule
      • SiteBuilderSectionCreationFailureEmailRule
      • SiteBuilderSectionCreationSucessEmailRule

    5. Click Delete in the Personalization Toolbar.

    6. Click Delete on the Delete Documents page.

Parent topic: Install and remove Site Builder