Hello Everybody,
I was creating a real-time service that outputs a CSV file as well as the xml message output. Below you can see the one data flow the real time job has. The csv has the delete file flag set to yes
However, I was having a weird issue when it was like this. It will would create a blank csv. If you set the delete file flag to yes, then there would be data in the csv.
It seemed to me that it was call the data flow twice, but not running fully the second time.
Another interesting test I did when trying to solve this issue was to remove the join in the Select_Customers, so that it was no longer joining with the xml message source. This caused the data to come in from the table, but there was no data in the csv from the header query.
Has any else had this issue or now what was causing this?
Thanks,
Michelle
PS. I was able to make this web service work by have a data flow before this one that would insert the input along with the job run id into a table. Then have this dataflow read from that table. However this isn't the best solution in my opinion.