cancel
Showing results for 
Search instead for 
Did you mean: 

Sending attachment to CPI from S4

0 Kudos
195

We are calling 3 CPI iflow in sequence. When the authorization is user based, all calls are successful. When it is certificate based authentication, 1 out of 3 is failing. The failing iflow is to send an attachment. What and where could be the issue here? is it network, authorization or any changes in CPI is required?

View Entire Topic
sunny_kapoor
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi shabnamjalal,

You did not mention what is the error code and message you are getting in your attachment Iflow.

Kindly check the HTTP Access log and Trace Logs file available under the system logs to get a clear understanding of your issue. It may be possible that there is no issue with the network or authorization but it may be failing in one of the Iflow steps where you are defining your integration logic.

Regards,

Sunny

0 Kudos

Hi Sunny,

Sorry I forgot to mention the error code. It is 403 - Forbidden. Hence we are not able to get trace in CPI to check if it failed at any step as this call is not hitting the CPI

sunny_kapoor
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi shabnamjalal,

For 403, kindly check whether you have assigned the proper role against your certificate. The role should be the same as what is there in your integration flow sender adapter.

As two of your other flows are working, kindly compare your attachment flow configuration with them.

Regards,

Sunny