Hi All,
We have created real time services in SAP BODS to accept data from third party system and send it to SAP CRM. Intermittently we are receiving the following error:
Exception in PushData_TOSAP() --> RESERVATION, MessageId: 15145213, Exception : Unable to cast object of type 'OXISAPAdapterWinService.SAPService.Profile' to type 'OXISAPAdapterWinService.SAPService.Reservation'.
Exception in PushData_TOSAP() --> PROFILE, MessageId: 15440799, Exception : Unable to cast object of type 'OXISAPAdapterWinService.SAPService.Reservation' to type 'OXISAPAdapterWinService.SAPService.Profile'.
The factsheet is mentioned below:
1. One WSDL file is created for multiple real time services (by absorbing the respective XSD files).
2. The URL generated from the WSDL is shared with the third party against which they send the data.
3. During peak hours, the data load is 40 messages per second (comprising of different types).
4. In a list of 1000 messages, random 4-5% of messages are receiving this error. On reprocessing them, they are working fine.
5. We have optimized the real time service configurations as per SAP best practice (Note 1853268).
Requesting all the experts to help us on this as we have been stuck on it for quite some time now.
Regards,
Koushik