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

Getting an extra timestamp while using SFTP Adapter

Former Member
0 Likes
1,026

Hi,

I  have querry regarding SFTP adapter .I have a scenario where PI pulls the file from SAP using FTP adapter and then it pushes the same file to an external server using SFTP adapter.The catch here is that while pushing the file into external server there is a timestamp which is added .I dont want that timestamp to be added because the requirement is to send the file name as it is getting picked from SAP.Any solution to this on how can I avoid an extra timestamp.I have attached some screenhots for the configuration of SFTP.Is there any need to change the config do suggest the same.Its a single stack PI server

Thanks

View Entire Topic
Former Member
0 Likes

Hi Pratik,

Are you sure the timestamp is not added before PI processing?, according with your configuration the PI is not adding any timestamp. With DynamicConfiguration, as Raghuraman proposed, you can construct the file name as you want to.

Regards.

Former Member
0 Likes

No I havent added any timestamp.I had unchecked the same while configuring it.

Former Member
0 Likes

How can i have the same file name as its placed on my Application server ieAL11.

For example the file name at application server is xyz_sysdate_systime.txt

But when PI picks the file frm AL11 and pushes onto external server the filename is as follows

xyz_sysdate_systime-sysdate_sys_time_random no.txt.How to deal with this

Former Member
0 Likes

Hi Pratik,

I hope in receiver communication channel at processing parameters tab you might have select file construction mode as "Add Timestamp".