This section provides information about installation and upgrade changes for Version 13.0.
Log file names have changed. Previously, log files had the name format *-niku.log (for example, bg-niku.log). This format has been changed to *-ca.log (for example, bg-ca.log).
The following languages are not available for CA Clarity PPM v13:
During an upgrade, existing users of these languages are reset to use English.
Upgrade Action: None
Note the following actions to be taken after you have add-ins or connectors upgraded:
The upgrade preserves all pre-existing Studio view configurations. If an existing view has configurations or if the object for the view is partitioned, the system does not automatically upgrade the view and/or the partition.
Use the Studio Views list page to determine which views were not automatically upgraded.
Some tips on reviewing the views:
Look for views with the following:
Last Version column=13.0 and the Upgraded column= unchecked.
During the upgrade, the NSQL validator script automatically checks NSQL queries. Results are written to the admin.log. This log contains:
There are database schema changes in this release. You must correct invalid NSQL queries for portlets to work. See the chapter in this document named "Data Model Changes."
Upgrade action:
If the query can be changed in Studio:
If the query is in use by active portlets and cannot be edited in Studio:
The following changes were made to the existing CA PPM Investment Financials universe to support the v13.0 database schema:
SELECT l.pk_id cost_plan_id,
MAX(CASE WHEN l.seq = 0 THEN
CASE WHEN value = 'charge_code_id' THEN 'LOOKUP_CHARGE_CODES'
WHEN value = 'role_id' THEN 'SCH_BROWSE_ROLE'
WHEN value = 'transaction_class_id' THEN 'FIN_TRANSCLASSES'
WHEN value = 'lov1_id' THEN 'FIN_BROWSE_USER_LOV1'
WHEN value = 'lov2_id' THEN 'FIN_BROWSE_USER_LOV2'
ELSE NULL END
ELSE NULL END) AS plan_by_1_code,
MAX(CASE WHEN l.seq = 0 THEN ln.name ELSE NULL END) AS plan_by_1_name,
MAX(CASE WHEN l.seq = 1 THEN
CASE WHEN value = 'charge_code_id' THEN 'LOOKUP_CHARGE_CODES'
WHEN value = 'role_id' THEN 'SCH_BROWSE_ROLE'
WHEN value = 'transaction_class_id' THEN 'FIN_TRANSCLASSES'
WHEN value = 'lov1_id' THEN 'FIN_BROWSE_USER_LOV1'
WHEN value = 'lov2_id' THEN 'FIN_BROWSE_USER_LOV2'
ELSE NULL END
ELSE NULL END) AS plan_by_2_code,
MAX(CASE WHEN l.seq = 1 THEN ln.name ELSE NULL END) AS plan_by_2_name
FROM odf_multi_valued_lookups l
LEFT OUTER JOIN cmn_lookups_v ln ON l.value = ln.lookup_code
AND ln.lookup_type = 'LOOKUP_FIN_GROUPING_ATTRIBUTES_CAPTIONS'
AND ln.language_code = @Prompt('param_language','A',,mono,free,,{'en'}
WHERE l.attribute = 'grouping_attributes'
AND l.seq IN (0,1)
GROUP BY l.pk_id
|
v12.x Field |
v13.0 Field |
|---|---|
|
Fin_cost_plan_details.transclass_id |
Fin_cost_plan_details.transaction_class_id |
|
Fin_cost_plan_details.prRole_id |
Fin_cost_plan_details.role_id |
|
Fin_cost_plan_details.prChargeCode_ID |
Fin_cost_plan_details.charge_code_id |
The Legacy Universe has been updated to remove references to fields that have been changed or are no longer in the Clarity data schema.
Note: See Data Model Changes for Version 13.0 for a list of changed and deprecated fields.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|