ETL Data update problem
![]()
VK L (817●7●148●159)
| asked May 10 '13, 9:22 a.m.
retagged May 10 '13, 9:40 a.m. by Krzysztof Kaźmierczyk (7.4k●3●56●99)
Noticed that data is not getting updated into the DW past 2 days. Till then it was running fine.
Jobs are completing and no errors - but the changes made in RTC are not reflecting in the Warehouse tables. Even when queried from DW with modified_since parameter, it is giving 0 rows. What could be the issue?
How to check whether any changes have gone in?
Thanks.
|
3 answers
![]()
Hi Valli, you should check the <app>_etl.log file. If data is coming over to the DW database then you should find some similar entries in the log as shown below
ETL: Records Selected: 7 ETL: Records Inserted: 7 ETL: Records Updated: 0 ETL: Records Ignored: 0 |
![]()
ri_jdbc.log doesnt give any errors as such - but, when i try in data manager -> querying on data source, its retrieving o rows suddenly for past dates as well. Not sure what has changed. Any ideas on what could be the cause and how to go about it?
Comments If you can't spot any problem based on my comment above, I would suggest to check your database logs for any errors.
Is it required that clmdwadmin id should be present in JazzAdmin group for the ETL Jobs to be able to retrieve data from RTC? Recently i had removed the mapping from JazzAdmin group on the assumption that only JazzDWAdmin privilege is required. As per my checks, this looks to have caused the issue.
Mapped it to JazzAdmin group again and its working fine now.
You got it right. the etl_user must be in JazzAdmin group and I suppose subscription in JazzDWAdmin is no longer mandatory. Check this infocenter link
Thanks. Is this the case in 3.0.1.1 as well? I was of the idea that JazzDWAdmin is the group related to Data warehouse [Jobs,etc]. |