Workload Scheduler is an IBM Bluemix service, SaaS and on-premise software used to automate the execution of workflows across systems and applications in a hybrid environment. Workload Scheduler can trigger the execution of workflow steps based on scheduling rules, events, or API / CLI invocations. It provides capabilities to monitor, control and send notifications about the status of the managed workload.
Questions tagged [workload-scheduler]
89 questions
3
votes
1 answer
Scheduling a repeating job in Tivoli Workload Scheduler
I have to create a jobstream with three jobs in it. I want to schedule each job individually.
So say I created a jobstream 'MAINJOBSTREAM_D' in which I have three jobs: 'BEGIN_BATCH', 'MAINJOB' and 'END_BATCH'.
I want BEGIN_BATCH job to start…

Lucifer
- 33
- 1
- 6
2
votes
1 answer
TWSz Java API Set duration
When I try set duration using this code:
Job job = new Job();
job.setName("5");
long dur = 1000;
job.setEstimatedDuration(1000);
job.setPriority(-1);
ZOSJobDefinition jobDef = new ZOSJobDefinition();
jobDef.setFlowTargetKey(new…

moral
- 81
- 8
2
votes
1 answer
TWSz Java API current plan status
Is it possible to get Current Plan status using Java API? I try to call many methods from ZConnPlan but without success. Maybe is another way?

moral
- 81
- 8
2
votes
1 answer
IBM Bluemix Workload Scheduler job failure alerts
Would like to know where do we have the option alert and send notification in case of job failure in IBM Bluemix Workload Scheduler service? I was able to successfully configure jobs and dependencies, but want to set up automatic alerting in case of…

habs
- 71
- 2
1
vote
1 answer
Is there any way to pass user variables to a CA Workload Automation job?
I have a JOB in CA Workload Automation that runs a shell script, this shell receives 4 parameters, two of these parameters are global variables but the other two must be given by a user when the JOB is run.
As an example, my shell must be run like…

Ignacio M
- 11
- 3
1
vote
2 answers
What are the best commands to troubleshoot Workload Scheduler connectivity issues
What networking operating system commands are helpful when troubleshooting unlinking issues and no connections between Workload Scheduler Master, Domain Managers and Fault Tolerant Agents?

Clint Easterling
- 39
- 6
1
vote
1 answer
Low performance of the new Graphical Views in Dynamic Workload Scheduler
have you got any tips to optimize the performance of the new Graphical Views when managing hundreds of objects?

DocuMar
- 21
- 3
1
vote
1 answer
New users defined in Jazz for Service Management 1.1.2 cannot access Tivoli Common Reporting
I defined new users in Jazz for Service Management 1.1.2 but cannot access Tivoli Common Reporting. Anybody could help?

PanofBarn
- 23
- 7
1
vote
1 answer
Moving TDWC from Linux to Windows server
We currently have TDWC (8.5.1) stood up on a Linux server.
(A very OLD Linux server that doesn't have much horsepower).
It's working fine, but slow. We need to upgrade it, and 9.2
is as high as we can go due to our Service Provider limitations.…

Donatella Sabellico
- 21
- 2
1
vote
1 answer
File Transfer job using windows protocol fails on Workload Scheduler
On a dynamic agent, I'm running a File Transfer job using Windows protocol.
The file transfer to my Windows system always fails.
The job goes in ABEND and the following error is reported
AWKFTE007E An unexpected error has occurred. The following…

Donatella Sabellico
- 21
- 2
1
vote
1 answer
DWC errors with AWSJCO005E WebSphere Application Server CORBA NO_PERMISSION
Trying to connect to Dynamic Workload Console but it errors:
AWSJCO005E WebSphere Application Server has
given the following error: CORBA NO_PERMISSION 0x49424300 No; nested
exception is: …

Clint Easterling
- 39
- 6
1
vote
1 answer
Multiple TWS Agents in one server
Having existing FT Agent and testing out z-Centric Agent on the same server. Understand that we can only have 1 agent instance per userid. Is there any other work-around available to use a single user-id for 2 Agents, as security will take some…

Reyland Villacastin
- 21
- 1
1
vote
1 answer
IBM Dynamic Workload Console for Java352
Install IDWC for Java352, see pre-req of JazzSM and WAS. What components of JazzSM are required for IDWC? Not going to enable Tivoli Common Reporting. Is DB2 still required for JazzSM?

Reyland Villacastin
- 21
- 1
1
vote
2 answers
The installation of Workload Scheduler agent component fails during start up
The installation of Workload Scheduler agent component fails during the step Start up IBM Workload Scheduler showing the following message:
tebctl-tws_cpa_agent_agt94 agent not installed properly

DocuMar
- 21
- 3
1
vote
1 answer
Cobol programs to pass parameters to TWS jobs
Would the use of variables be the best method? In the similar way the EQQPIFJC does to manipulate JCL/TWS variables?

Umberto Caselli
- 84
- 6