Hi,
We are trying to use Simple Variable Substitution. Our XI Version is XI 3.0 SP 15.
My Target structure is
Root
Target 0...1
A 0..1
B 0...1
C 0...1
I want to pick the file name from the B.
My Channel has the Following Variable substitution:
payload:root,1,Target,1,B,1
The value for B is set to "test".
I use NFS and Write the target file as myFile%test%.xml.
This gives an error :
Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: B: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: B
Any pointers on How to Fix this.
Regards,
Abhishek
C