cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduler-Database

ankitbass
Level 4
In control room i have a list of processes scheduled on different different resource pc's in virtual machines. But due to a network update in the virtual machine I need to again map all the processes to the respective resource pc's in the control room scheduler. I want to write a database query that could do it automatically instead of doing it manually.
2 REPLIES 2

syed.viqar.raza
Level 4
I think BPATaskSession table holds below attributes, you can use it. But not sure does this allow direct write permission from sql: BPATaskSession The assignation of a process / resource to a task - a ""session"" in scheduler. Field: TaskID,processid, id and resourcename should be something to consider.

ankitbass
Level 4
ohkz...thanks a lot...i will try this one. 🙂