Updating the schema name for preload notice tables

When you install Mobile Portal Accelerator, the preload notice tables are created with a schema name that matches the user name for the customization database. You can change this schema name after the installation is complete.

About this task

After creating the new schema, update the mwp.properties file as follows:

Procedure

  1. Change your working directory to wp_profile_root/PortalServer/wp.mobile/wp.mobile.mwp/shared/app/config.
  2. Open the file mwp.properties in a text editor.
  3. Set the value of mwp.pln.schema to the name of the schema that you created for accessing the preload notice tables.
    Note: Use the tooling provided by your database vendor to ensure that the preload notice tables are present under this schema. Mobile Portal Accelerator does not move the tables to the new schema.
  4. Restart the portal server using the following commands:
    AIXLinuxSolaris
    wp_profile_root/bin/stopServer.sh server_name -username WAS_admin -password WAS_admin_password_value
    wp_profile_root/bin/startServer.sh server_name
    Windows
    wp_profile_root\bin\stopServer server_name -username WAS_admin -password WAS_admin_password_value
    wp_profile_root\bin\startServer server_name

    where server_name is the name of the WebSphere® Application Server instance (for example, WebSphere_Portal).




Terms of use
(C) Copyright IBM Corporation 2012. All Rights Reserved.