There should be an option to run profiles serially as default behavior. Making groups is not the solution.
Imagine having profile A that should run everyday and profile B that should run every 5 days. They go to the same destination and it takes a long time if they run together. You have to run them serially. You can't achieve that with putting them in a group. As soon as you put them in a group, you can't make one run everyday and the other one every 5 days.
There should be a global option to run profiles serially.
Before posting, and to avoid disappointment, please read the following:
- This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
- If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.
- If you are entitled to technical support then please submit a support ticket. Please do not post the same question to the forum and also via a support ticket. Once again, 2BrightSparks does not provide technical support via this forum.
Global option to run profiles serially
-
- Enthusiastic
- Posts: 14
- Joined: Thu Apr 21, 2011 7:21 pm
-
- Expert
- Posts: 269
- Joined: Wed Jun 05, 2019 11:40 am
Re: Global option to run profiles serially
You are asking to be able to run profiles serially but not in a Group. I do not see how that would be any difference that what is currently available to run profiles serially in a Group.
I have profiles running serially in a Group and in a profile in the group using Programs/Before check the "Programs return value" to determine the profile will or will not run when the group runs. I set the return value in the .bat file with
a "If" command ...
(
EXIT /B 0 "Run the profile"
) ELSE (
EXIT /B 1 "Do not run the profile"
)
I have profiles running serially in a Group and in a profile in the group using Programs/Before check the "Programs return value" to determine the profile will or will not run when the group runs. I set the return value in the .bat file with
a "If" command ...
(
EXIT /B 0 "Run the profile"
) ELSE (
EXIT /B 1 "Do not run the profile"
)
-
- Enthusiastic
- Posts: 14
- Joined: Thu Apr 21, 2011 7:21 pm
Re: Global option to run profiles serially
I don't understand and it seems complicated.
I have
profile A every day
profile B every 5 days
These 2 profiles shouldn't run parallel. How can I do it?
I have
profile A every day
profile B every 5 days
These 2 profiles shouldn't run parallel. How can I do it?
-
- Expert
- Posts: 269
- Joined: Wed Jun 05, 2019 11:40 am
Re: Global option to run profiles serially
The simplest option may just be for you to run the profile B manually every 5 days after profile A has finished.
-
- Experienced
- Posts: 38
- Joined: Sun Oct 25, 2009 8:57 pm
Re: Global option to run profiles serially
If your profiles are being run periodically then you have the option to queue the profile/group instead of running immediately, then the profile/group will not run until the currently running queued profile/group has completed.
-
- Enthusiastic
- Posts: 14
- Joined: Thu Apr 21, 2011 7:21 pm
Re: Global option to run profiles serially
Thank you very much. That would solve the problem. I have version 8 and I don't see that option. It was introduced after 8? I have to upgrade.