+

Search Tips   |   Advanced Search

Portal, V6.1


 

Configure WebSphere Portal to use SQL Server 2005

This section provides information on how to manually transfer data to the SQL Server 2005 database you have installed and set up. Follow these steps to transfer WebSphere Portal, and Java Content Repository databases to SQL Server 2005. Before you begin:
Ensure that the following prerequisites are met:

Prerequisites

Installing SQL Server 2005

Modifying database properties

Set up databases
Tips:

Steps for transferring data to another supported database

  1. Open a command prompt and change to the directory WP_PROFILE/ConfigEngine.

  2. Validate configuration properties.

    • ConfigEngine.bat validate-database-driver -DTransferDomainList=release,customization,community,jcr,feedback,likeminds

    • ConfigEngine.bat validate-database-connection -DTransferDomainList=release,customization,community,jcr,feedback,likeminds

  3. From the same command prompt as the previous steps, change to the directory WP_PROFILE/bin.

  4. Stop both WAS and the WebSphere Portal server:

    Option Description
    WAS stopServer.bat server1 -username adminid -password passwd
    WebSphere Portal stopServer.bat WebSphere_Portal -username adminid -password passwd

  5. Transfer the database:

    1. Change to the directory WP_PROFILE/ConfigEngine.

    2. Enter the following commands:

      ConfigEngine.bat database-transfer -DTransferDomainList=release,customization,community,jcr,feedback,likeminds

    3. After running this task, a message is added to the log files to verify that this task was successful. Check the log files. If the configuration fails, verify the values in the wkplc.properties, wkplc_comp.properties, and wkplc_dbtype.properties files and then repeat this step.

  6. Change to the directory WP_PROFILE/bin.

  7. Start the WebSphere Portal server: startServer.bat WebSphere_Portal

  8. Update the SQL Server 2005 statistics for Portal, and JCR databases by opening SQL Server Management Studio, selecting New Query, and executing the following query: use db_name exec sp_updatestats @resample='resample';

 

Parent topic

Configure WebSphere Portal to use SQL Server 2005

 

Previous topic:

Assigning custom table spaces