Hi all,
I'm looking for a idea how to prevent my integrity server from being "blocked" by along running process during a scheduled trigger.
Use case:
I have a schedule IM trigger that runs every midnight. It shall checkpoint a certain number of LARGE SI projects, so our developers can at least "step back" on a daily basis.
Currently I use the SI project bean to create the checkpoint, which generally works fine; but
as long as the checkpoint process is running, no other IM trigger can be processed .
So i wonder if there is a way to "fork" the checkpoint process from the trigger script.
I do not need any response value, as I simply trust in Integrity to do it's job .
I've tried to start a separate OS process and using the command shell API to to the job.
Unfortunately this requires an installed Integrity Client on my Server machine.
I appreciate any idea.