While trying to upload any package using Content Add-Ins the process gets triggered but never completes. Same issue occurs when we attempt to create new package using Content Packages.
The content add-in installer job fails with the following error message: 'NJS-0401: Execution of job failed.'
SQL error code: 1400
Error message: [CA Clarity][Oracle JDBC Driver][Oracle]ORA-01400: cannot insert NULL into ("NIKU"."CMN_SCH_JOBS"."NAME")
Executed:
INSERT INTO CMN_SCH_JOBS
( ID, JOB_DEFINITION_ID, NAME, START_DATE,
END_DATE, SCHEDULE_DATE, MINUTES, HOURS,
MONTHS, DAYS_OF_MONTH, DAYS_OF_WEEK,
PRIORITY, STATUS_CODE,
RECURRENCE_TYPE, OUTPUT_FORMAT,
CREATED_DATE, CREATED_BY, LAST_UPDATED_DATE, LAST_UPDATED_BY
)
VALUES ( ?, ?, ?, ?,
?, ?, ?, ?,
?, ?, ?,
?, ?,
?, ?,
?, ?, ?, ?)
Clarity 15.9.2
Content add-in process and content package process should be triggering their respective jobs, but those action became invalid and jobs fail in the background.
Ensure that the required Jobs are available in your Clarity environment:
Then proceed to open the Processes
Note: Both of these processes are not visible in UI, so one would need to get process definition ID from database and open any process to substitute process id.
To get the process definition id follow below steps:-
Create two dynamic lookup with one with the 1st query and 2nd with another
From 1st query take the id and search in the 2nd query you will get a ID which is a version ID
Once ID is obtained follow below steps:-