Error in inserting Quote and QuoteItems via EAI
I am trying to insert Quote and QuoteItems via EAI Siebel Adapter upsert method and I am getting below error :
Error invoking service 'EAI Siebel Adapter', method 'Upsert' at step 'EAI Insert'.(SBL-BPR-00162)
--
Method 'SetFieldValue' of business component 'Quote Item' (integration component 'Quote Item') returned the following error:
"Error invoking service 'Context Service', method 'GetRowSetData' at step 'Get Context Row Set'.(SBL-BPR-00162)"(SBL-EAI-04376)
My integration object is based on Quote BO (Quote - Primary IC and QuoteItem - Child IC of Quote). As per the error message it seems that , while inserting Siebel tries to invoke a signal "SetFieldValue", which internally invoke method 'GetRowSetData' of BS 'Context Service'. This is where the EAI Quote upsert fails.