notificationpolicy export

Definition

To export a notification policy from the database to a file

Command Usage

Syntax

MS Windows: setup.bat notificationpolicy export <TO_FILE_PATH> [<TARGET_INST_TYPE>]

UNIX and Linux: ./setup.sh notificationpolicy export <TO_FILE_PATH> [<TARGET_INST_TYPE>]

Command Arguments
Name Definition
<TO_FILE_PATH> The XML file that contains the exported notification policy
<TARGET_INST_TYPE> The type of the target instances in the running SAP CC system ('rater', 'bulkLoader', or no value for all instances)

Detailed Information

The notificationpolicy export command retrieves the system settings relating to notification policy configured in the SAP CC system. This information is retrieved from the SAP CC Core Database system and is saved to the specified XML file.

This policy can relate to the following system instances:

  • Rater instances
  • Bulkloader instances (when available in the SAP CC system)
  • All instances for which no specific policy is configured

Use

You use this command to:

  • Set up the initial settings during the project implementation phase when Customizing activities are managed by the SAP consultants.
  • Manually maintain the settings during the production operation phase when implementing a support package or a patch level in your system landscape.
  • Manually maintain the settings during the upgrade phase when upgrading an SAP CC system from a former main release to a newer main release.

Examples

  • export myfile.xml
  • export myfile.xml bulkLoader

Authorization

You must have the Administrator role in your SAP CC user profile.

In Scope

Management of the system notification policy
delete - To delete a notification policy from the database
export - To export a notification policy from the database to a file
import - To import a notification policy from a file to the database