cancel
Showing results for 
Search instead for 
Did you mean: 

XI Log Text File

Former Member
0 Kudos

Hello everyone!

I would like to write Error Logs appearing in the Runtime Workbench of XI written on a text file eg. Logs.txt (via FTP) and saved in a folder. Does anyone have an idea how I can go about this?

Warm regards,

Glenn

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Probably you could use the below links for the logs

XI: Why don't start searching for all errors from one place?

/people/michal.krawczyk2/blog/2005/09/07/xi-why-dont-start-searching-for-all-errors-from-one-place

SLAW, a New Logging & Tracing Framework for XI.

Or May be developing the Wrraper class to log the messages in XI server.

With the use of Wrraper class probably you could create the xml file in Integration Server and then by useing NFS system for file adapter you could read and post it as per our normal file to file scenario.

Thanks

Swarup