migration generateCIPackageReport

Definition

To generate a report for migrating chargeable item packages to chargeable item classes

Command Usage

Syntax

MS Windows: setup.bat migration generateCIPackageReport <toFilePath>

UNIX and Linux: ./setup.sh migration generateCIPackageReport <toFilePath>

Command Arguments
Name Definition
toFilePath The file where the report will be generated

Detailed Information

This command checks that chargeable item packages are in the database and generates a report to convert them into chargeable item classes.

The report is in XML format and is generated in the file specified by the argument <toFilePath>. The element migrateChargeableItemClass represents a chargeable item defined in a chargeable item package and converted into an independant chargeable item class. This element contains the following attributes:

  • currentProductCode : The code of the chargeable item package defining the current chargeable item class.
  • currentClassId : The identifier of the chargeable item class wich is currently defined inside the chargeable item package.
  • newClassId : The identifier given to the new chargeable item class after the report is executed.

If a naming conflict prevents the use of the same identifier for some of the chargeable item classes to create, the attributes newClassId of the corresponding entries of the report will contain an empty value. You must specify a new identifier for these chargeable item classes by modifying the values of these attributes in the XML file and by complying with the following constraints:

  • The new identifiers must not already be used by a chargeable item defined in a chargeable item package
  • The new identifiers must not already be used by a chargeable item class
  • The new identifiers must be different from each other
  • The new identifiers must not be longer than 256 characters

The values of the attributes newClassId which are already set must not be modified.

The report can then be executed using the command executeCIPackageReport .

Authorization

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

In Scope

Migration of deprecated master data and configuration changes
generateCIPackageReport - To generate a report for migrating chargeable item packages to chargeable item classes
executeCIPackageReport - To execute a report migrating chargeable item packages to chargeable item classes
increaseCounterSnapshotCount - To increase the number of counter snapshots stored for each subscription/charging contract
deactivateRecharging - To deactivate the recharging operations that are based on counter snapshots
CC40SP08_GetAccessMigrationStatus - To get the status of the migration operation related to accesses
CC40SP08_ExecuteAccessMigration - To execute the migration operation related to accesses
CC40SP08_CompleteAccessMigrationForGuiders - To complete the migration of accesses for guider instances
CC40SP08_CompleteAccessMigrationForRaters - To complete the migration of accesses for rater instances