Hello Data Services Experts, please be gentle with my post - I just started using Data Services recently.
We are using IQ 16 as our database and Data Services 4.2 for ETL.
We are doing Target CDC to IQ and attempting to bulk load and it is not working. We are using the following pattern:
Source > Query > Table Comparison > History Preserving > Key Generation > Target
(This pattern is on SCN at : http://scn.sap.com/people/vinod.kanagaraj/blog/2011/08/04/target-based-change-data-capture-using-business-objects-data-services)
The error we are getting is:
17520 16776 VAL-030301 6/2/2016 10:33:13 AM |SESSION JOB_MAX_DL_ASSIGNMENT_TARGET_CDC|WORKFLOW WF_MAX_DL_ASSIGNMENT_TARGET_CDC|DATAFLOW DF_MAX_DL_ASSIGNMENT_TARGET_CDC|STATEMENT <GUID::'2a5f11e4-1f03-430e-8760-80dfdce96c65' LOAD TABLE SybaseIQ.DL_MAXIMO.assignment INPUT(Key_Generation)>
17520 16776 VAL-030301 6/2/2016 10:33:13 AM Bulk update is enable but there are no keys in the column mapping.
17520 16776 VAL-030301 6/2/2016 10:33:13 AM |SESSION JOB_MAX_DL_ASSIGNMENT_TARGET_CDC|WORKFLOW WF_MAX_DL_ASSIGNMENT_TARGET_CDC|DATAFLOW DF_MAX_DL_ASSIGNMENT_TARGET_CDC|STATEMENT <GUID::'2a5f11e4-1f03-430e-8760-80dfdce96c65' LOAD TABLE SybaseIQ.DL_MAXIMO.assignment INPUT(Key_Generation)>
17520 16776 VAL-030301 6/2/2016 10:33:13 AM Bulk update is enable but there are no keys in the column mapping.
Note: We can not turn on Source CDC at this time, so utilizing that with Map_Operation is not possible.
Note: Bulk loads to IQ work just fine on initial load and other loads.
Any insights would be greatly appreciated - I really don't want to do row by row inserts!