cancel
Showing results for 
Search instead for 
Did you mean: 

XI error: adapter.file.configuration.DynamicConfigurationException

Former Member
0 Kudos

Hi all,

I have an scenary of file process between an NFS and an a FTP server.

I need these files will conserve these original names, so it's configured with "Adapter-Specific Message Attributes" Options ticked:

X-> Use Adapter Specific Message Attributes

X-> Fail if Adapter Specific message attributes missing

X-> File Name

<b>The error at communication channel monitoring it's:

Could not process due to error: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: The Adapter Message Property 'FileName' was configured as mandatory element, but there is no 'DynamicConfiguration' element in the XI Message header</b>

Any ideas?

I had another interface, with similar CC (the fail one it's a copy of this that goes OK) and it's working fine.

Thanks in advance for your help

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

This error is occuring because the SOAP Headr does not contain the filename.

In the sendeer file adapter , have you select Adapter Specific Identifiers --> FileName?

Regards

Bhavesh

Former Member
0 Kudos

Thanks a lot for your help ! This resolved the issue.

Regards and reward points.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

i am working on MQ-XI-file Scenario.

i use jms send adapter and receive the file with file reveive adapter.

in the receive file adapter i set Adapter-Specific message attributes.

but i get the error in the communication channel monitoring:

The Adapter Message Property 'FileName' was configured as mandatory element, but was not supplied in the XI Message Header.

Any one know what shoud i do with the jms send adapter?