Import job in IcBatchRegistry fails with "Command Too Long"

Import job in IcBatchRegistry fails with "Command Too Long"

book

Article ID: KB0094602

calendar_today

Updated On:

Products Versions
TIBCO InConcert -
Not Applicable -

Description

Resolution:
Description:
============
The command to import a job in the IcBatchRegistry fails with "Command Too Long" and at the end with "Command terminated by error".  The last error may have multiple causes.

Environment:
==========
All

Symptoms:
=========
See above.

Cause:
=====
Data for an attribute is incorrectly structured by not having a terminating double quote.

Bad Example:

VALUE ictl_insertTaskHereByName("C_NATURAL_DISASTER_RESUME,"Parent Suspend Acct")

Good Example:

VALUE ictl_insertTaskHereByName("C_NATURAL_DISASTER_RESUME","Parent Suspend Acct")


Resolution:
=========
Edit the batch registry .xdm file and add the second double quote.

Issue/Introduction

Import job in IcBatchRegistry fails with "Command Too Long"