Products | Versions |
---|---|
TIBCO InConcert | - |
Not Applicable | - |
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.