ETL jobs for FocalPoint
Hi
Thanks always. Please tell us about ETL jobs for FocalPoint. Environment -FocalPoint6.5.1( using Default IT Portfolio Template) -Insight1.1 I saw the following Technote. http://www-01.ibm.com/support/docview.wss?uid=swg21572754 My understanding of FocalPoint integration is that data of FocalPoint will be loaded into the table "F_TP_PROJECT_FINANCIAL_METRICS" by the job "FPTPFinancial_TGCell". When I run the FocalPoint ETL job, Job"Build_FPTPFinancial_TGHead" successfully completed and Data is stored to "RIODS"."TEMP_TIMEGRID_HEAD". But the next job "FPTPFinancial_TGCell", the data was rejected to "F_TP_PROJECT_FINANCIAL_METRICS" Build_FPTPFinancial_TGCell_xxxx.log is as follows. All records was rejected. Could anybody advise me about this cause?
|
2 answers
You could find the rejected data and reason from folder named "data" which is in the same level of data manager log folder.
|
Hi, cdlweiz
Thank you very much for good information! I have resolved the issue. (But the other issue has occur...) At first, the resolved issue and my workaround is that,, Format of "Year" is different between .YEAR and .YEAR_OF. So, Lookup_Date Unmatched has ocured at the job"FPTPFinancial_TGCell". (for example) .YEAR-> 11 .YEAR_OF -> 2011 Change the job"FPTPFinancial_TGHead"->"DataStream" ->"Derivations"->"Year". before: ToInteger( Left( cell, 4 ) ) after: ToInteger( Concat( '20', Left( cell, 2 ) ) ) Then, the next issue I faced. When I rerun the FocalPoint job, the error has occur. And the result of the job, although the records are loaded to F_TP_PROJECT_FINANCIAL_METRICS, The following columns are "0.0". - BUDGETED_REVENUE - PLANNED_REVENUE - ACTUAL_REVENUE - BUDGETED_COST - PLANNED_COST - ACTUAL_COST
What I'd like to do is simply integrated to FocalPoint data. And I'm using default IT Portfolio management Template. I really appreciate if anybody advise me about this cause. Thank you! |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.