Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
[TC] - [Amount=NN] in FDMEE

Dear Gurus,
While generating a write back file for 12 months in the process log I find the below messages for number of lines and also it shows the number of rejected records:
DEBUG [AIF]: EPMFDM-140274:Message - Exception while applying CURKEY mapping on the row:["E_100","P_00000","S_No","B_101","FY19","L_No","M2_No","C_00001","M1_No","Bud","Working","ACC_1208",#,#,#,#,#,66666.6667,100000.0000,133333.3333,166666.6667,200000.0000,#,286666.6667]
[TC] - [Amount=NN] "E_100","P_00000","S_1001","B_101","FY19","L_000","M2_No","C_00000","M1_No","Bud","Working","ACC_5130",2300.0000,#,#,#,#,#,#,#,#,#,#,1100.0000
On premise FDMEE:11.1.2.4.220
But the data load rule execution shows completed successfully. Request your suggestions on this to fix this issue.
Thanks in Advance.
Answers
-
[TC] - [Amount=NN] means Type Conversion - Amount is Non-Numeric.
The Amount field in FDMEE has to be a number(unless you changed that in the import format). If you're actually loading # as an amount, it'll cause problems unless you deal with it in an import script.
-
Thank you @Jeo123 for the information. Yes,for some periods data is coming as # and for write back I have created the custom application and the source is a planning application.
It would be helpful if you can throw some light on scripts to handle this issue.
-
You don't need to fix this issue unless it is causing a failure in the data load rule or the integrity of the data you are trying to write back. # generally represents missing data i.e. there its no data present for that period. It is the equivalent of 0 but doesn't consume unnecessary space in the source application e.g. Essbase. FDMEE will naturally exclude these records from the import as they have no value. Even if you converted them to a numeric zero FDMEE would still ignore them as that is it's default behaviour.
What is your source application for this process? Do you need a zero value for the empty periods in your write back file?
-
Thank you for your input. As of now the process is getting successfully completed and the write back is between Hyperion planning and Fusion.
-
In that case I'd probably just take those log entries as info only. It won't be a problem those records are getting stripped out in the FDMEE import process as long as you have no requirement to write zero values into Fusion