cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get the "Write file" error message ?

Former Member
0 Likes
382

Hi

I have an action block WriteFile that is working fine. But when this action block receives an invalid file path, it throws an exception and an error message in the server log. So I put a Catch action block to get the error message and handle it, the issue is that the error message is not setted in the catch action block.

I need the message that I found in the server log to send to the caller:

"/usr/sap/MID/integracao/ETON/DEV/ETON_RECEBE/_ETON_FICTICIO_1/OPLIST.ASC (No such file or directory)"

View Entire Topic
swaroop_anasane
Active Contributor
0 Likes

Hi Michel,

You should be getting some error number right?

Warm regards,

Swaroop

Former Member
0 Likes

Hi Swaroop Anasane, thank you for your time.

I do not have any error number, the Catch action block is completely ignored