SBL-BPR-00162 - Error parsing expression
Below calc field is added to BC
InvokeServiceMethod("Shipment BS", "ShipmentAddress", "FullAddress=" +[Cal addr start], "AddressLine1")
In few cases it is getting failed with below error
--------------------
Error invoking service 'EAI Siebel Adapter', method 'Query' at step 'Query Order'.(SBL-BPR-00162)
--
Method 'FieldValue' of business component 'Shipment Details' (integration component 'Shipment Details') returned the following error:
"Error parsing expression 'FullAddress=Unit 1201 A'BECKETT TOWER 31 A'BECKETT Street' for field '3'.
--------------------
Analysis:
Address is having multiple Apostrophe so its failing in parsing the expression, is there any Siebel vanilla fix/feature available to bypass this issue ?