cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter: Is it possible to track files?

Former Member
0 Kudos

Hello XI community,

I've a scenario where the sender and receiver is the file adapter using NFS. When XI picks up the inbound file from a certain directory with a wildcard name like "T_xxx*" is there any chance to see the original name? In addition I'd like to know how to find out the relationship between the inbound filename and the outbound name which is actually created from the file adapter like "xxxxx_timestamp.xxx". The files I'm using are binaries so I don't use the file content in anyway. They are just passed through XI. But I'd like to track the files to be able to know which input file belongs to which output file. Maybe some of you know where to see this.

Thanks in advance

/Michael

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi Michael,

take a look at this weblog (by Felix)

to see how you can get/set filename

with file adapter (and binary files):

/people/sap.user72/blog/2005/07/15/copy-a-file-with-same-filename-using-xi

Regards,

michal

Former Member
0 Kudos

Thank you for this very helpfull answer. The only problem I have now is how to get this code into XI. Since I'm not a JAVA expert can someone tell me how to implement these beans?

MichalKrawczyk
Active Contributor
0 Kudos

Hi once emore:

take a look at this document:

https://websmp201.sap-ag.de/nw-howtoguides

-> exchange infrastructure -> how to Create Modules for the J2EE Adapter Engine

it may help you:)

Regards,

michal

MichalKrawczyk
Active Contributor

Answers (0)