cancel
Showing results for 
Search instead for 
Did you mean: 

Getting com.sap.aii.af.ra.ms.api.DeliveryException: No response available

Former Member
0 Kudos

Hi ,

I am getting data from Idoc and trying to send that data to ODS table . I am giving synchronous call to ODS as depeding upon the success or failure I want to write status in another database table .

this design worked fine in dev . But when i moved the code to QA I am getting following exception ,

com.sap.aii.af.ra.ms.api.DeliveryException: No response available

Could you please provide me any help ?

Thanks & Regards,

Suvarna

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

Check out the response mapping ... Did the database has send the response ? check the Adapter Monitor..

Refresh the Cache, SXI_CACHE and Also in the IntegratioN builder->Administration-->Cache Overview ...Refresh all the caches

Regards,

Moorthy

Former Member
0 Kudos

Hi ,

database did not sent any response back .I just get this exception back from ODS .

Thanks