-
KxWarehouseData Tutorial – data not flowing from LR to IHDB and HDB
Hello again,
I have been tasked to try the KxWarehouseData tutorial on KX 4.6.1P3 so we can embrace the use of services classes. However, unfortunately, I am facing a very annoying issue.
My monFeed service is publishing data to the kxw_tp, which in turn sends it to the RDB, but the data is not flowing to the IHDB and, I suspect, to the Log Recovery service.
I decided to investigate and find an error on the tutorial:
The log replay page lists logFileList as:ENV=DELTADATA_HOME=/KxWarehouseData/tplog/mon_tp_%DATE% ENV=DELTADATA_HOME=/KxWarehouseData/tplog/mon_tp_*%DATE%_H[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9].[0-9][0-9][0-9][0-9][0-9][0-9]
However, the correct values should be:
ENV=DELTADATA_HOME=/KxWarehouseData/tplog/kxw_tp_*%DATE% ENV=DELTADATA_HOME=/KxWarehouseData/tplog/kxw_tp_*%DATE%_H_[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9].[0-9][0-9][0-9][0-9][0-9][0-9]
mon_tp needs to be kxw_tp since the latter is the name of the tp service.
The first entry needs an * so it matches the port of the tp service that is captured on the filename, and the second entry needs an _ after the H.These fixes made the Log Recovery read the TP log files, but no data was put into the LR and the IHDB. No data has flowed to the HDB either.
Since the intraday directory matches, I am wondering if there is some other information missing in the tutorial?
Cheers,
Adriano
Log in to reply.