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
Request clarification before answering.
HI Amir,
plz check the below link
.............
mutti
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I am facing a similar situation as mentioned in below scn thread:
http://scn.sap.com/thread/689586
Please help.
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
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.