Hi,
I might be in the wrong place to ask this as the word "GURU" appears on the title of the page, I know nothing about biztalk so this might be a bit basic for this forum, appologies if it is.
Can you tell me if Biztalk is ok with doing this:
I have a bit of C++ code that will run 24/7 and write to a text file, it will do this by doing an FOPEN, then fprintf's to it. Will Biztalk be able to read the contents of this file and process the records(lines) FIFO and delete them as it goes. Perhaps I'd be better using a database or something to store the data but thought if the C++ code is already writing to a file we might as well use it.
Just in case it helps, the C++ code is receiving data via a TCPIP Socket (listening to a port on the PC) from a mainframe, I want to use Biztalk to forward this data to another system but don't want to have to stop the C++ or mainframe code to do so.
Thanks if anyone can answer.
Yaz