cancel
Showing results for 
Search instead for 
Did you mean: 

same file name in sender and receiver sftp channel

former_member217945
Participant
0 Kudos

Hi Experts,

my scenario is SFTP to SFTP  and im on SAP PI 7.31

Here I am picking up the file from one location and wirting int to another SFTP LOCATION , while writing the file to Destination it should create with the same name as source file name.

I have selected ASMA in both CC and given dummy  name in receiver file name and * in sender CC . But still iam facing error as * is not understandable.

can any one tell me what should i give  file name in sender and receiver channel? and need to write any UDF?

I have gone through all the forums but still i didnt find any soultion .

Thanks,

Reddy

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

You don't need any UDF

Try .* in your sender channel

make sure that the name space is same in sender and receiver channels

Under ASMA you can find the name space

former_member217945
Participant
0 Kudos

Thank you so much hareesh now its working fine .

Answers (1)

Answers (1)

Muniyappan
Active Contributor
0 Kudos

can you tell us the file name you are picking?

if it is SAP SFTP adapter you have to use regular expression.

also pleas share you ASMA configurations.