JMX Job is not storing complete signature information in Form view .
search cancel

JMX Job is not storing complete signature information in Form view .

book

Article ID: 199348

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

JMX Job is not storing complete signature information in Form view.

Steps to reproduce the issue:

  1. Create a JMX job.
  2. Add below signature in process tab in form view

JMX_COMPOSITE_ADD NAME= (give any data more than 30 characters)
JMX_INVOKE=  (give any data more than 30 characters and Signature java.lang.String,javax.management.openmbean.CompositeData

  1. Go to form view in process tab and add an invoke operation.
  2. When you view the signature in form view, it is not showing the complete signature. The signature is incomplete.

Environment

Release : 12.X

Component : AUTOMATION ENGINE

Cause

Cause: Design

Resolution

Use the double quotes for the signature in JMX process.

Example: SIGNATURE="java.lang.String,javax.management.openmbean.CompositeData"

Now, when you go to form view in process tab and add an invoke operation. You will be able to view complete signature. Below Screenshot for reference.

Attachments