Versioning of the CA Deliver database from release level 12.1 to a previous release will convert dynamic report definitions to basic reports. The dynamic report variable and distribution specifications will also be removed from the report definition. After the versioning process, these report definitions must be reviewed and new distribution requirements must be added to the report definition.
To identify the dynamic report definitions that will be affected, run RMOGRW release 12.1 with the following control statements before versioning the database.
/CONTROL DATABASE=DELIVER.SYSTEM1 /SELECT RTYPE = 'D' /PRINT RID 'DYNAMIC REPORTS' COL(1)
The RMOGRW report will identify all dynamic report definitions, if any, that need to be reviewed and changed after versioning.
Another consideration with versioning from release level 12.1 to a previous release is the use of generic bundle distribution identifiers in bundle definitions. The versioning process will not remove generic bundle distribution identifiers from the bundle definitions. These generic bundle distribution identifiers specifications will have to be changed to properly bundle reports with a previous release level.
To identify bundle definitions with contain generic distribution identifiers, run RMOGRW release 12.1 with the following control statements before versioning the database.
/CONTROL DATABASE=DELIVER.SYSTEM1 /DEFINE I BIN /DO I = 1 TO 32 BY 1 / IF SUBSTR(DISTID,I,1) = '*' THEN / PRINT BID 'BUNDLE IDENTIFIER' COL(1) / PRINT DISTID 'GENERIC DISTID' / BREAK / END /END
The RMOGRW report will identify all bundle definitions, if any, that contain a generic bundle distribution identifier. These bundle definitions can be changed under release 12.1 before versioning the database or with the previous release after versioning.
|
Copyright © 2013 CA.
All rights reserved.
|
|