cancel
Showing results for 
Search instead for 
Did you mean: 

(104) RFC_ERROR_SYSTEM_FAILURE: Could not determine code page.

fanglin_ye
Participant
0 Kudos

Hallo all,

in PI i have a scenario File -> PI -> RFC. But it dose not work. In SXMB_MONI there is no error. That means, the payload is there and message mapping is OK. If you check the channel (file sender) in runtime workbench, there is error after the mapped message is delivered to the RFC receiver channel:

Marked transaction for rollback for meesage a7842dba-e46c-49d6-04cc-cb49cdb1cc77(INBOUND). Reason: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.adapter.rfc.core.client.RfcClientException: JCO.Exception while calling XXX [ABAP remote function modul] in remote system (RfcClient[XXX_RFC_RECEIVER]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Could not determine code page.

Has anyone an idea, how to fix the problem? thx.

regards,

Fanglin

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184789
Active Contributor
0 Kudos

Hi,

Can these help you:

https://scn.sap.com/thread/2042233

http://scn.sap.com/thread/3233879

Have u tried pinging the receiver comm channel in NWA??

fanglin_ye
Participant
0 Kudos

Hi Adarsh,

could you please explain how to ping the receiver comm channel in NWA? thx.

regards,

Fanglin

former_member184789
Active Contributor
0 Kudos

Go to NWA by http://<hostname>:port/nwa. In NWA, go to SOA->Monitoring->PI Communication Channel Monitoring->Communication Channels.Select the channel, on top there is an option Ping Channel.The ping must be successful.

fanglin_ye
Participant
0 Kudos

Hello Adarsh,

If i go to PI Communication Channel Monitoring, there is an error:

Data Supplier of communication channel is not registered for the Adapter Engine

How can i resolve the problem? thx.

regards,

Fanglin

former_member201264
Active Contributor
0 Kudos

Hi,

you can check here same error already resolved with RFC Destination.

File to IDOC : Code page error

Check your RFC Destiation.

Regards,

Sreeni.

iaki_vila
Active Contributor
0 Kudos

Hi Fanglin,

Check the note http://scn.sap.com/message/2814890#2814890 pointed by . Also in this thread you could find another possible solutions.

Regards.

VijayKonam
Active Contributor
0 Kudos

You must be sending some foreign characters which your backend system is not able to understand/read. Check your XML for special language characters and ask your basis team to install the required code page on ECC system.

VJ

fanglin_ye
Participant
0 Kudos

Hello VJ,

thx for your reply. In my XML-File there is no special characters:

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

<Warenbewegung lieferscheinnummer="12L05214">

    <Lieferdatum jahr="2012" monat="08" tag="22" />

    <Positionen bestellnummer="45228245">

        <Position artikeltypID="Z331807A" artikeltypBezeichnung="eHZ-IW8E2A5L0EK2P" nummer="1" menge="500" hersteller="EMH" pruefartkuerzel="MN" MID="1" EGPruefnummer="T10158" metrologischeKlasse="A">

            <Geraeteartikel eigentumsnummer="1031181" fabrikNummer="3866855" identNummer="1EMH0003866855" serverId="06454D480104C56EC0E7" pin="1144" markennummer="CE-012-0102">

                <Baudatum jahr="2012" monat="08" tag="15" />

                <Pruefung>

                    <Pruefungsdatum jahr="2012" monat="08" tag="17" />

                    <GeeichtBis jahr="2020" />

                </Pruefung>

                <Zaehlwerk OBISKennzahl="1-0:1.8.0" anzeigeart="Register" rollenzahl="6.0">

                    <Zaehlwerksstand einheit="kWh" wert="2" />

                </Zaehlwerk>

                <Zaehlwerk OBISKennzahl="1-0:1.8.1" anzeigeart="Register" rollenzahl="6.0">

                    <Zaehlwerksstand einheit="kWh" wert="2" />

                </Zaehlwerk>

                <Zaehlwerk OBISKennzahl="1-0:1.8.2" anzeigeart="Register" rollenzahl="6.0">

                    <Zaehlwerksstand einheit="kWh" wert="0" />

                </Zaehlwerk>

                <Versionen firmwareversion="11000000" parametrierversion="eHZ-I-W2E8-K26-001.eep" hardwareversion="9AE8002P" />

            </Geraeteartikel>

  </Position>

    </Positionen>

</Warenbewegung>

regards,

Fanglin