Moving from Linux/Oracle to Windows/SQL. All process flows are converted and I'm in the process of testing them. The last 3 I have are all having the same issue and I'm stumped. They were failing because the flow wasn't recognizing a variable that was being set in the Start Node.
The File access node is doing a write to a folder on the Landmark server. The File Location/Name was set as:
“<!Landmark_directory>workPROCESSFLOWMonarchMA126<!ForEach1240_iterationNumber>_MA126.prt
The error I kept getting was - File Access FileAccess5270: Failed with error java.io.IOException: The filename, directory name, or volume label syntax is incorrect.
I kept playing around with the flow and finally got it to run successfully - the only change I had to make was replace the FIRST variable (<!Landmark_directory>) with the actual hard-coded value of D:Baystate_custom. The value now reads as - D:Baystate_customworkPROCESSFLOWMonarchMA126<!ForEach1240_iterationNumber>_MA126.prt
The flow has no problem interpreting the second variable (for the iteration number) and successfully generates 11 files as expected.
Any thoughts as to why the flow will not recognize the first variable? I do have a ticket open with Infor support but they aren't available to have a Zoom meeting until next week.
Thanks in advance - Laura