cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File Archival in SFTP adpater in PI 7.3

0 Kudos

Hi,

We have a scenario from File to ABAP proxy where we are using SFTP adapter in sender communication channel. We will be running the scenario on hourly as well as on daily basis also. While archiving the sender file on SFTP server we have a requirement to differentiate the archived file each time the scenario runs.

What are the parameters we can use to differentiate archived files from one another?

Parameter %MSGID is not working for sender communication channel.

So what are the parameters we can use?

Thanks in advance,

Vaibhav Mishra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vaibhav,

you can try this below parameters in SFTP adapter

%SEQNUM -- SeqNo Starting from 1

%RTSEQNUM -- Server service No starting from 1

%START -- Start time of adapter

%TIME -- Archiving time in Milli Sec`s

%MSGID -- MessageID

Thanks,

Dhileep

0 Kudos

Hi Dhileep,

Thanks for the response. But we are looking for date or timestamp kind of parameter. Since the time parameter is giving the time in milliseconds which is very large to handle.

Can you suggest some other parameters or manipulations which we can do with these parameters only?

Thanks in advance,

Vaibhav Mishra

Former Member
0 Kudos

Hi Vaibhav

Please go to the advanced tab of the SFTP adapter - click on check box "set adapter specific attributes" and select the Timestamp check box.

Regards

Answers (0)