I am trying to insert the dcr data to Database using DataDeploy. The error is given below. In the DCR the data is available in the given fields offer_name and faux_title but it says null.
In the DD configuration file i configured in the fields but it is not getting deploy and i tries number of ways to map the database fields but it does'nt work.
DBD: TTableSchemaHelper object for [OFFER_CONTENT] found in cache.
DBD: RowsExistForPath
ELECT COUNT(*) FROM OFFER_CONTENT WHERE CONTENT_ID = ?
DBD: INSERT:INSERT INTO OFFER_CONTENT(CONTENT_ID,CONTENT_NAME,CONTENT_TITLE,CREATE_DAT,REGION) VALUES (?,?,?,?,?)
DBD: Column: CONTENT_ID, field: path, Index: 1,Converting '15495859' to DECIMAL
DBD: Column: CONTENT_NAME, field: root/0/info/0/offer_name, Index: 2,null
DBD: Column: CONTENT_TITLE, field: root/0/info/0/faux_title, Index: 3,null
DBD: Column: CREATE_DAT, literal: 2015-02-09, Index: 4,Converting '2015-02-09' to TIMESTAMP
DBD: Column: REGION, literal: US, Index: 5,Converting 'US' to VARCHAR
DBD:
DBD: *******************************************************
DBD: SQLException occured in TDbSchemaGroupCfg
DBD: Exception Message: ORA-01400: cannot insert NULL into ("INTERWOVEN"."OFFER_CONTENT"."CONTENT_NAME")
Please find attache tjhe DD configuration file. Please check and try to suggest what may be the issue. In the same way i configured other DD configuraion it works for me....