Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K 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
FDMEE No Records Warning on Import on TDATASEG

Dear All,
we are trying to load data from a relational table into FDMEE through an Open Interface Adapter.
We succeed in loading data on Open Interface Table, as we can see them through SQL Developer (import fish gets grey).
However, we receive a warning from the FDMEE process Log. Into the log we find the following:
2017-05-15 16:47:15,699 WARN [AIF]: Warning: No records exist for Period 'Sep - 2015'
....
2017-05-15 16:47:16,183 DEBUG [AIF]: CommMap.validateData - START
2017-05-15 16:47:16,183 WARN [AIF]: Warning: The Import step has not been completed for period Sep - 2015
2017-05-15 16:47:16,183 DEBUG [AIF]: CommMap.validateData - END
We believe there is something weird on period mappings we didn't cope with.
We tried to perform the integration with Period Global Mapping first and then with Application Mapping, with no successful results.
Could you please support?
Answers
-
Have you tried setting up period mappings in the source mapping tab, select the source system as the open interface table and define the mappings, in the load rule you should be able to select the calendar.
Cheers
John
-
Vito :-)
1) check that data exists in AIF_OPEN_INTERFACE
2) check that you are passing the correct Batch name in the DLR parameter
3) try first with no period mapping
Once that's working, it means data was pulled from AIF_OPEN_INTERFACE to TDATASEG_T
4) Then setup the source period mappings as John suggested
REgards
-
Hi John
in the beginnnig i had set the period mappings in the source mapping tab but the
results was the same. let me try again.
-
Got to the session execution in the ODI Operator and look at the Print Variables step. That will tell you the value for the p_period_key variable which is what the process will use to determine what period to import the data for. If there is an issue with the Period mapping you will see it here
-
Hi Curro,
1) -> yes, tha data are loaded into AIF_OPEN_INTERFACE
2) what does exactly means "the correct batch_name". Does the batch name has to respect some standard?
In the DLR panel (for this FDMEE release 11123.700) there isn't (I didn' t find) the way to set the batch name into Source Option tab of DLR.
In this FDMEE (11123.700) does exist another way to set the Batch Name that I have already written into AIF_OPEN_INTERFACE_TABLE?
-
The Open Interface Adapter comes with 2 source filter parmeters by default
1) Batch Name
2) Delete Data After Import
These can be seet on the DLR screen in the Source Filter section at the bottom
-
John, Francisco, SH_INT
the import warning has been solved.
There was some setting wrong in Period Mapping section.
In particular some Application mapping periods were set in a wrong way in respect to the "global mapping setting".
The script Befimport has been modified to insert the correct period, as defined into "Global mapping".
thanks everybody
Regards