I am creating a flat file in an outbound thread. The Protocol is Protocol – File. I’ve also checked Append to File. I have no problems writing to to the file. If the file name doesn’t exist, it looks like the inbound data is being processed and going thru the outbound. However, the file doesn’t get created. My question is, does the file have to exist? If not, what might I be missing, that needs to be done to create the file if it doesn’t exist?
If I bounce the thread, the file does get created empty, and then I can write to it. I just need to know if the file needs to exist, or what I would do to create it, if it doesn’t exist.
Thanks,
Joe