EPMA to DRM migration - load Accounts to Classic HP application - issue with BSOMemberFormula option
Hi all.
Exported Account dimension from DRM version to Oracle relational table.
Then imported these accounts with all properties to Classic Planning application using OLU and SQL query.
All looks and loaded fine except several accounts which contain BSO Member Formula with commas.
The error message like this: Ignoring data record 203, number of header record fields (18) does not match the number of data record fields (30), where the difference 30-18=12 - the quantity of commas in specific formula.
Although, the accounts with aliases which also contain commas imported successfully without any issues.
The type of DB fields for Alias and Formulas are VARCHAR2(80) and VARCHAR2(3000), for DRM Export - String(80) and String(3000).