Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Accessing additional SRP Engine Server Info
Is there a way to access additional info about the SRP Engine's current state using Get_Property? For instance, I'm looking to see if I can get the statuses of each engine, engine count, logs, engine names, etc.
Comments
@DonBakke, sorry I wasn't clear. When I said "engine logs if they aren't locked", I was referring to the txt files that get locked when the SRP Engine Server is running when "EnableLogging" is set to True (In the SRPEngineServerLogs folder). The txt files Engine001, Engine002, etc. are always locked and unreadable by Windows when the Engine Server is running, preventing me from attempting to read them using the OSRead statement.
I'm sure it's more complicated than what you're able to describe in this thread, though.
1. Due to the amount of changes happening by our users, the status of each assignment could change while it's queued up (i.e., an assignment that's part of a batch no longer needs to get run). Therefore, creating multiple batches and requesting for it to get triggered during each instance could be an issue for assignments that have already been taken care of.
2. Hardware resources. Although its running on a virtual machine and we can allocate more memory, I'm still in the middle of testing resources to see how many engines we'll be able to spin up. This might be a temporary problem, I just need to talk to my IT team. For the time being, I can't hog up all the resources due to the environment I'm in.
All in all, this whole process is a workflow engine that I recently just started and the SRP Engine Server has been fantastic. I'm still in the middle of experimenting and I wouldn't doubt if some of this will be subject to change. The additional server info question I had was simply just a thought we had that might simplify the process but I could be wrong.