How to resolove rfc errors

I am getting the below log message in devrfc.trc
Please let me know what could be the reason for the below error.
thank you
T:9011 ***************************************************************
T:9011 ***** closing all connections ...
T:14152 ***************************************************************
T:14152 * Error in application program.
T:14152 * SAP error code : CALL_FUNCTION_TABLE_NO_MEMORY
T:14152 * Try ABAP/4 report RSNAPDOK to read complete message text.
T:14152 * Also look at the system log in the target system
T:14152 * function/module/line : rfc_LZDecompressTable/abrfcimp/1429
T:14152 * Parameters
T:14152 * 0: ZSAIRSL_O
T:14152 * 1:
T:14152 * 2:
T:14152 * 3:
T:14152 * 4:
T:14152 * 5:
T:14152 * 6:
T:14152 * 7:
T:14152 * 8:
T:14152 ***************************************************************
T:14152 ***** closing all connections ...
T:14152 ********************************************* aborting process.

Hi, Ravikiran!
According to SAP-Help the reason for this is that no memory is available for table being imported.
Regards,
Thomas

Similar Messages

  • How to catch RFC errors in COM4ABAP destinations

    Hello all,
    I'm working on a project that uses COM4ABAP to call a custom COM object written in classic VB.  This maybe a generic RFC question so here goes.
    When I call a function like 'com_invoke' over in the COM4ABAP RFC destination, how can I catch errors that might occur?  I can't find a CATCH exception to latch on to.  Is there a way to keep ABAP from creating a dump?  I would much rather catch the issue, log it, and close things up gracefully.
    For example, if I call 'com_invoke' and give it a bad COM function name, I would like to catch that execption vs. having it dump.  Any clue how to do that?
    Thank you.
    Crew Reynolds
    Daydots
    R/3 4.6C

    Hello,
      Hope this example helps and isn't too late:
      CALL FUNCTION 'com_invoke' DESTINATION worker_dest
        EXPORTING
          %instid                 = instid
          %method                 = 'Initialize'
        EXCEPTIONS
          com4abap_invoke_failure = 1.
      IF sy-subrc = 1.
      handle the exception
      ENDIF.
      You can also use:
      COM4ABAP_BEGIN_SESSION_FAILURE for 'begin_com_session'.
      COM4ABAP_CREATE_INSTANCE_FAILURE for 'create_com_instance'.
      COM4ABAP_DELETE_INSTANCE_FAILURE for 'delete_com_instance'.

  • RFC Errors  in GUIXT

    Hi ,
    How solve the RFC Errors , I am working on GUIXT ,during script deployment in SAP Web Repository ,  I am getting below RFC errors , have no idea
    about this error. Please give me  directions to sort this out.  Apologies If I am posting this in wrong forum.

    Hi
    I can find the sapdev2 in internal connections.
    I can post this in basis forum ,but I am afraid I don't have a basis person ,seems I have to sort this on my own & with help of SDN.

  • RFC Error while trying to access function module from business connector

    Hi,
    I am getting the following RFc exceptions in BC server when we invoke the service pub.sap.client:invoke fail as a flow step in Idoc_Status_Add(this service is calling a function module in sap namely ZYBC_IDOC_STATUS_ADD_FROM_BC which Adds status to Idoc (from Business Connector).But no trace of failures are recorded in sap side
    except 1: rfc_failure in BC trace files under monitoring.I need to know the root cause of these errors as the same services have run finely later and IDOCs were also processed successfully without any problem.
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: See RFC trace file or SAP system log for more details
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1217)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3684)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3129)
    at com.wm.pkg.sap.rfc.SAPSession.invoke(SAPSession.java:437)
    at pub.sap.client.invoke(client.java:297)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
    at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
    at com.wm.lang.flow.FlowState.step(FlowState.java:430)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.BaseService.invoke(BaseService.java:140)
    at com.wm.lang.flow.FlowInvoke.invoke(FlowInvoke.java:292)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:559)
    at com.wm.lang.flow.FlowState.step(FlowState.java:430)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:400)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1786)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:709)
    at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:496)
    at wm.server.net.EmailTransaction$RunService.write(EmailTransaction.java:1375)
    at wm.server.net.EmailTransaction$RunService.run(EmailTransaction.java:1218)
    at com.wm.util.pool.PooledThread.run(C:/NT/Perforce/basis/4.1.0-terra/module/core/source/com/wm/util/pool/PooledThread.java:103)
    at java.lang.Thread.run(Unknown Source)
    could anyone throw light on how this kind of error can be resolved and why it occured?
    Thanks.

    What does the RFC trace file and log say? Has there been any dump on the SAP server? Check the logs and transaction st22 in your SAP system to see if the RFC-module has dumped.
    My guess is the problem is in the RFC-module, I think you should start looking there.
    regards,
    Dionisios

  • RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'

    I am having this error pop up very frequently on some new SAP systems.  This will randomly happen and keep us from being able to release transports and import them in STMS.  I receive the following error:
    There was an attempt to start the transport control program tp using the local RFC interface.
    An error occurred here.
    Error code: 4
    RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    - When I check the Transport Tool (STMS: import queue> check> transport tool) I get the following information:
    timeout during allocate / CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456#Time
    out during connection setup (check that partner exists
    - When checking the TP System Log I receive the same error.  The RSTPTEST report does not give any additional information.  SM21 shows a warning and an error:
    Warning:
    Communication Error, CPIC return code 020, SAP Return code 456
    Dialog Process No. 000
    Problem cl: SAP web AS problem
    Package: STSK
    Further Details:
    Module Name: thxxhead
    Line: 7488
    Error Text: 020456
    Caller: ThRecei
    Error:
    Problem cl: transaction problem
    Package: STTO
    All of these errors are only pointing to a time out.  I cannot figure out why this is happening.  I checked the TMS RFC connection in SM59 and they are fine.  I have been able to work around this issue in 2 different ways.  First, I can delete the files in the "\trans\tmp" directory on the server.  Sometimes this resolves the error.  Else I have to restart the system.
    I need to understand where this issue is coming from and how to resolve it.  It is becoming more and more frequent.  Thank you for your help!

    Hi,
    i have had similar issues during this week. After looking for a solution everywhere i found out that i didn't set up the FQDN on this system.
    Symptoms were:
    se38 > RSTPTEST timed out sometimes(not always)
    sm59 > TCP/IP connections > CALLTP_WindowsNT > test connections timed out sometimes (again, not always)
    STMS Overview > Systems: I was not always able to distribute and activate configuration from the Domain controller via Extras > Distribute and Activate Configuration (it died on the mentioned system)
    Transports failed mostly with the same error.
    The error log was somewhere deep in ST11. It could not resolve our FQDN.
    The solution, for me, was to add our FQDN to the WINDIR\System32\drivers\etc\hosts file.
    We upgraded the kernel as well (from 7.20 patch 046 to most current) but this didn't help.
    The FQDN is a concatenation of computer name and dns suffix of the network (if you have none, you can add one via rightclick on the used network adapter>ipv4>properties>Advanced>DNS tab, so in the end the host file looked like
    127.0.0.1   localhost   computer-name.ourSuffix.com
    After this line has been added, the error stopped and the transports work again.
    I hope it helps. Good luck.

  • RFC error with SAPOSS (test connection)

    Hello All,
    RFC error with SAPOSS Test connection
    Language:EN
    Client      :001
    User        :OSS_RFC
    Target system settings:
    Balace load = Yes
    RFC error is below:
                              Connection test SAPOSS
    Connection type:    R/3 connection
    Connection error        Error opening an RFC connection.
    ERROR                  partner not reached (host 209.94.207.139, service sapdp99)
    LOCATION              SAP-Server orionbw_QBW_00 on host orionbw2 (wp 0)
    DETAIL                   NiPConnect
    CALL                      connect
    COMPONENT         NI (network interface)
    COUNTER               9
    ERROR TEXT           Network is unreachable
    ERROR NUMBER    101
    MODULE                 nixxi.cpp
    LINE                        8628
    RETURN CODE       -10
    SUBRC                   0
    RELEASE               640
    TIME                      Wed Jul 30 10:06:05 2008
    VERSION               37
    Please let me know how to proceed.
    Thanks in advance.
    Best Regards,
    Pratyusha

    Hi Markus,
    I went to OSS1 transaction  Menu ---> Parameter --> Settings -
    > SAP Routers at Customer Site ---> SAP Router 1
    i have Added Name and IP address and instance No.
    Now its throwing another error:
    =============================================
    ERROR                   rgcwebsrv: route permission denied (orionbw2.rgc.corp to 147.204.2.5,
    LOCATION                SAProuter 37.11 on rgcwebsrv
    COMPONENT            NI (network interface)
    COUNTER                 5580
    MODULE
    LINE
    RETURN CODE          -94
    SUBRC                       0
    RELEASE                   640
    TIME                           Wed Jul 30 10:41:28 2008
    VERSION                     37
    =============================================
    We are struck here.
    Thanks in advance
    Best Regards,
    Pratyusha

  • How to remove this error every time in extraction

    Dear folks,,
    I have a difficulties in extraction .. Could you share to me how to remove this error please .. ??
    In one ODS: Quotation (Fetching the data from CRM), it always raise up the error every time do an extraction ..
    The message error is like this:
    Runtime Errors     :    MESSAGE_TYPE_X
    Error analysis                                                             
    Short text of error message:                                           
    Req. 0000508314 in DataStore ZCRMQUTO must have QM status green before it is activated
    Another Clues:
    SY-TITLE : CPIC and RFC Control     
    SY-MSGTY : X                        
    SY-MSGID : RSM1                     
    SY-MSGNO : 110                      
    SY-MSGV1 : 0000508314               
    SY-MSGV2 : ZCRMQUTO                 
    SY-MODNO : 0                        
    SY-DATUM : 20080116                 
    SY-UZEIT : 083744                   
    SY-XPROG : SAPLRSSM                 
    SY-XFORM : RSSM_MON_START_2ND_PROCESS
    My Questions are :
    1. Do you ever have the problem like this ??
    2. Do you know the problem regarding CPIC & RFC Control, is that any correlation with RFC/Connection to CRM.
    3. Do you know regarding the message error: RSSM_MON_START_2ND_PROCESS
    Need really your guidance and response..
    Regards,
    Niel..
    will appreciate any response ..

    Hi,
    Just try this.
    As per the error message "Req. 0000508314 in DataStore ZCRMQUTO must have QM status green before it is activated" there is a request(0000508314) in red/yellow status in the ODS (ZCRMQUTO).
    This error normally occurs while activation of ODS/DSO.
    Activation may fail saying that there is a request with status other than green in target. Ideally system expects to activate a green request. But if it find a request with other (red/yellow) it may throw an error.
    This is the error message we get for that kind of errors
    'Request REQU_* in ODS must have QM status green before it is activated." and this is the same one you are getting.
    Try to find the bad request, rectify/delete it.
    This may resolve your problem.
    thanks,
    JituK

  • How to configure RFC

    Dear Expert,
    I have make a program in VB . Through VB when I connect SAP . My Login Pad comes.then I give user name & password . But its give RFC error  and say check CPIC.
    So please help me how I Configure RFC link in SAP via sm59  . Please tell me step by step.
    So that I come in sap via my this VB program.
    Thanks
    manu

    Hi Manu,
    Here I am giving example of connection Non SAP ( Informatica system) to SAP system. For this,
    You need to type logical system name in RFC destination field. You can give the logical system name of non-sap system in SAP thorugh tcode BD54.
    Then You need to select the connection type. As it is non-sap it wont be R3.It will be T ( Start an external program  via TCp/IP).
    Also you need to register the program id filed in Informatica & select radio button regiatered server program
    Hope this helps.

  • TMS_TM_GET_TRLIST and RFC error

    Hello,
    I am having problem with RFC call to TMS_TM_GET_TRLIST. Since this function is not remote enabled, I copied it and made it remote enabled. Function works well from SAP but when I call it from PHP, I get:
    Errors found during saprfc calls:
    RFC Error Info :
    Key     :
    Status  : EXCEPTION ALERT RAISED
    Message :
    Internal:
    How can I debug this exception and what causes it? Can this be resolved?

    Hi everyone,
    Eduard,
    I tried to do what you suggested. I will include output below. However I think this alert is raised because of missing export parameter which is not found during function discover. The parameter I am talking about is export ET_TMSTPALOG and it has following metadata, which can be checked in SE37:
    ET_TMSTPALOG
                LISTNAME                       CHARACTER       40
                TRTIME                         NUMC            14
                TRKORR                         CHARACTER       20
                TRCLI                          CHARACTER       3
                TRSTEP                         CHARACTER       1
                ALLCLI                         CHARACTER       1
                TRFUNCTION                     CHARACTER       1
                KORRDEV                        CHARACTER       4
                PROJECT                        CHARACTER       20
                TRUSER                         CHARACTER       12
                RETCODE                        CHARACTER       4
                ADMIN                          CHARACTER       12
                AS4TEXT                        CHARACTER       60
                LINENR                         CHARACTER       10
    I added this manually with saprfc_function_define but then after a call I get RFC error again.
    Debug info before and after call is displayed below:
    --- BEFORE CALL ---
    --- saprfc_function_debug_info(Resource id #8) --->
    Function module: Z_TMS_TM_GET_TRLIST (remote SAP R/3: 40B)
    IMPORT
    IV_ALLCLI          C     1     0     offset = 0
    IV_DOMAIN          C     10     0     offset = 0
    IV_ENDDATE          D     8     0     offset = 0
    IV_ENDTIME          T     6     0     offset = 0
    IV_EXPORTS          C     1     0     offset = 0
    IV_GET_LINENR          C     1     0     offset = 0
    IV_IMPORTS          C     1     0     offset = 0
    IV_LAST_IMPORT          C     1     0     offset = 0
    IV_LATEST          C     1     0     offset = 0
    IV_LISTNAME          C     40     0     offset = 0
    IV_PROJECT          C     20     0     offset = 0
    IV_STARTDATE          D     8     0     offset = 0
    IV_STARTTIME          T     6     0     offset = 0
    IV_SYSTEM          C     10     0     offset = 0
    IV_TPSTAT_KEY          C     20     0     offset = 0
    IV_TRCLI          C     3     0     offset = 0
    IV_TRFUNCTION          C     1     0     offset = 0
    IV_TRSTEPS          C     30     0     offset = 0
    EXPORT
    ES_EXCEPTION     ID     C     32     0     offset = 0
         DOMNAM     C     10     0     offset = 32
         SYSNAM     C     10     0     offset = 42
         CLIENT     C     3     0     offset = 52
         SERVICE     C     10     0     offset = 55
         FUNCTION     C     30     0     offset = 65
         ERROR     C     30     0     offset = 95
         SEVERITY     C     1     0     offset = 125
         TEXT     C     100     0     offset = 126
         MSGID     C     20     0     offset = 226
         MSGTY     C     1     0     offset = 246
         MSGNO     N     3     0     offset = 247
         MSGV1     C     50     0     offset = 250
         MSGV2     C     50     0     offset = 300
         MSGV3     C     50     0     offset = 350
         MSGV4     C     50     0     offset = 400
         METHODPTR     C     32     0     offset = 450
    ET_TMSTPALOG     LISTNAME     C     40     0     offset = 0
         TRTIME     N     14     0     offset = 40
         TRKORR     C     20     0     offset = 54
         TRCLI     C     3     0     offset = 74
         TRSTEP     C     1     0     offset = 77
         ALLCLI     C     1     0     offset = 78
         TRFUNCTION     C     1     0     offset = 79
         KORRDEV     C     4     0     offset = 80
         PROJECT     C     20     0     offset = 84
         TRUSER     C     12     0     offset = 104
         RETCODE     C     4     0     offset = 116
         ADMIN     C     12     0     offset = 120
         AS4TEXT     C     60     0     offset = 132
         LINENR     C     10     0     offset = 192
    EV_SERVICE_VERS          C     10     0     offset = 0
    TABLE
    IRT_REQUESTS     SIGN     C     1     0     offset = 0
         OPTION     C     2     0     offset = 1
         LOW     C     20     0     offset = 3
         HIGH     C     20     0     offset = 23
    Value of import (input) parameter IV_ALLCLI (memory = 1):
    "X"
    Value of import (input) parameter IV_DOMAIN (memory = 10):
    Value of import (input) parameter IV_ENDDATE (memory = 8):
    "31012007"
    Value of import (input) parameter IV_ENDTIME (memory = 6):
    "000000"
    Value of import (input) parameter IV_EXPORTS (memory = 1):
    Value of import (input) parameter IV_GET_LINENR (memory = 1):
    Value of import (input) parameter IV_IMPORTS (memory = 1):
    "X"
    Value of import (input) parameter IV_LAST_IMPORT (memory = 1):
    Value of import (input) parameter IV_LATEST (memory = 1):
    Value of import (input) parameter IV_LISTNAME (memory = 40):
    Value of import (input) parameter IV_PROJECT (memory = 20):
    Value of import (input) parameter IV_STARTDATE (memory = 8):
    "01012007"
    Value of import (input) parameter IV_STARTTIME (memory = 6):
    "000000"
    Value of import (input) parameter IV_SYSTEM (memory = 10):
    "B10"
    Value of import (input) parameter IV_TPSTAT_KEY (memory = 20):
    Value of import (input) parameter IV_TRCLI (memory = 3):
    Value of import (input) parameter IV_TRFUNCTION (memory = 1):
    Value of import (input) parameter IV_TRSTEPS (memory = 30):
    Value of export (output) parameter ES_EXCEPTION (memory = 488):
    ID     DOMNAM     SYSNAM     CLIENT     SERVICE     FUNCTION     ERROR     SEVERITY     TEXT     MSGID     MSGTY     MSGNO     MSGV1     MSGV2     MSGV3     MSGV4     METHODPTR
    ""     ""     ""     ""     ""     ""     ""     ""     ""     ""     ""     "0"     ""     ""     ""     ""     ""
    Value of export (output) parameter ET_TMSTPALOG (memory = 208):
    LISTNAME     TRTIME     TRKORR     TRCLI     TRSTEP     ALLCLI     TRFUNCTION     KORRDEV     PROJECT     TRUSER     RETCODE     ADMIN     AS4TEXT     LINENR
    ""     "0"     ""     ""     ""     ""     ""     ""     ""     ""     ""     ""     ""     ""
    Value of export (output) parameter EV_SERVICE_VERS (memory = 10):
    Internal table IRT_REQUESTS (memory = 48):
    SIGN     OPTION     LOW     HIGH
    0 rows
    --- AFTER CALL ---
    RFC Error Info :
    Key :
    Status : EXCEPTION SYSTEM_FAILURE RAISED
    Message :
    Internal:
    --- saprfc_function_debug_info(Resource id #8) --->
    Function module: Z_TMS_TM_GET_TRLIST (remote SAP R/3: 40B)
    IMPORT
    IV_ALLCLI          C     1     0     offset = 0
    IV_DOMAIN          C     10     0     offset = 0
    IV_ENDDATE          D     8     0     offset = 0
    IV_ENDTIME          T     6     0     offset = 0
    IV_EXPORTS          C     1     0     offset = 0
    IV_GET_LINENR          C     1     0     offset = 0
    IV_IMPORTS          C     1     0     offset = 0
    IV_LAST_IMPORT          C     1     0     offset = 0
    IV_LATEST          C     1     0     offset = 0
    IV_LISTNAME          C     40     0     offset = 0
    IV_PROJECT          C     20     0     offset = 0
    IV_STARTDATE          D     8     0     offset = 0
    IV_STARTTIME          T     6     0     offset = 0
    IV_SYSTEM          C     10     0     offset = 0
    IV_TPSTAT_KEY          C     20     0     offset = 0
    IV_TRCLI          C     3     0     offset = 0
    IV_TRFUNCTION          C     1     0     offset = 0
    IV_TRSTEPS          C     30     0     offset = 0
    EXPORT
    ES_EXCEPTION     ID     C     32     0     offset = 0
         DOMNAM     C     10     0     offset = 32
         SYSNAM     C     10     0     offset = 42
         CLIENT     C     3     0     offset = 52
         SERVICE     C     10     0     offset = 55
         FUNCTION     C     30     0     offset = 65
         ERROR     C     30     0     offset = 95
         SEVERITY     C     1     0     offset = 125
         TEXT     C     100     0     offset = 126
         MSGID     C     20     0     offset = 226
         MSGTY     C     1     0     offset = 246
         MSGNO     N     3     0     offset = 247
         MSGV1     C     50     0     offset = 250
         MSGV2     C     50     0     offset = 300
         MSGV3     C     50     0     offset = 350
         MSGV4     C     50     0     offset = 400
         METHODPTR     C     32     0     offset = 450
    ET_TMSTPALOG     LISTNAME     C     40     0     offset = 0
         TRTIME     N     14     0     offset = 40
         TRKORR     C     20     0     offset = 54
         TRCLI     C     3     0     offset = 74
         TRSTEP     C     1     0     offset = 77
         ALLCLI     C     1     0     offset = 78
         TRFUNCTION     C     1     0     offset = 79
         KORRDEV     C     4     0     offset = 80
         PROJECT     C     20     0     offset = 84
         TRUSER     C     12     0     offset = 104
         RETCODE     C     4     0     offset = 116
         ADMIN     C     12     0     offset = 120
         AS4TEXT     C     60     0     offset = 132
         LINENR     C     10     0     offset = 192
    EV_SERVICE_VERS          C     10     0     offset = 0
    TABLE
    IRT_REQUESTS     SIGN     C     1     0     offset = 0
         OPTION     C     2     0     offset = 1
         LOW     C     20     0     offset = 3
         HIGH     C     20     0     offset = 23
    Value of import (input) parameter IV_ALLCLI (memory = 1):
    Value of import (input) parameter IV_DOMAIN (memory = 10):
    Value of import (input) parameter IV_ENDDATE (memory = 8):
    "00000000"
    Value of import (input) parameter IV_ENDTIME (memory = 6):
    "000000"
    Value of import (input) parameter IV_EXPORTS (memory = 1):
    Value of import (input) parameter IV_GET_LINENR (memory = 1):
    Value of import (input) parameter IV_IMPORTS (memory = 1):
    Value of import (input) parameter IV_LAST_IMPORT (memory = 1):
    Value of import (input) parameter IV_LATEST (memory = 1):
    Value of import (input) parameter IV_LISTNAME (memory = 40):
    Value of import (input) parameter IV_PROJECT (memory = 20):
    Value of import (input) parameter IV_STARTDATE (memory = 8):
    "00000000"
    Value of import (input) parameter IV_STARTTIME (memory = 6):
    "000000"
    Value of import (input) parameter IV_SYSTEM (memory = 10):
    Value of import (input) parameter IV_TPSTAT_KEY (memory = 20):
    Value of import (input) parameter IV_TRCLI (memory = 3):
    Value of import (input) parameter IV_TRFUNCTION (memory = 1):
    Value of import (input) parameter IV_TRSTEPS (memory = 30):
    Value of export (output) parameter ES_EXCEPTION (memory = 488):
    ID     DOMNAM     SYSNAM     CLIENT     SERVICE     FUNCTION     ERROR     SEVERITY     TEXT     MSGID     MSGTY     MSGNO     MSGV1     MSGV2     MSGV3     MSGV4     METHODPTR
    ""     ""     ""     ""     ""     ""     "OK"     ""     ""     ""     ""     "0"     ""     ""     ""     ""     ""
    Value of export (output) parameter ET_TMSTPALOG (memory = 208):
    LISTNAME     TRTIME     TRKORR     TRCLI     TRSTEP     ALLCLI     TRFUNCTION     KORRDEV     PROJECT     TRUSER     RETCODE     ADMIN     AS4TEXT     LINENR
    ""     "0"     ""     ""     ""     ""     ""     ""     ""     ""     ""     ""     ""     ""
    Value of export (output) parameter EV_SERVICE_VERS (memory = 10):
    Internal table IRT_REQUESTS (memory = 48):
    SIGN     OPTION     LOW     HIGH
    0 rows

  • Handling RFC errors

    When an RFC calls fails I get the standard Rails page with the dump; how to detect and handle rfc errors (like subrc check);
    thanks

    Hello Samuel,
    Just to close this thread and finish up my own search, where I met your discussion, here I'm quoting two experts of this forum:
    "you cannot catch the exception's value in the XI "
    (see posting from Michal Krawczyk, Jun 12, 2006, in thread catch the exception)
    "The content of a fault message are not accessible inside a BPM."
    (see posting from Bhavesh Kantilal, Oct 3, 2007, in thread Notify user about Exception in BPM)
    Regards,
    Dennis

  • IMPORT ERROR : RFC Error

    Dear Experts,
    I have successfully upgraded Kernal Version from 129 to 175 in SAP ERP ECC 5.0, but when i am importing the queue the following error is coming.
    System PRD
    Command TMS_MGR_READ_TRANSPORT_QUEUE
    Client 000 Service
    Transport Service User TMSADM
    Start Online
    Date 03.08.2007
    Function TMS_TP_SHOW_BUFFER
    Time 13:49:42
    Message TP_CALL_FAILED
    Could not start transport control program tp
    RFC error:
    My SAP Version: ECC 5.0
    DB : MS SQL SERVER 8.0
    OS : WINDOWS NT
    Please help me to find out the solution.
    Regards,
    Praveen Merugu

    Hi ,
    I m VASU, basis consultant from Bangalore.
    I m unable to get the IMPORT QUEUE in STMS.
    System PRD
    Command TMS_MGR_READ_TRANSPORT_QUEUE
    Client 000 Service
    Transport Service User TMSADM
    Start Online
    Date 03.08.2007
    Function TMS_TP_SHOW_BUFFER
    Time 13:49:42
    Message TP_CALL_FAILED
    Could not start transport control program tp
    RFC error:
    My SAP Version: ECC 5.0
    DB : MS SQL SERVER 2005.
    OS : WINDOWS NT
    I saw ur MSG in this forum....
    Plzzz    guide me  how to reolve this  issue at OS  level...
    I have tried updating the  KERNAL level 142 to 175 , but still TP is  not connecting.
    Rest of all work  in PRD  is  working fine ...only  TP is not  working  due to this REQUESTS  r not getting imported into PRD.
    Tested  tp connect <PRD>   ,  R3trans -d,  both were not  giving any error..
    Waiting for ur reply
    VASU.G
    [email protected]

  • RFC Error Received while opening queries from BEx Analiser

    Hi Friends,
    We have recently upgraded BW 3.5 to BI 7.0 and installed SAP GUI 710.
    When we try to open queries using old 3.5 BEx Analyser, we are getting error ' RFC Error Received '.
    strange thing is, it is not happening with all the users. For some users it is working fine and for some users they are getting this error only on first instance when they login after upgrade and this error is not comming from second time onwards with out implementing any corrective actions. Some users are still getiing this error even on second time when they login after upgrade.
    We are prety much confident that the authorisation is not an issue here.  Not sure about the GUI.
    Pls help me to understand the possible resons for this error and how we can fix it.
    Thanks,
    Nanvakanth

    Morning Experts,
    I have the same problem while opening the Query Designer or the WebApplicationDesigner in 3.5 or 7.0 it doesn`t matter....
    If I open a query with BEX and go to customize mode of the query --> the querydesigner will be open correctly --> very strange!
    Could anybody have a solution for this issue?
    Kind regards
    mrpynk
    Edited by: mrpynk on May 4, 2009 11:22 AM

  • RFC Error - Loyalty Managment

    Hi Experts,
    We just upgraded our CRMLOY Component to SP9, after that we are having the below error while creating memberships and membership activites.
    "RFC Connection LOYALTYCRM to Loyalty could not be established method CRM_LOY_MEMBERSHIP_CREATE"
    Also I noticed in IMG that after the upgrade the node LOYALTY MANAGEMENT in CRMLOY is not there but instead LOYALTY MANAGEMENT - EXECUTION underwhich the Basic settings are also missing.
    Can you pls let me know how to resolve the error.
    Regards
    Vinod

    Hello Vinod,
    It seems your CRM and Loyalty Management component are installed on separate instances. That is why, there is a RFC error and you are not able to view the Loyalty components in CRM.
    - First find out on which instance it has been installed.
    - Use the transaction SM59 and find out the ABAP connection that has been defined to interact with the Loyalty Management component.
    You can even test your connection in SM59.
    Regards,
    Harsh

  • Does anyone know how to fix an error in cc photoshop on Win8 that says puppet warp could not complete request due to program error?

    Does anyone know how to fix an error in cc photoshop on Win8 that says puppet warp could not complete request due to program error?

    Questions on using a specific program should go in that program forum
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • How to show custom error message in WebADI Excel template?

    Hi,
    I've  created a custom Web ADI integrator and associated it with a 'Procedure' based custom interface.
    WebADI Interface API Returns is set to  "Error Message".
    I'm using  raise_application_error(-20001, "Actual Error Message") for invalid rows,but custom error message from PL/SQL  is not populated on the excel template.
    Instead it is showing "SQL exception occurred during PL/SQL upload".
    Am I missing anything? How to show custom error message from Pl/SQL procedure to WebADI Excel template?
    TIA
    Narasimha

    The custom API errors are visible in the BNE log but not on the Excel.
    BNE Log=>
    12/10/13 2:52 PM Web ADI Upload Job 13008 ERROR          BnePLSQLUpload.doUpload: Exception while uploading to PL/SQL API.  Error Code: 20001, Message: ORA-20001: -Please enter CONTAINER_ID -  Enter PO_NO -
    ORA-06512: at "APPS.XXPO_COSTFACTS_WEBADI_PKG", line 264
    ORA-06512: at line 1
    12/10/13 2:52 PM Web ADI Upload Job 13008 ERROR          BnePLSQLUpload.doUpload: Stack trace: java.sql.SQLException: ORA-20001: -Please enter CONTAINER_ID -  Enter PO_NO -
    ORA-06512: at "APPS.XXPO_COSTFACTS_WEBADI_PKG", line 264
    ORA-06512: at line 1
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
      at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
      at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
      at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
      at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
      at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
      at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
      at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
      at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4710)
      at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
      at oracle.apps.bne.integrator.upload.BnePLSQLUpload.doUpload(BnePLSQLUpload.java:284)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.processDeepestLevel(BneSAXUploader.java:2346)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.startElement(BneSAXUploader.java:1182)
      at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:181)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:234)
      at oracle.apps.bne.integrator.upload.BneUploader.processUpload(BneUploader.java:301)
      at oracle.apps.bne.integrator.upload.BneAbstractUploader.processUpload(BneAbstractUploader.java:114)
      at oracle.apps.bne.integrator.upload.async.BneAsyncUploadThread.run(BneAsyncUploadThread.java:140)
    12/10/13 2:52 PM AJPRequestHandler-HTTPThreadGroup-5 WARNING        BneOracleWebAppsContext.getTimeZone CLIENT_TIMEZONE_ID has not been set
    12/10/13 2:52 PM AJPRequestHandler-HTTPThreadGroup-5 ERROR          BneOracleWebAppsContext.getExtraJDBCConnection recieved the same connection as the base connection.  There may be transaction problems.
    How to show the same error in the excel template?
    Here is the package:
    CREATE OR REPLACE PACKAGE BODY APPS.XXPO_COSTFACTS_WEBADI_PKG
    AS
       PROCEDURE upload_data (
                              P_CONTAINER_ID IN VARCHAR2
                            , P_SAIL_DATE IN DATE
                            , P_PO_NO IN VARCHAR2                     
                             ) IS
        --declare
        lv_err_msg      VARCHAR2(240);
        lf_err_flag     NUMBER := 0;
        ln_temp         NUMBER;
        BEGIN
        --------------------- checking for mandatory parameters---------------------------
          IF (P_CONTAINER_ID IS NULL) THEN
             lf_err_flag := 1;
             lv_err_msg := lv_err_msg||'-'||'Please enter CONTAINER_ID - ';
          END IF;
          -------------Validation for Sail Date Format----------------------
          IF (P_SAIL_DATE IS NULL) THEN
             lf_err_flag := 1;
             lv_err_msg := lv_err_msg || ' ' || 'Enter Sail Date - ';
          ELSE
             BEGIN
                SELECT 1
                  INTO ln_temp
                  FROM DUAL
                 WHERE P_SAIL_DATE =  TO_DATE (TO_CHAR (P_SAIL_DATE, 'DD-MON-YYYY'), 'DD-MM-YYYY');
             EXCEPTION
                WHEN NO_DATA_FOUND THEN
                   lf_err_flag := 1;
                   lv_err_msg := lv_err_msg || ' Enter Sail date in DD-MON-YYYY Format';
                WHEN OTHERS THEN
                   lf_err_flag := 1;
                   lv_err_msg := lv_err_msg || ' Enter Sail date in DD-MON-YYYY Format'|| SQLERRM;
             END;
          END IF;
          -------------Validation for PO_Number----------------------
          IF (P_PO_NO IS NULL) THEN
             lf_err_flag := 1;
             lv_err_msg := lv_err_msg || ' ' || 'Enter PO_NO - ';
          ELSE
             BEGIN
                SELECT count(1)
                  INTO ln_temp
                  FROM PO_HEADERS
                 WHERE Attribute4 =  P_PO_NO;
             EXCEPTION
                WHEN NO_DATA_FOUND THEN
                   lf_err_flag := 1;
                   lv_err_msg := lv_err_msg || ' No Oracle PO for Biceps PO#'||P_PO_NO;
                WHEN OTHERS THEN
                   lf_err_flag := 1;
                   lv_err_msg := lv_err_msg || ' Error getting the Oracle PO for Bicpes PO#'||P_PO_NO||' Error-' || SQLERRM;
             END;
          END IF;
         -----------------------Insert Record----------------------------
         IF lv_err_msg is NULL THEN
         BEGIN
             INSERT
              INTO XXP2P_HW_COST_FACTORS_STG
                     CONTAINER_ID
                    ,SAIL_DATE
                    ,PO_NO
                    , ERROR_FLAG
                    , ERROR_MSG
                   ,CREATED_BY
                    ,CREATION_DATE
                    ,LAST_UPDATED_BY
                    ,LAST_UPDATE_DATE
                    ,LAST_UPDATE_LOGIN              
                VALUES
                     P_CONTAINER_ID
                    ,P_SAIL_DATE
                    ,P_PO_NO              
                    ,lf_err_flag
                    ,lv_err_msg
                  ,FND_GLOBAL.USER_ID
                    , trunc (sysdate)
                    ,FND_GLOBAL.USER_ID
                    , trunc (sysdate)
                    ,FND_GLOBAL.LOGIN_ID              
                  --  commit;
                  DBMS_OUTPUT.put_line
                    '-' || 'After ap_invoices_interface'
            EXCEPTION
            WHEN OTHERS THEN
              ROLLBACK;
              lf_err_flag := 1;
              lv_err_msg  := lv_err_msg || ' ' || 'error loading CONTAINER_ID-' || P_CONTAINER_ID || SQLERRM;
              raise_application_error(-20001, lv_err_msg);
            END;
        ELSE
              raise_application_error(-20001, lv_err_msg);
        END IF;
      END upload_data;                        
    END XXPO_COSTFACTS_WEBADI_PKG;

Maybe you are looking for