Hi All,
I have created a new process which comprises of 5 steps, I need to make to run all the steps on the same job queue. How can I achieve this, Any suggestions please?
thanks in Advance.!
regards,
T.Sudhir
Hi All,
I have created a new process which comprises of 5 steps, I need to make to run all the steps on the same job queue. How can I achieve this, Any suggestions please?
thanks in Advance.!
regards,
T.Sudhir
Which version are you using?
7.3.1
Did you mean 7.1.3 or is 7.3.1 an Active Roles version number?
sorry. it's 7.1.3
sorry. it's 7.1.3
Just assign all process steps to the same server (queue). You can do this by either providing a server detection script that always returns the same value (QBMServer.UID_QBMServer) or by selecting the server function "Master SQL Server" if this is the correct queue.
Thanks Markus