cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver FTP processing parameters should not add time stamp

Former Member
0 Kudos

Hi Gurus,

I want to write the file at receiver end with the same name as in source directory.. (I dont want the time stamp to be added to my file at receiver side)

For that i have configured processing parameters as

1) File Construction mode --- create

2) checked Overwrite existing file

3) Put File -


use temporary file

4) Temporary File Name Scheme --- rec_*.tmp

5) File type -


binary

But the files are not written in target directory..

How to troubleshoot it...

Thanks and Regards,

govada.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Govada,

Use <a href="/people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14">this</a> blog if you like the same filename in target as in source.

Regards,

Luc

Former Member
0 Kudos

Hi Govand,

1)Are you able to ping your target system where you wnat to put the file.

2) Kindly check whether you have entered right Target directory path while configuring the Adapter where you want to send this file.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

open RWB - coomponent monitoring

and then - adapter monitoring or communication channel monitoring

(depending on SP of your XI)

then find your channel and you will see the error - if there is any

BTW

if you don't want the timestamp just don't use:

Add Time Stamp property in the file adapter

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hai michal,

But the file name sending by them is dynamic.

so can i give File Name Scheme as . to read the file name as it is from source directory to target directory.

Thanks and regards,

govada.