Show TOC

Configuring Workspace Transport PackagesLocate this document in the navigation structure

Use

A workspace transport package should not include initial content, so that it does not override initial content on the target system. To prevent including initial content in workspace transport packages, you need to configure the PCD location from which to import the workspaces.

Note

The instructions are different in SAP NetWeaver Portal version 7.0x and in version 7.3x.

Procedure
Excluding Initial Content from Workspace Transport Packages (in 7.0x)
  1. Open the following properties file:

    <Drive>:\usr\sap\<SID>\SYS\global\pcd\pcdStartup.properties

  2. Enter the following key and value:

    Key: Pcd.TransportApplication.ProtectedUrlPatterns.Custom

    Value: pcd:portal_content/com.sap.pct/templates/workspaces/*

    Note

    If the key already exists in the file, add the value, separating it from the existing value with a comma.

  3. Save the file.

  4. Apply the changes by reloading the PCD configuration:

    1. Navigate to Start of the navigation path System Administration Next navigation step Support Next navigation step Support Desk Next navigation step Portal Content Directory Next navigation step Pcd Configuration End of the navigation path.

    2. Choose Reload.

Excluding Initial Content from Workspace Transport Packages (in 7.3x)
  1. In SAP NetWeaver Administrator, in the Search field, type java system properties and choose Go.

  2. Under Java System Properties, choose Overview.

  3. In the Java System Properties: Overview screen, choose Show Advanced Properties.

  4. In the Details table, select the Services tab.

  5. In the filter field, type pcd and press Enter.

  6. Select PCD Generic Layer.

  7. In the Extended Details table, in the Properties tab, in the filter field, type Pcd.TransportApplication.ProtectedUrlPatterns.Custom and press Enter.

  8. Enter the following value for the property: pcd:portal_content/com.sap.pct/templates/workspaces/*

    Note

    If the property already has values, add the new value at the end, separating it from the existing values with a comma.

  9. Save your changes.