cancel
Showing results for 
Search instead for 
Did you mean: 

An exception occurred that was not caught

Former Member
0 Kudos

Hi PI Gurus,

We have a scenario (Proxy to JDBC) using AAEng cong.

Whenever this interface triggers, the message get stuck in SMQ2 with system error: 'An exception occurred that was not caught'. I can't reprocess this also.

Any configuration is missing, this interface was working few hrs back.

All queues are resigterd in SMQR T_Code.

Regards,

Krishna Chauhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Greg and Shabarish,

Thanks for the response

What happened?                                                                                    |

|    The exception 'CX_VSI' was raised, but it was not caught anywhere along                       |

|    the call hierarchy.                                                                           |

|                                                                                                  |

|    Since exceptions represent error situations and this error was not                            |

|    adequately responded to, the running ABAP program                                             |

|     'CX_VSI========================CP' has to be                                                 |

|    terminated.

|Error analysis                                                                                    |

|    An exception occurred which is explained in detail below.                                     |

|    The exception, which is assigned to class 'CX_VSI', was not caught and                        |

|    therefore caused a runtime error.                                                             |

|    The reason for the exception is:                                                              |

|    No virus scan provider available for scanner group Z_MCAFEE

Do I need to raise this issue to BASIS team?

Regards,

Krishna Chauhan

Shabarish_Nair
Active Contributor
0 Kudos

you might want to also involve the ABAP team to do a bit of debugging. Z_MCAFEE seems to be a custom piece of code.

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

First of all if you are using AAE, then the message cannot show up in SMQ2 of PI.

Now if you are referring to SMQ2 of ECC, try to delete all entries in the queue, de-register and then register and activate all the queues. Also follow what has mentioned.

former_member184681
Active Contributor
0 Kudos

Hi,

Double-click the "SYSFAIL" in queue monitoring to see some more details about the error. Also, you should find an error in st22 and even more details there. See if this helps you solve the problem yourself (maybe you will find an "application" error in the processing) and if not - post here the details you found.

Hope this helps,

Greg