cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter Module

Former Member
0 Kudos

Hi,

I am using File Adapter Sender and configured the Module.

Module configuration:

AF_Modules/RequestResponseBean Local Enterprise Bean 1

CallSapAdapter Local Enterprise Bean 2

AF_Modules/ResponseOnewayBean Local Enterprise Bean 3

1 passThrough true

3 receiverChannel CC_GET_CUST...

3 receiverService FILE_CACHE

Now in one adapter in the scenario it is working fine. But when I configure the second one I get a mistake as written below. Any idea?

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Channel stopped by administrative task.</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

i think your channel has been put to the STOP mode.

Go to RWB -> Communication channel monitoring and check if the channel is in Start or Stop mode.

Answers (0)