Hi Team,
I have got a requirement in which I get data from Real time message source and I have to put this data in Staging table.
But at the same time I have to write this data to one .txt as well in same DF
When I run this job through my BODS designer, works perfect.. But through real time, it creates an empty OP file automatically, as I start the service.
It does write data to table as message arrives, but not to file. When I stop the service, it writes the last message to file.
Please help me.