cancel
Showing results for 
Search instead for 
Did you mean: 

Error while getting Message Id as File Name.

Former Member
0 Kudos

Hi everyone,

I am trying to get the file name as message id in the target side. For this I defined Variable Substitution in the receiver Communication Channel for the file Adapter.

In the Filename Scheme I defined %test.xml%

And in the Variable Substitution Table I defined

Variable Name:test.xml

Reference:message:message_id

When i Check in the communication channel monitoring I am getting this error.

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error during variable substitution: java.text.ParseException: Missing end token for start token at position 0: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: java.text.ParseException: Missing end token for start token at position 0

Could not process due to error: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: java.text.ParseException: Missing end token for start token at position 0

I didnot defined any User Defined Function.

Any help would be appreciated.

Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

>>In the Filename Scheme I defined %test.xml%

use %test%.xml

>>Variable Name:test.xml

>>Reference:message:message_id

use

Variable Name:test

Reference:message:message_id

By Sameer Shadab

Thanks

SaNv...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

U need to define %test%.xml

Regards,

Jayasimha Jangam