cancel
Showing results for 
Search instead for 
Did you mean: 

FTP_Output error message

0 Kudos

Hello

I'm using MII12.0.11

I need to get FTP_Output action error message in a local tag of transaction.

I tried and I found it (manually) in netwaver logs, but I neet to return it (automatically) to the system which calls the transaction.

Does anybody know how I can save the ftp error message in a string variable?

Thank you a lot

Fabio

Accepted Solutions (1)

Accepted Solutions (1)

HariCS23
Contributor
0 Kudos

Most of the action blocks return error message..not sure what is going on with FTP_Output action block.

I don't think there is way to get SAP logs by any existing interface.

Just an idea, If you are interested, you dig in logs folder of SAP netweaver

E:\usr\sap\<<node>>\J01\j2ee\cluster\server0\log and see if its possible to read a .txt logs files or .trc files. ( I don't think its worth any effort in this way but you decide )

Thanks

Hari

0 Kudos

Hello Hari,

unfortunately FTP_Output action in MII 12.0 (I don't know in new versions) hasn't error message feedback.

I need to get it in other way...

Your suggestion (to parse the log file) is a possibility, but I don't know how to filter the file strings.

Does anybody know how I can parse a row of log file? I think there are several field, seeparated by char "#"

Which is the meaning of each field?

How can I select the right log row? Is there any transacion ID that I can get in my transaction?

Thank you a lot

Fabio

Answers (0)