cancel
Showing results for 
Search instead for 
Did you mean: 

QRFC_SYSTEM_DUMP

Former Member
0 Kudos

Dear Experts,

I am doing SOAP to PROXY scenario, i am getting an error in sxmb_moni (ECC) server,

kindly assist me to solve this error.

<!--

 Inbound Message 

--> 

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

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="INTERNAL">QRFC_SYSTEM_DUMP</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Short dump occurred when executing message in qRFC queue XBTR0006: Date/time 01.01.2014 19:49:03, user SENTHILK, runtime error: Employee Not Updated</SAP:Stack>

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

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Senthil,

We have faced the similar issue and have resolved it as per the below SAP suggestion.

Please ask you basis team to validate and implement the following SAP Notes -

1567842, 1547908, 1552345, 1562456, 1592475

Also, you will have to execute the ABAP Programs as given in the SAP Note -  1547908.

Z_1547908_CHECK_ERROR_MSGS and Z_1547908_CHECK_ERROR_MSGS_2.

Hope this will resolve you issue.

Regards,

Kalyan

Former Member
0 Kudos

Hi kalyan,

     Thanks for yours input, in which server basis need to implement this notes, in ECC or PI

Regards,

Kalyan

Answers (6)

Answers (6)

Former Member
0 Kudos

Dear Expects,

     In st22 i am getting this dump.

  Exception condition "NO_RFC_CALL_ALLOWED" raised.

The current ABAP/4 program encountered an unexpected

situation.

Error analysis

    A RAISE statement in the program "CL_XMS_RETRY_HANDLER==========CP" raised the

     exception

    condition "NO_RFC_CALL_ALLOWED".

    Since the exception was not intercepted by a superior

    program, processing was terminated.

    Short description of exception condition:

    For detailed documentation of the exception condition, use

    Transaction SE37 (Function Library). You can take the called

    function module from the display of active calls.

Regards,

senthil

rhviana
Active Contributor
0 Kudos

Hi Senthil,

Check if the Function is marked to be called from external systems.

Also check if the user has te correct roles.

Regards,

Former Member
0 Kudos

Hi Ricardo,

what are roles that user must have.

Regards,

Senthil.

Former Member
0 Kudos

Hi Senthil,

User should have the roles “SAP_XI_IR_SERV_USER"

                                        "SAP_XI_APPL_SERV_USER"

Message was edited by: mastan vali

Former Member
0 Kudos


Hi Senthil,

Can you please check the dump first.It will give us the correct picture why it is throwing error.

After that go and check with your basis team whether user SENTHIK is locked or expired.It could be a reason when user expired and connectivity will get lost.

Try doing this 2 things.I hope you will get through.

Regards,

'Abhi

Former Member
0 Kudos

Hi,

     When i trying to restart the fault message in ECC server its showing "RFC destination is missing SAPXIPP110".

kindly assist me.

Regards,

Senthil

Former Member
0 Kudos

Hi Senthil,

Refer below Blog

RFC SAPSLDAPI missing | SCN

rhviana
Active Contributor
0 Kudos

Senthil,

Check this link.

Here you could find all main SAP XI Connections and ways to create it.

SAP Library - Configuration of Usage Type Process Integration (PI)

Also this blog:

http://sapxibox.blogspot.com.br/2008/09/sap-xi-configuration-continued.html

Regards,

Former Member
0 Kudos

Hi Senthil

From the error message - which you gave

   When i trying to restart the fault message in ECC server its showing "RFC destination is missing SAPXIPP110".


----------------

it is evident that you are trying to send the data to this destination : SAPXIPP110 

but this is not existing in the system..


In your ECC system , go to SM59 --> and then search for this destination. It should be present .  If not , then the messages to this destination will never be transferred fine.

Secondly ,  Can you confirm if messages were going fine earlier to this destination - SAPXIPP110 

If yes, then check with Basis Team why the RFC destination is missing..


Thanks

Rishi





Former Member
0 Kudos

Hi Rishi,

     Thanks for yours input,

     May i know in which type basis need to create RFC.

Thanks & Regards,

Senthil

Former Member
0 Kudos

Hi

Basis will need to create a ABAP Type RFC destination ( SAPXIPP110   ) and login credentials maintained for that.


can you please let me know if you ever sent any message successful message to this specific PI system,  The reason I am asking is that the RFC destination is the per-requisite for the message communication.

Regards

Rishi

Former Member
0 Kudos

Dear Rishi,

I am not send any response back to PI server, since its asynchronous scenario.

Regards,

Rishi.

Former Member
0 Kudos

Hi Senthil

Please check with your Basis Team to create the new RFC destination.

Speaking as a Basis person myself , even when you are transferring the data through QRFC , you will need the RFC to be working for communication to the PI server.

Please let me know for any further information.

Thanks

Rishi

Former Member
0 Kudos

Please check if the RFC destination is existing in your ECC server and as suggested above , please check with your basis team

Thanks

Rishi

Former Member
0 Kudos

Hi,

It seems to be connectivity issue between PI & ECC system.

pls check on,

1)SM59 - RFC setup.

2)SM58 - RFC issues.

3)SMQ1/2 - Any issues in queue.

4)ST22 - ABAP dump.

Former Member
0 Kudos

Hi Senthil

As per the details given above :

-----------

<SAP:Stack>Short dump occurred when executing message in qRFC queue XBTR0006: Date/time 01.01.2014 19:49:03, user SENTHILK, runtime error: Employee Not Updated</SAP:Stack>


------------------


Please check the ABAP Dump in ST22 at the highlighted time . This will give us clue as to why the message processing failed for this in SMQ1 / SmQ2 ..


Thanks


Rishi

rhviana
Active Contributor
0 Kudos

Hi Senthil

"SENTHLIK" is the user to logon at proxy destination ? It's look like missing profile for this user.

Do you check the status of queue - smq1/smq2 ?

Regards,