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
- Change your working directory to wp_profile_root/PortalServer/wp.mobile/wp.mobile.mwp/shared/app/config.
- Open the file mwp.properties in
a text editor.
- 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.
- Restart the portal
server using the following commands:
where server_name is the
name of the WebSphere® Application Server instance
(for example, WebSphere_Portal).