cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

I am doing a pass through scenario (i.e. ICo) without any ESR objects and I want to add time stamp to the file name at receiver side.

Could you please help me in doing this via Dynamic Configuration Bean?

What I also want to do is to replace file name with interface name through dynamic configuration bean using File adapter in receiver side.

But instead of getting the interface name in place of file name I am getting "message.interface" as file name. I have also used

variable substitution in receiver channel along with ASMA attributes.

Please suggest where I am wrong.

Thanks,

Aamir

0 Likes
View Entire Topic
Former Member
0 Likes
former_member202642
Participant
0 Likes

Hi Mutti,

I had already gone through the blog but couldn't able to get anything which helps me.

Former Member
0 Likes

Hi,

Plz provide containing the screen-shot.

....

Mutti

former_member202642
Participant
0 Likes

Hi,

I am facing a similar situation as mentioned in below scn thread:

http://scn.sap.com/thread/689586

Please help.

praveen_sutra
Active Contributor
0 Likes

Hi Amir,

the parameters you mentioned are not appropriate.

its always a two step process.

1) you need to fetch the values from the sender adapter

2) write the value in the receiver adapter.

you are currently just writing an message.interface without setting the value in that.

so i would suggest to set the value first and then write.

key.1       write http://sap.com/xi/XI/System/Messaging interface

value.1       message.interface

key.1          read http://sap.com/xi/XI/System/File FileName

value.1        module.filename

hope this helps

thanks and regards,

Praveen T

Message was edited by: Praveen Tirumareddy