- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2015 12:26 PM
We are trying to setup a scheduled job that would run over all of the nodes.
We can see in the sys_trigger table that some items had been previously created with all nodes in the system id column.
When creating the scheduled job the option seems to be unchangeable in the sys_trigger table for our scheduled job.
Does anyone know how to make our scheduled job (a script) run over all nodes?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2015 09:03 AM
Hi Jim,
You are creating the sys_trigger jobs directly, correct? You can go to "/sys_trigger.do?sys_id=-1" to get to the form without going through the record producer.
I just set up two jobs on my instance:
And:
And they each ran on their respective node:
I am logged in as a normal admin on my test Fuji instance.
Do you have any additional ACLs on sys_trigger which may be restricting access to that field? Is the "admin overrides" box not checked, on said ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2015 02:55 PM
Hi Jim,
You need one job for each specific node you want to run on.
Thanks
Cory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2015 08:41 AM
I am not sure I am following. The option appears greyed out that allows you to specify a node, or all nodes.
We aren't sure how we can enable the option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2015 09:03 AM
Hi Jim,
You are creating the sys_trigger jobs directly, correct? You can go to "/sys_trigger.do?sys_id=-1" to get to the form without going through the record producer.
I just set up two jobs on my instance:
And:
And they each ran on their respective node:
I am logged in as a normal admin on my test Fuji instance.
Do you have any additional ACLs on sys_trigger which may be restricting access to that field? Is the "admin overrides" box not checked, on said ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2015 09:46 AM
that appears to work
Thank you for the assistance