cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver File adapter

former_member10771
Active Participant
0 Kudos

Hi All,

We have configured a proxy to file scenario. The data is successful from the sender proxy but it is failing at the receiver side.

The error is Channel has not been correctly initialized and cannot process messages

Transmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Channel has not been correctly initialized and cannot process messages.

We have deleted and created the channel again and activated it and also done start and stop of the channel in RWB. Still the same issue persists.

Also apart from this it shows Records.fieldfixedlength is missing and Record.fieldseparator is missing...We dont have a fixed length output and under record.fieldseparator we need a space which is already given.

Can someone please provide any checks that are needed to get this one sorted.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Amit,

Check whether other file adapters are fine.

Also it might be odd but try creating with different name and use it. It did work for me in one of the projects.

Deleting and creating with same name might have some internal cache issues.

Also since you mentioned that it was showing some content conversion errors, try to check whether the adapter works without conversion.

If none of these works, check with your basis to investigate or sometimes a simple restart of the adapters might work.

Also check for any oss notes available for this issue.

Regards

Krish

former_member10771
Active Participant
0 Kudos

Hi Krish,

Thanks for the response.All the other adapters are working fine. I created a new one this is in red status but the error is the same and also it gives the second error as Records.fieldfixedlength missing and Record.fieldseparator missing.

First I will check as suggested to restart the adapter via NWA.

Do I need to add Record.fieldfixedlength as 0. I have added record.fieldseparator as 'nl'.

Thanks

Amit

Former Member
0 Kudos

Hi,

Do I need to add Record.fieldfixedlength as 0. I have added record.fieldseparator as 'nl'.

answer is NO.

and yes, do the cache refresh, either in NWA localised in "SAP XI adapter: FILE" (only), see [this wiki|http://wiki.sdn.sap.com/wiki/display/XI/Startandstop+services].

or directly on all adapters with either a delta or a full mode.

http://<host>:5<sys#>00/CPACache/refresh?mode=delta

http://<host>:5<sys#>00/CPACache/refresh?mode=full

regards.

mickael

Edited by: Mickael Huchet on Nov 24, 2011 6:31 PM

rajasekhar_reddy14
Active Contributor
0 Kudos

restart File adapter service in NWA.