User is unable to submit jobs to MicroFocus Enterprise Server
Release : 11.4, 12.0
Component : CA Workload Automation Agent for Micro Focus
The Listener conversation type is not correctly set.
The MicroFocus Listener Conversation type for Workload Automation should be set to Web Services and J2EE.
Note: Test the MicroFocus job using cassub to make sure the job gets submitted.
Example: Use Enterprise Server Command Prompt (32-bit) to test the job.
CD to <MFSERVER_directory>\<jobs_directory>
Run, replace argument values appropriately:
cassub /stcp:mf_web_address:9900 /jmyjob.jcl /wusername /ppassword
The switches /s, /j, /w and /p are immediately followed by the values. There is no space between them
Note: For SSL configuration, check if cassub utility will support tcpssl.
E.g.
cassub /stcpssl:mf_web_address:9900 /jmyjob.jcl /wusername /ppassword
Consult MicroFocus to make sure the SSL certificate are correctly setup.