cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver service DEVCLNT200 cannot be converted into an ALE logical system

Former Member
0 Kudos

Hi,
I have excatly the same interface as in the below link:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0b355ae-0501-0010-3b83-8f2bb566f...


but mine is Soap Instaed of File.


I get this message when running the interface end to end

Receiver service DEVCLNT200 cannot be converted into an ALE logical system


I have faced this many a times; every time the reason is different. and I read al most al of the threads related to it and applied evrything experts said. but I still have the error.

Thanks.
Prema

Accepted Solutions (1)

Accepted Solutions (1)

former_member190624
Active Contributor
0 Kudos

Hi Prema,

1.Open SOAP adapter  business system in edit mode,

2.Communication component-->Adapter specific Identifiers--> give some dummy value in logical system name .

3.save and activate business component.

Now test your scenario once again.I don't think you will get any error this time

Regards

Hari.

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you all for the Answers and the time of yours. I appriciate it.

-Prema

Pranil1
Participant
0 Kudos

Hi Prema,

Select the option Adpater specific identifier of imported business system and check the logical system name whether it is same as the one configured in SLD or different.

Refer the below blog.

http://wiki.sdn.sap.com/wiki/display/XI/Unable+to+convert+Sender+system+to+ALE+logical+system

Regards,

Pranil.

Former Member
0 Kudos

Prema,

You can do two things.

1. In Business system DEVCLNT200 - adapter specific identifier either add the logical system name of DEVCLNT200 that is defined in ECC.

2. If there is no partner defined for DEVCLNT200 in ECC than some logical system must be defined for your XI DEV box. If so add the adapter specific identifier value in DEVCLNT200 as the value of

name XI logical system maintained in ECC.

Regards,

Ashish

Former Member
0 Kudos

also i have this in mapping;

- <SNDPRT>
<xsl:value-of select="'LS'" />

</SNDPRT>

- <SNDPFC>

<xsl:value-of select="''" />

</SNDPFC>

- <SNDPRN>
<xsl:value-of select="substring($SenderParty, 7, string-length($SenderParty))" />

</SNDPRN>

- <SNDSAD>

<xsl:value-of select="''" />

</SNDSAD>

- <SNDLAD>

<xsl:value-of select="''" />

</SNDLAD>

- <RCVPOR>

<xsl:value-of select="''" />

</RCVPOR>

- <RCVPRT>

<xsl:value-of select="'LS'" />

</RCVPRT>

- <RCVPFC>

<xsl:value-of select="''" />

</RCVPFC>

- <RCVPRN>
<xsl:value-of select="$ReceiverService" />

</RCVPRN>

hwill this over write my Communication channel "Apply control record from payload" ? i have this checked.

Tthanks.

rajasekhar_reddy14
Active Contributor
0 Kudos

Simple solution for this problem is

Add your receiver bussiness system name for both -sender bussines component and receiver bussines component under Receiver agrement.

iaki_vila
Active Contributor
0 Kudos
Former Member
0 Kudos

yes i did. thanks