To upgrade Plasma Transactions Processor, use the Plasma Transaction Processor - Upgrade package in PlatformManager. In order to keep the existing configuration, it will upload only Calculation Logics, Data Loads and Calculation Flows. The remaining changes must be done manually according to the instructions below.
Datamarts and Data Sources should be updated before deploying the upgrade package from PlatformManager. Price Parameters can be updated before or after.
In this section:
Update Price Parameters
Plasma_Transactions_SequenceControlTable
|
Price Parameter (Parameters.json) |
||
|
|
Old value |
New value |
|
label: |
"SequenceControlTable for Plasma Transactions" |
"Plasma Transactions SequenceControlTable" |
|
uniqueName: |
"Plasma_TX_SequenceControlTable" |
"Plasma_Transactions_SequenceControlTable" |
|
Price Parameter Value (data_matrix4key.csv) |
||
|
|
Old value |
New value |
|
key1: |
Plasma |
Transactions |
|
attribute4: |
DMDS.Plasma_TX |
DMDS.Plasma_Transactions (for key2 = 1 and 2) |
|
key4: |
Plasma_TX_Exchange |
Plasma_Transactions_Exchange (for key2 = 3) |
Update PA objects
Data Sources
-
Navigate to PriceAnalyzer > Data Manager > Data Sources.
-
Select "Plasma_TX" and click "Export XLSX". Once the file is downloaded, open it.
-
Edit the "Name" column in the "<meta>" sheet.
-
Before: Plasma_TX
-
After: Plasma_Transactions
-
-
Edit the "Meta" column in the "<meta>" sheet. Make these changes:
-
uniqueName
-
Before: Plasma_TX
-
After: Plasma_Transactions
-
-
label
-
Before: Plasma_TX
-
After: Plasma Transactions
-
-
-
Save the changes.
-
In PriceAnalyzer > Data Sources select "Import", then select the file that you modified. Wait a moment for the import to finish and verify that changes were imported correctly.
Plasma_Transactions DS – add two new fields:
BusinessUnit:
-
Data Type: Text
-
Label: BusinessUnit
-
Name: BusinessUnit
-
Dimension: true
-
Hidden: false
-
Expression: BusinessUnit
-
Source: DMDS.Plasma_Transactions
-
Persist: true
-
Calculated: false
PreviousCurrency:
-
Data Type: Text
-
Label: PreviousCurrency
-
Name: PreviousCurrency
-
Dimension: true
-
Hidden: false
-
Expression: PreviousCurrency
-
Source: DMDS.Plasma_Transactions
-
Persist: true
-
Calculated: false
Save the changes by clicking "Deploy".
Datamarts
Plasma_Transactions
-
Set Normalization to "Medium".
-
Add a new field:
-
Search for "BusinessUnit" from "DMDS.Plasma_Transactions" in the field picker, select it and click "Add to fields".
-
Plasma_Output_Transactions
-
Set Normalization to "Medium".
-
Add a new field:
-
Function: Key
-
Data Type: Text
-
Label: Dem_Business_Unit
-
Name: Dem_Business_Unit
-
Dimension: true
-
Hidden: false
-
Persist: true
-
Calculated: false
Save the changes by clicking "Deploy".
-