I have a fairly simple flow. A user places a file in a specific location - a File/Channel in Rich Client detects the file, passes it to the LSF server and then a Lawson job is kicked off (via webrun node) to process the file. It's a CSV file with vendor numbers - the batch program they are being passed to is doing an invoked of AP10 to inactivate the vendors.
I ran it with 10 records, 100 records and 1000 records and it worked perfectly. I then decided to drop 50,000 records in the. The job was submitted via the webrun node - after 15 minutes (exactly - right to the second) the job was submitted again and 15 minutes later it was submitted a 3rd time. The 2nd and 3rd job went into waiting because the program being executed is non-concurrent. As soon as the first job completed successfully - I realized a second job was running and that's when I saw the multiple jobs so I killed them.
1st job started at 13:28:11
2nd job started at 13:43:11
3rd job started at 13:58:11
I have NO idea why this is happening. Neither does Infor support so far. The flow in total ran about 44 minutes from start to finish (including the job). I think if it had run longer - I'll be a 4th iteration of the job would have been submitted (exactly 15 minutes after the 3rd iteration).
Anyone ever seen this? ANY ideas at all on what could be causing it???
Thanks in advance. We are V10 On premise.