Hi everyone.
I'm dealing with an issue, which i hope any of you can assist me with.
In our setup we use the login agent, to login/logout the serviceusers in order to run our processes.
This setup works the majority of times, but we do experience this issue:
All over schedules have the following tasks:
1: Login (On complete: Run process. On exc.: Abort)
2: Run Process (On complete: Logout. On exc.: Logout)
3: Logout (On complete: Stop. On exc. Abort)
Although we do see that some times the scheduler "skips" step 2.
Which will look something like:
Login: Completed
Logout: Completed.
The proces task is not even attempted, and there are no exceptions in the logs. This occurs at random (apparently), and as soon as we rerun the scheduler, the issue is gone.
Anyone able to assist? Thanks in advance.