I'm working on a flow that imports data from a text file. While developing, I have been working locally in the designer (IPD 10.0.4 cu19). The strange thing I'm seeing is that it seems the designer is working off a cached copy of the file. If I put a File Access node to read the input file at the beginning of the flow, it doesn't match the contents of the file if I open it from my local filesystem. I just got a new laptop, but I don't remember this happening in the past with the same designer version. Has anyone else seen this happen?
Hi Bob,
I'm not sure I'm following your issue, but here are a couple of thoughts. Caching may or may not be your issue - I know the Infor developers LOVE cache...
Before you go there, are you sure you're looking at the same file that IPA is reading? I think you are, but you may want to check the log to be sure. I sometimes forget that designer reads from & writes to a subfolder of the local IPA install folder rather than the server folder that it would use when running on the server - though from your comment I don't think that's your issue.
Also, if you are debugging and stop in the middle of a read loop, it may try to continue from the same spot. You may need to restart designer before it works right. This may be the solution in any case, if you are replacing the file.
Good luck!
Kelly