RFC Error while client export

Hi Guys,
While Client export with any profile Background work process stop reason is RFC. system in single system landscape. I want export client profile through SCC8 only. please solve my problem
Regards
Ganesh

Hello Ganesh,
I had received the same kind of error once, we applied the following workaround
Execute the client export in foreground. The client export at SAP level won't take much time and would get completed quickly.
BUT yes, this does NOT mean that the Co-files & Datafiles are generated quickly.
You will notice, that the file size & timestamp of cofile & datafile being updated. Once the timestap of the co-files & datafile stops you can be sure that the client export has completed.
Incase you still want to find the RCA  of your problem, please send us the export log details.
Regards,
Ammey Kesarkar

Similar Messages

  • Short dump while client export

    Hi,
    I am trying to export a client from BI test system, I am getting the below message:
    InfoProvider ZSEBCST02 has been changed in the meantime
    Message no. UCM0142
    Diagnosis
    InfoProvider ZSEBCST02 is used in data basis QinetiQ Data Basis Management as the data target of data stream Totals Records. The InfoProvider has been changed since you last saved the data basis. Therefore, the definition of the data model of data basis QinetiQ Data Basis Management is now based on the state of the InfoProvider before it was last changed and may be obsolete.
    System Response
    The saved version of data basis QinetiQ Data Basis Management will remain active for now.
    Procedure
    Check the data model of data basis QinetiQ Data Basis Management as to whether adjustments need to be made to the changed definition of InfoProvider ZSEBCST02.
    Save data basis  QinetiQ Data Basis Management.
    The client export process does not start and it throws  a short dump:
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          01.08.2008 11:05:02
    Short text
    The current application triggered a termination with a short dump.
    What happened?
    The current application program detected a situation which really
    should not occur. Therefore, a termination with a short dump was
    triggered on purpose by the key word MESSAGE (type X).
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    Short text of error message:
    Program error(s)
    Long text of error message:
    Diagnosis
    A program error occurred.
    System Response
    Processing terminated
    Procedure
    Please notify SAP.
    Procedure for System Administration
    Technical information about the message:
    Message class....... "UGMD"
    Number.............. 000
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "MESSAGE_TYPE_X" " "
    "CL_UG_MD_STORAGE_CHAR_LOCAL===CP" or "CL_UG_MD_STORAGE_CHAR_LOCAL===CM00N"
    "IF_UG_MD_STORAGE_CHAR~TRANSPORT_BY_SEL"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    System environment
    SAP-Release 700
    Application server... "SFRNDEVSAP09"
    Network address...... "10.0.32.38"
    Operating system..... "Windows NT"
    Release.............. "5.2"
    Hardware type........ "8x AMD64 Level"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 0
    Shortdump setting.... "full"
    Database server... "SFRNDEVSAP09"
    Database type..... "ORACLE"
    Database name..... "BI1"
    Database user ID.. "SAPSR3"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Feb 4 2008 00:38:16"
    create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
    Database version. "OCI_10201_SHARE (10.2.0.1.0) "
    Patch level. 146
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 700
    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
    NT 6.0"
    Memory consumption
    Roll.... 16192
    EM...... 67037440
    Heap.... 0
    Page.... 24576
    MM Used. 58875536
    MM Free. 3966304
    User and Transaction
    Client.............. 100
    User................ "SUPERUSER"
    Language key........ "E"
    Transaction......... "SCC8 "
    Transactions ID..... "44B15FDD2C31F115B69C00151736FC1B"
    Program............. "CL_UG_MD_STORAGE_CHAR_LOCAL===CP"
    Screen.............. "SAPMSCC1 0121"
    Screen line......... 15
    Information on where terminated
    Termination occurred in the ABAP program "CL_UG_MD_STORAGE_CHAR_LOCAL===CP" -
    in "IF_UG_MD_STORAGE_CHAR~TRANSPORT_BY_SEL".
    The main program was "SAPMSCC1 ".
    In the source code you have the termination point in line 491
    of the (Include) program "CL_UG_MD_STORAGE_CHAR_LOCAL===CM00N".
    Source Code Extract
    Line
    SourceCde
    461
    APPEND ls_idx_sel TO lt_idx_sel.
    462
    ENDIF.
    463
    464
    ENDLOOP.
    465
    466
        set initial combination
    467
    LOOP AT lt_idx_sel ASSIGNING <ls_idx_sel>.
    468
    READ TABLE <ls_idx_sel>-t_idx INTO ld_idx_sel INDEX 1.
    469
    READ TABLE lt_sel ASSIGNING <ls_sel> INDEX ld_idx_sel.
    470
    READ TABLE lt_key INTO ls_key
    471
    WITH TABLE KEY fieldname = <ls_sel>-fieldname.
    472
    ASSIGN COMPONENT <ls_sel>-fieldname
    473
    OF STRUCTURE <ls_data>
    474
    TO <data>.
    475
    <data> = <ls_sel>-low.
    476
    ENDLOOP.
    477
    478
    lf_found = abap_true.
    479
    WHILE lf_found = abap_true.
    480
    481
          create entry for current key selection combination
    482
    TRY.
    483
    cl_finb_tr_tabu_tabkey=>create_c(
    484
    EXPORTING i_tabname          = ld_tabname
    485
    i_key              = <ls_data>
    486
    i_keyfields_filled = ld_keyfields_filled
    487
    i_keymode          = ld_keymode
    488
    IMPORTING e_tabkey           = ls_transport-tabkey ).
    489
             CATCH cx_root .
    490
    CATCH cx_finb_tr.              "N875173
    >>>>>
    MESSAGE x000(ugmd). ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    492
    CATCH cx_sy_dyn_call_error.    "N875173
    493
    MESSAGE x000(ugmd). ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    494
    ENDTRY.
    495
    496
    INSERT ls_transport INTO TABLE et_transport.
    497
    498
          proceed to next combination
    499
    CLEAR: lf_found,
    500
    ld_count.
    501
    502
    WHILE lf_found IS INITIAL.
    503
    504
    ADD 1 TO ld_count.
    505
    READ TABLE lt_idx_sel ASSIGNING <ls_idx_sel> INDEX ld_count.
    506
    IF sy-subrc IS NOT INITIAL.
    507
    EXIT.
    508
    ENDIF.
    509
    510
    READ TABLE lt_key INTO ls_key
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    1
    SY-TABIX
    2
    SY-DBCNT
    2
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    1
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    121_C
    SY-UCOMM
    DBAC
    SY-TITLE
    Client Export
    SY-MSGTY
    X
    SY-MSGID
    UGMD
    SY-MSGNO
    000
    SY-MSGV1
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    SY-MODNO
    1
    SY-DATUM
    20080801
    SY-UZEIT
    110457
    SY-XPROG
    SAPLSYST
    SY-XFORM
    SYSTEM_HOOK_OPEN_DATASET
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    14 METHOD       CL_UG_MD_STORAGE_CHAR_LOCAL===CP    CL_UG_MD_STORAGE_CHAR_LOCAL===CM00N   491
    CL_UG_MD_STORAGE_CHAR_LOCAL=>IF_UG_MD_STORAGE_CHAR~TRANSPORT_BY_SEL
    13 METHOD       CL_UG_MD_DISPATCHER_CHAR======CP    CL_UG_MD_DISPATCHER_CHAR======CM00J     6
    CL_UG_MD_DISPATCHER_CHAR=>IF_UG_MD_CHAR_INTERNAL~TRANSPORT_BY_SEL
    12 METHOD       CL_UG_MD_BUFFER_CHAR==========CP    CL_UG_MD_BUFFER_CHAR==========CM00F     3
    CL_UG_MD_BUFFER_CHAR=>IF_UG_MD_CHAR_INTERNAL~TRANSPORT_BY_SEL
    11 METHOD       CL_UG_MD_CHAR=================CP    CL_UG_MD_CHAR=================CM01M    59
    CL_UG_MD_CHAR=>IF_UG_MD_MANUAL_TRANSPORT~TRANSPORT_BY_SEL
    10 METHOD       CL_UC_MD_CHAR=================CP    CL_UC_MD_CHAR=================CM00J    53
    CL_UC_MD_CHAR=>IF_UG_MD_MANUAL_TRANSPORT~TRANSPORT_BY_SEL
    9 METHOD       CL_UG_MD_TR_CLIENTCOPY========CP    CL_UG_MD_TR_CLIENTCOPY========CM006    84
    CL_UG_MD_TR_CLIENTCOPY=>COLLECT_FIELDNAME_CONTENT
    8 METHOD       CL_UG_MD_TR_CLIENTCOPY========CP    CL_UG_MD_TR_CLIENTCOPY========CM001    41
    CL_UG_MD_TR_CLIENTCOPY=>IF_FINB_TR_METHOD_CLIENTCOPY~CC_COLLECT_OBJECTS
    7 METHOD       CL_FINB_TR_OBJECT_BASE========CP    CL_FINB_TR_OBJECT_BASE========CM00M    17
    CL_FINB_TR_OBJECT_BASE=>IF_FINB_TR_OBJECT_CC~CC_COLLECT_OBJECTS
    6 FUNCTION     SAPLFINB_TR_CC                      LFINB_TR_CCU02                         83
    FINB_TR_CC_EXIT_ANALYZE
    5 FORM         SAPLFINB_TR_CC                      LFINB_TR_CCF01                        688
    CC_ANALYZE_CLIENT_LOCAL
    4 FUNCTION     SAPLFINB_TR_CC                      LFINB_TR_CCU01                        196
    FINB_TR_CC_EXIT
    3 FORM         SAPLSCCR                            LSCCRF2K                              293
    RUN_EXITS
    2 FUNCTION     SAPLSCCR                            LSCCRU06                             1087
    SCCR_PERFORM_CLIENT_COPY
    1 MODULE (PAI) SAPMSCC1                            MSCC1I03                              482
    CHECK_MODE
    Chosen variables
    Name
    Val.
    No.      14 Ty.          METHOD
    Name  CL_UG_MD_STORAGE_CHAR_LOCAL=>IF_UG_MD_STORAGE_CHAR~TRANSPORT_BY_SEL
    IT_SEL
    Table[initial]
    IF_COMPLETE
    2
    0
    0
    0
    IF_USE_MASK
    X
    5
    8
    0
    0
    IF_TEXT_ONLY
    2
    0
    0
    0
    ET_TRANSPORT
    Table[initial]
    ET_TRANSPORT_SEL
    Table[initial]
    LD_TABNAME
    T100A
    533342222222222222222222222222
    410010000000000000000000000000
    000000000000000000000000000000
    000000000000000000000000000000
    <LS_DATA>
    00000000000000
    2222222222222222222222222222222222222222222222222333333333333332222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    LD_KEYFIELDS_FILLED
    01
    33
    01
    00
    00
    LD_KEYMODE
    G
    4
    7
    0
    0
    LS_TRANSPORT-TABKEY
    00000000000000
    2222222222222222222222222222222222222222222222222333333333333332222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    %_DUMMY$$
    2222
    0000
    0000
    0000
    CL_ABAP_TABLEDESCR=>TABLEKIND_STD
    S
    5
    3
    0
    0
    %_PRINT
    000                                                                                0###
    2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    %_ARCHIVE
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SY-REPID
    CL_UG_MD_STORAGE_CHAR_LOCAL===CP
    4455454455545444544455444443334522222222
    3CF57FD4F34F2175F3812FCF31CDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    SY-MSGID
    UGMD
    54442222222222222222
    57D40000000000000000
    00000000000000000000
    00000000000000000000
    SPACE
    2
    0
    0
    0
    SY-MSGNO
    000
    333
    000
    000
    000
    SY-MSGV1
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV2
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV3
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-MSGV4
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    SY-XPROG
    SAPLSYST
    5454555522222222222222222222222222222222
    310C393400000000000000000000000000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    No.      13 Ty.          METHOD
    Name  CL_UG_MD_DISPATCHER_CHAR=>IF_UG_MD_CHAR_INTERNAL~TRANSPORT_BY_SEL
    IT_SEL
    Table[initial]
    IF_COMPLETE
    2
    0
    0
    0
    IF_USE_MASK
    X
    5
    8
    0
    0
    IF_TEXT_ONLY
    2
    0
    0
    0
    ET_TRANSPORT
    Table[initial]
    ET_TRANSPORT_SEL
    Table[initial]
    %_SPACE
    2
    0
    0
    0
    SY-REPID
    CL_UG_MD_DISPATCHER_CHAR======CP
    4455454454455454445544453333334522222222
    3CF57FD4F4930143852F3812DDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    ME
    |
    | 3000C000 |
    | E0001C00 |
    | %_DUMMY$$ |
    |  |
    | 2222 |
    | 0000 |
    | 0000 |
    | 0000 |
    | ME->DO_LOCAL |
    |
    3000C000
    F0000C00
    %_PRINT
    000                                                                                0###
    2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    No.      12 Ty.          METHOD
    Name  CL_UG_MD_BUFFER_CHAR=>IF_UG_MD_CHAR_INTERNAL~TRANSPORT_BY_SEL
    IT_SEL
    Table[initial]
    IF_COMPLETE
    2
    0
    0
    0
    IF_USE_MASK
    X
    5
    8
    0
    0
    IF_TEXT_ONLY
    2
    0
    0
    0
    ET_TRANSPORT
    Table[initial]
    ET_TRANSPORT_SEL
    Table[initial]
    %_SPACE
    2
    0
    0
    0
    SY-REPID
    CL_UG_MD_BUFFER_CHAR==========CP
    4455454454544455444533333333334522222222
    3CF57FD4F256652F3812DDDDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    SCREEN
    %_AUTOTEXT003
    2545545455333222222222222222222222222222222222222222222222222222222222222222222222222222222222
    5F154F4584003000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    %_DUMMY$$
    2222
    0000
    0000
    0000
    No.      11 Ty.          METHOD
    Name  CL_UG_MD_CHAR=>IF_UG_MD_MANUAL_TRANSPORT~TRANSPORT_BY_SEL
    IT_SEL
    Table[initial]
    IF_COMPLETE
    2
    0
    0
    0
    IF_USE_MASK
    X
    5
    8
    0
    0
    IF_TEXT_ONLY
    2
    0
    0
    0
    ET_TRANSPORT
    Table IT_111628[0x404]
    CLASS=CL_UG_MD_TR_CLIENTCOPYMETHOD=COLLECT_FIELDNAME_CONTENTDATA=LT_TRANSPORT
    Table reference: 13198
    TABH+  0(20) = 007B9174FE07000000E9F174FE07000000000000
    TABH+ 20(20) = 8E3300000CB401000000000094010000FFFFFFFF
    TABH+ 40(16) = 04E801000017000010000000A2278001
    store        = 0x007B9174FE070000
    ext1         = 0x00E9F174FE070000
    shmId        = 0     (0x00000000)
    id           = 13198 (0x8E330000)
    label        = 111628 (0x0CB40100)
    fill         = 0     (0x00000000)
    leng         = 404   (0x94010000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000108
    occu         = 16    (0x10000000)
    access       = 2     (ItAccessSorted)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 1     (ItUnique)
    keyKind      = 3     (user defined)
    cmpMode      = 3     (cmpSingleMcmpU)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0xA0FBAD74FE070000
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 48249 (0x79BC0000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x0000000000000000
    collHook     = 0x0000000000000000
    ext2         = 0x0000000000000000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    ET_TRANSPORT_SEL
    Table IT_126753[0x176]
    CLASS=CL_UG_MD_TR_CLIENTCOPYMETHOD=COLLECT_FIELDNAME_CONTENTDATA=LT_TRANSPORT_SEL
    Table reference: 118
    TABH+  0(20) = B0315375FE070000C0294E75FE07000000000000
    TABH+ 20(20) = 7600000021EF010000000000B0000000FFFFFFFF
    TABH+ 40(16) = 04800400801B000010000000C1248001
    store        = 0xB0315375FE070000
    ext1         = 0xC0294E75FE070000
    shmId        = 0     (0x00000000)
    id           = 118   (0x76000000)
    label        = 126753 (0x21EF0100)
    fill         = 0     (0x00000000)
    leng         = 176   (0xB0000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000132
    occu         = 16    (0x10000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x60320F75FE070000
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 53553 (0x31D10000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x10000000)
    lineAlloc    = 16    (0x10000000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x0000000000000000
    collHook     = 0x0000000000000000
    ext2         = 0x0000000000000000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    %_DUMMY$$
    2222
    0000
    0000
    0000
    <LS_SEL>
    %_ARCHIVE
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    ME->DT_RFIELDNAME
    Table IT_126975[2x60]
    DATA=DT_RFIELDNAME |
    | Table reference: 5220 |
    | TABH+  0(20) = 309A0C75FE070000000000000000000000000000 |
    | TABH+ 20(20) = 64140000FFEF0100020000003C000000FFFFFFFF |
    | TABH+ 40(16) = 04E80100300B0000100000002A278001 |
    | store        = 0x309A0C75FE070000 |
    | ext1         = 0x0000000000000000 |
    | shmId        = 0     (0x00000000) |
    | id           = 5220  (0x64140000) |
    | label        = 126975 (0xFFEF0100) |
    | fill         = 2     (0x02000000) |
    | leng         = 60    (0x3C000000) |
    | loop         = -1    (0xFFFFFFFF) |
    | xtyp         = TYPE#000045 |
    | occu         = 16    (0x10000000) |
    | access       = 2     (ItAccessSorted) |
    | idxKind      = 1     (ItIndexLinear) |
    | uniKind      = 1     (ItUnique) |
    | keyKind      = 2     (table_line) |
    | cmpMode      = 3     (cmpSingleMcmpU) |
    | occu0        = 1 |
    | groupCntl    = 0 |
    | rfc          = 0 |
    | unShareable  = 0 |
    | mightBeShared = 0 |
    | sharedWithShmTab = 0 |
    | isShmLockId  = 0 |
    | gcKind       = 0 |
    | isUsed       = 1 |
    | isCtfyAble   = 1 |
    | >>>>> Shareable Table Header Data <<<<< |
    | tabi         = 0x6015FD74FE070000 |
    | pgHook       = 0x0000000000000000 |
    | idxPtr       = 0xA01BFD74FE070000 |
    | shmTabhSet   = 0x0000000000000000 |
    | id           = 53632 (0x80D10000) |
    | refCount     = 0     (0x00000000) |
    | tstRefCount  = 0     (0x00000000) |
    | lineAdmin    = 16    (0x10000000) |
    | lineAlloc    = 16    (0x10000000) |
    | shmVersId    = 0     (0x00000000) |
    | shmRefCount  = 1     (0x01000000) |
    | >>>>> 1st level extension part <<<<< |
    | regHook      = Not allocated |
    | collHook     = Not allocated |
    | ext2         = Not allocated |
    | >>>>> 2nd level extension part <<<<< |
    | tabhBack     = Not allocated |
    | delta_head   = Not allocated |
    | pb_func      = Not allocated |
    | pb_handle    = Not allocated |
    | <LS_SEL>-FIELDNAME |
    | ??? |
    | ?????? |
    | ?????? |
    | SY-SUBRC |
    | 0 |
    | 0000 |
    | 0000 |
    | LT_SEL |
    | Table[initial] |
    | LT_TRANSPORT |
    | Table[initial] |
    | LT_TRANSPORT_SEL |
    | Table[initial] |
    | %_SPACE |
    |  |
    | 2 |
    | 0 |
    | 0 |
    | 0 |
    | ME |
    |
    3000C000
    70008C00
    ME->DO_GUID_FIELD
    |
    | F0000000 |
    | F0000000 |
    | ME->DT_FDEP_INT |
    | Table IT_126944[1x124] |
    | DATA=DT_FDEP_INT
    Table reference: 215
    TABH+  0(20) = B0753A2EFF07000090203775FE07000000000000
    TABH+ 20(20) = D7000000E0EF0100010000007C000000FFFFFFFF
    TABH+ 40(16) = 04B701005009000001000000A2078C01
    store        = 0xB0753A2EFF070000
    ext1         = 0x90203775FE070000
    shmId        = 0     (0x00000000)
    id           = 215   (0xD7000000)
    label        = 126944 (0xE0EF0100)
    fill         = 1     (0x01000000)
    leng         = 124   (0x7C000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000035
    occu         = 1     (0x01000000)
    access       = 2     (ItAccessSorted)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 1     (ItUnique)
    keyKind      = 3     (user defined)
    cmpMode      = 3     (cmpSingleMcmpU)
    occu0        = 0
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 1
    sharedWithShmTab = 1
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x10753A2EFF070000
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 27288 (0x986A0000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 1     (0x01000000)
    lineAlloc    = 1     (0x01000000)
    shmVersId    = 1380  (0x64050000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x0043E873FE070000
    collHook     = 0x0000000000000000
    ext2         = 0x0000000000000000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    <LS_FDEP>
    No.      10 Ty.          METHOD
    Name  CL_UC_MD_CHAR=>IF_UG_MD_MANUAL_TRANSPORT~TRANSPORT_BY_SEL
    IT_SEL
    Table[initial]
    IF_COMPLETE
    2
    0
    0
    0
    IF_USE_MASK
    X
    5
    8
    0
    0
    IF_TEXT_ONLY
    2
    0
    0
    0
    ET_TRANSPORT
    Table IT_111628[0x404]
    ET_TRANSPORT_SEL
    Table IT_126753[0x176]
    %_SPACE
    2
    0
    0
    0
    SY-REPID
    CL_UC_MD_CHAR=================CP
    4455454454445333333333333333334522222222
    3CF53FD4F3812DDDDDDDDDDDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    ME
    |
    | 3000C000 |
    | 70008C00 |
    | SYST |
    | ################################################ð#################################x#####XC#### |
    | 000000000000000000000000000000000000002000000000F000000000000000000000000000109000700000540000 |
    | 1010202000000000000020001000100000000080000000000000000000000000000000000000B00000800000830500 |
    | 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
    | 000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000C |
    | %_DUMMY$$ |
    |  |
    | 2222 |
    | 0000 |
    | 0000 |
    | 0000 |
    | No.       9 Ty.          METHOD |
    | Name  CL_UG_MD_TR_CLIENTCOPY=>COLLECT_FIELDNAME_CONTENT |
    | IO_MSG |
    |
    A0005000
    F0000B00
    CT_OBJECT
    Table IT_43581[133x8]
    FUNCTION=FINB_TR_CC_EXIT_ANALYZEDATA=LT_TMP_OBJECTS
    Table reference: 3715
    TABH+  0(20) = 70438B74FE070000000000000000000000000000
    TABH+ 20(20) = 830E00003DAA00008500000008000000FFFFFFFF
    TABH+ 40(16) = 04720100D00400001B000000C1288001
    store        = 0x70438B74FE070000
    ext1         = 0x0000000000000000
    shmId        = 0     (0x00000000)
    id           = 3715  (0x830E0000)
    label        = 43581 (0x3DAA0000)
    fill         = 133   (0x85000000)
    leng         = 8     (0x08000000)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000011
    occu         = 27    (0x1B000000)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 4     (cmpSingleEq)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0xA0548C74FE070000
    pgHook       = 0x3066DB74FE070000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 24950 (0x76610000)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 1105  (0x51040000)
    lineAlloc    = 1105  (0x51040000)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x01000000)
    >>>>> 1st level extension part <<<<<
    regHook      = Not allocated
    collHook     = Not allocated
    ext2         = Not allocated
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    SYST-REPID
    CL_UG_MD_TR_CLIENTCOPY========CP
    4455454455554444454455333333334522222222
    3CF57FD4F42F3C95E43F09DDDDDDDD3000000000
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    LT_FATTR
    Table IT_122877[1x294]
    CLASS=CL_UG_MD_TR_CLIENTCOPYMETHOD=COLLECT_FIELDNAME_CONTENTDATA=LT_FATTR
    Table reference: 4265
    TABH+  0(20) = F0151175FE070000000000000000000000000000
    TABH+ 20(20) = A9100000FDDF01000100000026010000FFFFFFFF
    TABH+ 40(16) = 04E80100200C00000A000000A4058401
    store        = 0xF0151175FE070000
    ext1         = 0x0000000000000000
    shmId        = 0     (0x00000000)
    id  

    "InfoProvider ZSEBCST02 has been changed in the meantime"
    1. Lock all users.
    2. Put all jobs on hold.
    3. Make sure that your upstream system (R/3, etc.) are not pushing data into BI.
    4. Cycle the BI system.
    5. Retry.

  • File to RFC - error while processing message to remote system:com.sap.aii.

    Hi
    i m working on File to RFC scenario. the records are getting displayed in sender CC and receiver CC. But in receiver CC i m also getting the following error:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: 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 ZRFC in remote system (RfcClient[CC_RIS_STC_PIMASTER_RECEIVER]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE:      Screen output without connection to user.    
    Error in processing caused by: 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 ZRFC in remote system (RfcClient[CC_RIS_STC_PIMASTER_RECEIVER]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE:      Screen output without connection to user.   
    It was working fine few hours earlier but showing this error now. i was giving a SUBMIT program , but stopped that now.
    But still facing the same problem. and in SXMB_MONI its showing recorded for Outbound processing.
    could anyone help.

    Hi
    I am Facing  Following Error When I am trying to call SAP Screen through JCO.jar
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Screen output without connection to user
    Please Guide Whethere it is possible to call SAP screen Through JCO.jar  ot NOT
    Please HELP if it is possible to Call SAP screen through JCO.jar with step and Code
    Thanks
    Vivek

  • Getting an error while importing/exporting the universe from my BO Designer

    Hi,
       I am facing a issue while importing/exporting the universe from my BO Designer to the Server.The error is mentioned below.
       'File Repository Server Input is down'
       Once I click the OK button on this error message, it displays  the message
       'Could not import the Universe'.
      I tried the check the status of the File Repository Server (Ouput and Input) and also the of the Root Directory on the  Physical Server and also my machine.They all have read-write access.
    Installed Version of the Universe Designer Client: Business Object XI Release 2 SP3
    Installed Version of the BO Enterprise Server: Business Object XI Release 2 SP2
      Can you please help me to resolve the issue

    Hi,
       The step you have mentioned may not be applicable to my issue as one of my colleagues can import/export the universe from the same server
    The second thing is that a DB2 Client v9 is installed on both mine and my colleagues system.The Designer software can recognise the DB2 drivers on his system but it cannot recognise the same drivers on my system.I even checked the versions of the BO software installed on his and my system and they are same.
    The only difference is that his machine is a Windows XP Machine and mine is a Network Desktop.
    Will any of the above two things will affect the operation of the BO Designer.
    Thanks
    Prabhakar Korada

  • Error in Client Export - TP program failed at OS

    Hi,
    I was trying the client export/import and export went succesfully.
    Copied the cofile and data files into respective folder, Transport request added to buffer successfully but while importing TR using TP at OS the system shows following error:
    Reason for error: TP_FAILURE
    Return code: 0012
    Error message: A tool used by tp aborted
    and the log says
    sap_dext called with msgnr "900":
    SQL error "2289" during "" access: "ORA-02289: sequence does not exist"
    IMPORT OF COMMANDFILE ONLY
    end date and time : "20090716122953"
    exit code : "12"
    Please guide me,
    Thanks in advance

    Hi,
    This problem relates to Oracle Log Sequence. Please follow the below steps:
    Log on to the OS using <SIDADM> login.
    Execute the command :
    C:> SQLPLUS "/as sysdba"
    At SQL prompt execute the following statements:
    truncate table schema.ddlog;
    create sequence ddlog_seq minvalue -2147483640 maxvalue 2147483640 increment by 1 cache 50 noorder nocycle;
    (Here schema will be SAP<SID>)
    Try client import after this.
    Hope this will help.
    Thanks
    LK
    Edited by: Lokendra on Jul 17, 2009 6:31 PM

  • Client Copy error during client export / RX file is not getting

    Hi Experts,
    During the client export process of client copy in order to created two tranports requests(<SID>KT* and <SID>KX) for import we need to have the RT and RX files in data file folder and RT and RX in Co-file folder of usr\sap\trans. But I am getting all exceot RX which contains the client specific texts and forms. Hence I couldn't able to generated the second request <SID>KX.
    In the transport log it is saying the package 'BCSC' doesn't exitst and some objects are not entered in the object directory.
    Please advice me whether I can proceed the import with the available KT* request which conatinas client specific data and hence avoid the KX* request or please let me know whether there is any option to avoid this error while during a fresh export again.
    Regards,
    Haris

    Hi Experts,
    During the client export process of client copy in order to create two tranports requests(<SID>KT* and <SID>KX) for import we need to have the RT and RX files in data file folder and RT and RX in Co-file folder of usr\sap\trans. But I am getting all exceot RX which contains the client specific texts and forms. Hence I couldn't able to generated the second request <SID>KX.
    In the transport log it is saying the package 'BCSC' doesn't exitst and some objects are not entered in the object directory.
    Please advice me whether I can proceed the import with the available KT* request which conatinas client specific data and hence avoid the KX* request or please let me know whether there is any option to avoid this error while during a fresh export again.
    Regards,
    Haris

  • Client Copy error during client export / RX file is not getting generated

    Hi Experts,
    During the client export process of client copy in order to created two tranports requests(<SID>KT* and <SID>KX) for import we need to have the RT and RX files in data file folder and RT and RX in Co-file folder of usr\sap\trans. But I am getting all exceot RX which contains the client specific texts and forms. Hence I couldn't able to generated the second request <SID>KX.
    In the transport log it is saying the package 'BCSC' doesn't exitst and some objects are not entered in the object directory.
    Please advice me whether I can proceed the import with the available KT* request which conatinas client specific data and hence avoid the KX* request or  please let me know whether there is any option to avoid this error while during a fresh export again.
    Regards,
    Haris

    Hi Experts,
    During the client export process of client copy in order to create two tranports requests(<SID>KT* and <SID>KX) for import we need to have the RT and RX files in data file folder and RT and RX in Co-file folder of usr\sap\trans. But I am getting all exceot RX which contains the client specific texts and forms. Hence I couldn't able to generated the second request <SID>KX.
    In the transport log it is saying the package 'BCSC' doesn't exitst and some objects are not entered in the object directory.
    Please advice me whether I can proceed the import with the available KT* request which conatinas client specific data and hence avoid the KX* request or please let me know whether there is any option to avoid this error while during a fresh export again.
    Regards,
    Haris

  • Error in Client export/import

    Dear all
                     i have test system i would like to perform client export/import in single system correct if made a mistake
    i have export client which create 3 request namely SIDKOxxxxxx , SIDKTxxxxxx,SIDKXxxxxx .i had selected target SID as system same sid bcaz i have only one system
    then i login again with scc4 create new client and login in that sap* and pass then when i run command stms_import to import all three transport into that client as said my message server gets disconnected correct me i am wrong
    or i have to directely run scc7 bcaz the request already in /usr/sap/trans then these error won't occur  i have the back up of database
    now i am getting error oracle disconnected
    Regrards

    Dear Pavan
    I tried last night as you said i made new client as 300 in ides and copy user profile to that
    when i tried to configure stms by setting CTC =1 when i configure transport routes i don't find any client number
    to provide source and target client
    kindly send some screen shots if u have that would great support
    .Delete the existing TMS configuration.
    2.In 000 client by using the user ddic create TMS configuration using STMS.
    3.Click on the system, in transport tool tab add a parameter CTC and set it to 1.
    4.Now configure the transport routes, there you can find the client number in consolidation routes.
    5.Provide your source and destination client and create routes.
    Regards

  • RFC ERROR while running BI Process Chain

    I'm recieving the following error while running certain Process Chains in BI.
    RFC error: FAILED
    RFC Message: FAILED
    The system log in BI shows the following.
    Communication error, CPIC return code 017, SAP return code 672
    672 Logon to Netweaver failed
    Other process chains work correctly via CPS.
    Any Ideas?
    Thanks

    This looks like a BW problem. Do you get the same message when you submit it manually in SAP?

  • RFC error while publishing dialog transaction

    Dear All,
                  I had made an internet service in a dialog pool.But while publishing it i am getting RFC errors.Can you tell me what are the prerequisites for designing an internet servise as i want my module pool page to be displayed through internet browser.
                                                               Pratighya Jain

    Hi Pratighya,
    you got RFC-errors during the publishing of an internet service?
    I assume you are talking about the integrated ITS.
    Ok, that is what will happen if you publish an internet service:
    the templates are copied to the the table containing the published ones
    the MIME object are activated in order to be loadable by the icman - the
      Web server part of the WebAS
    The template caches on each application server of the system are invalidated.
    For doing the last part we need RFC connections between the application servers,
    since the order to refresh the cache is send using a function module via RFC. Is
    the system configuration clean? Are all of the servers reachable by RFC?
    You may check the state of the template caches using the transaction SITSPMON.
    hope this helps
    Tobias

  • Rfc error while importing TR

    Hi All,
             i have setup CHARM created a TR and task and assigned a correction to thes task, released the task and TR and while trying to import the the trequest to quality system (from solutionmanager) throwing an error"TMS Communication Error with [email protected]". opened the performance assisant of this error which displays "User SAPSYS has no RFC authorization for function
    group TMSC "
    rgds,
    Anand

    Dear Anand,
    Please go to Tcode:SM59,select the [email protected] rfc under ABAP Connections and check for the connection test.
    In the Log on tab(when you double click [email protected])check for the user which is mentioned there.
    If you get same RFC error when you do the connection test,the proper RFC authorization should be given to the user mentione in the log on tab in the satellite system.
    Revert for any clarifications,
    Thanks and Regards,
    Avinash.

  • ERROR WHILE SYSTEM EXPORT (BEK) ERROR: SAPSYSTEMNAME not in environment

    HI ALL,
    we have started migration of ecc6.0 from windows (mssql) to linux(maxdb).
    While taking export abap all the export packages are ended with same error .
    I have set the envirornment variables . even though i am getting the same error.here i paste the log of 'TODIR' export package:
    All the export abap package job ended with same error so i pasted only one package log.
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#21 $ SAP
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled May 3 2010 23:35:53
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe -e TODIR.cmd -datacodepage 4103 -l TODIR.log -stop_on_error (DB) INFO: connected to DB (DB)
    INFO: Export without hintfile (RD)
    ERROR: unexpected end of file "F:\mexico_latest_export\ABAP\DATA\TODIR.TOC" (WTF)
    INFO: expected error, don't panic ... (GSI)
    INFO: dbname = "DE5MEXICO " (GSI)
    INFO: vname = "MSSQL " (GSI)
    INFO: hostname = "MEXICO " (GSI)
    INFO: sysname = "Windows NT" (GSI)
    INFO: release = "5.2" (GSI)
    INFO: version = "3790 Service Pack 2" (GSI)
    INFO: machine = "2x Intel 80686 (Mod 23 Step 8)"
    (BEK) ERROR: SAPSYSTEMNAME not in environment
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: job finished with 1 error(s)
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: END OF LOG: 2011051008
    Can any one please help me in solving this issue.
    Thanks in advance.
    Vardhan

    Hi Markus,
    Thanks for  the reply.
    I am taking Export with Administrator.
    Could you please tell me  how to define SAPSYSTEMNAME .
    I can define the envirornment variables.
    But how i mean  how would be the format of defining the SAPSYSTEMNAME variable.
    Thanks!
    Vardhan.

  • Error while Client installtion on AIX 6

    I am getting below error while installing orale client 10.2.0.1 on AIX 6.1
    If anyone faced same issue , Please guide on this
    $ ./runInstaller
    Your platform requires the root user to perform certain pre-installation
    OS preparation. The root user should run the shell script 'rootpre.sh' be
    fore
    you proceed with Oracle installation. rootpre.sh can be found at the top
    level
    of the CD or the stage area.
    Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
    installation.
    Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
    Has 'rootpre.sh' been run by root? [y/n] (n)
    y
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Edited by: user8914814 on Jun 20, 2011 11:54 AM

    Hi;
    Please see:
    While Installing Oracle software facing "Error in GetCurrentDir(): 13" [ID 378393.1]
    Error Running ./runInstaller: Error In Getcurrentdir(): 13 [ID 563296.1]
    Also see:
    Unable To Install Oracle Patch 9.2.0.5.0 On Aix 5.2 [ID 281548.1]
    Regard
    Helios

  • Error during Client Export err:

    Dear Experts,
    We are on 4.7 EE, Oracle 10.2.0.4 and Windows 2003 (32 Bit with 2GB RAM) (QLY system)and our database size is close to 600 GB.
    I have successfully restored my PRD data to QLY and now my QLY is running fine with no hiccups.
    I wanted to do the same to my DEV(which was on 9.2.0.5 now upgraded to 10G) but things are not moving good as expected.
    I first tried a database backup/restore which was not successful, then i tried a system copy from QLY--> DEV but the system copy failed due to some memory issues. Finally i opted for a client export which also is failing.
    All i assume is that the QLY memory is not sufficient for these activities. I have also set the parameter recommendations for 10G based on the SAP Note: 830576.
    The following is the error during a client export
    =====================================================================================================
    2EETW000 sap_dext called with msgnr "2":
    2EETW000 -
    db call info -
    2EETW000 function:   db_setget
    2EETW000 fcode:      RT_GET (0)
    2EETW000 tabname:    COEP                         
    2EETW000 len:        3
    2EETW000 key:          
    2EETW000 ok fetches: 33871957
    2EETW000 last entry: 08710000305427330002010
    2EETW000 retcode:    2
    2EETW125 SQL error "4030" during "" access: "ORA-04030: out of process memory when trying to allocate 64528 bytes (sort subheap,sort key)"
    4 ETW000 ROLLBACK (1852108487).
    2EETP200 Export with errors, request will not be imported
    1 ETP150 MAIN EXPORT
    1 ETP110 end date and time   : "20100512075209"
    1 ETP111 exit code           : "12"
    =====================================================================================================
    When i searched based on the SQL error 4030 i had many replies suggesting to increase my pga and other memory related parameters.
    Can anyone suggest me the optimal parameter recommendations based on the size of my RAM(2GB) for my Oracle and SAP please.
    We are in the process of increasing it to 4GB very soon.
    Awaiting a helpful reply
    Thanks in advance
    Hunky

    If it is working on your QLY system, just use the same parameter set as there..
    Kind regards,
    Mark

  • RFC Error while configuring SLD

    Hello Forum,
    I am getting RFC error as below , while configuring RFC.
    Before that I would like to give details about landscape.
    1. I have installed NetWeaver Sneak Preview - JAVA Version on Windows 2000. This I want to make as SLD Server.
    I did data transfer using Visual Administration tool on this and Web AS Java, details available when I check the Technical System Browser for this.
    I also established the bridge to R/3 4.6C by providing Hostname , sapgw00 - And this server details are also available in the SLD page under Web AS ABAP.
    2. I have R/3 4.6C installed on Unix box
    On this , I went to RZ70 and configured, these details are available on SLD page under Web AS ABAP ( previous point)
    3. Now, I have 3rd system installed on UNIX box - details are NetWeaver ( BW 3.5 , J2EE , EP 6.0) . I am trying to do the same steps as done to R/3 4.6c in RZ70 but getting RFC Error as below.
    Collection of SLD data finished
    Data collected successfully
    RFC data prepared
    Used RFC destination: SLD_NUC
    RFC call failed: Error opening an RFC connection.
    Existing periodic jobs removed. Number: 1
    Program scheduled: 20050917 015300
    Event-controlled job already exists; scheduling not necessary.
    What need to be done ?????

    Hello Praveen,
    The first system (SLD Server) I uninstalled the Sneak Preview and reinstalled.
    Also installed SAP Gateway with sys id - 10.
    on 3rd system , configured the RZ70 as per your instruction. Now ABAP System is visible in SLD Server under WEB AS ABAP system.
    But the 3rd system's WEB AS JAVA is not showing. For this I went to Visual Admin --> Cluster --> Services --> SLD DATA Supplier --> RFC Settings (Tab) Added Gateway host = IP Address of SLD Server. Gateway Service = sapgw10.
    saved and did Trigger gate way transfer. It returned Data Transfered Successfully.
    But this system is not visible in SLD Server under WEB AS JAVA.
    the second parameter I tried with Gateway port = 3310. no use.
    Request you to let me know , things to check ????
    Thanks a lot.
    Ravish

Maybe you are looking for

  • Execution error while running rule in ERPI.

    Hi, I am facing error while, running the rule from the ERPI (workspace) , when i am checking the session in ODI, i am getting the error where as in ODI there is no such logical schema HFM_TGT. i am doing the integration of EBS rel12 with Planning usi

  • How to find vendor of the material?

    Hi!   I want to know how to find vendor who supplied the material. for eg i am displaying the material in list if user clicks in the material he should be displayed the vendor who supplied the material. what all the table to access whats the link. Pl

  • Error in sender JDBC Adapater

    I have a select query as SELECT * FROM ULIDTA2.F5631505 where QSINTF ='Y' update query is Update ULIDTA2.F5631505 set QSINTF='Y' where QSINTF ='N' i get the following error in my Adapater . Sender Adapter v2108 for Party '', Service 'BS_Database_to_R

  • How to install only selected version of packages for stability ?

    i want a stable distro. but i also dont want leave arch and its aur. so i want to install only stable version for all packages. the version number can be know from http://ftp.slackware.com/pub/slackware/ - CKAGES.TXT  or  http://packages.debian.org/s

  • CAN Text Box/Shape with Text on top of Flash?

    Hi, i'm wondering, Do the Text Box/Shape with Text posible to put on top of the Flash?Do it able to read the Text after published? I'm scratching my head...Safari Have no problem to read it but Windows user can't read the text. Any idea?