cancel
Showing results for 
Search instead for 
Did you mean: 

Server Proxy error DYNAMIC_CALL_FAILURE

harish_babu5
Participant
0 Kudos

Hi guys,

I have a File to Proxy interface. I am using Fault Message Type. The output is not getting posted to BI system. The data is getting populated in the final Internal Table. If I comment the exception part in the code, it's working fine.

The error that I get is this ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>

<SAP:P1>UNCAUGHT_EXCEPTION

Any inputs

Harish Babu

Accepted Solutions (1)

Accepted Solutions (1)

sumesh_k2
Participant
0 Kudos

Hi Harish,

Since you are using Fault message type, you are handling any errors during proxy execution. Application fault is displayed in Moni, if exceptions gets raised from proxy code and you have caught them.

The exception gets raised when there is some problem with your Inbound ABAP proxy code or Data errors from PI (after mapping) or file data (before mapping). Check your code where the exception is getting triggered and also your data.

You can make use of external HTTP break point or directly check from SPROXY for debugging.

harish_babu5
Participant
0 Kudos

Hi Sumesh,

Thanks for your response.

How can I find out whether it's due to the error in the data from PI side ? In XI, it's showing chequered flag. One more thing, in ID, I have given the fieldfixedlength as 100. There is only one field. The field length in ABAP varies. It could be 92 or 93. Is it mandatory that I have to give exactly the same length in the Com channel paramters ? I have put it as 100, few extra space has added ?

Regards

Harish Babu

sumesh_k2
Participant
0 Kudos

Hi Harish,

Can you revert with what you find in SAP BI monitoring for this message.

i.e. SXI_MONITOR in SAP BI.

Edited by: Sumesh k on Oct 25, 2010 1:54 PM

harish_babu5
Participant
0 Kudos

Sumesh,

The error was due to the fact that infocubes was not created in BI.

It is resolved. Thanls a lot for your help

Harish Babu

Answers (1)

Answers (1)

harish_babu5
Participant
0 Kudos

Now am getting this error.

ABAP">APPLICATION_ERROR