I have a set of IPs that I am querying from a database and for each IP I am trying to call a Web service to lookup values.
For one row the data flow works fine. But for multiple rows, I get same lookup values repeated for all the input rows. I tried a few things based on another post but didn’t work. Appreciate any help on how to make this work.
I have attached a couple of screenshots of the dataflow.
Thanks.
Ram
Thanks for your quick response manoj. But it is still giving only one row as output although it is reading 344 rows. I have attached the screen snapshots after the changes.
Actually I need the SQL in from because the values from the query need to be passed to the subsequent transforms. I get a runtime error if I don’t have SQL in from. I added the Row_gen also in the from. But still same result.