Load getting failed due to short dump

Hi All,
Process Chain is getting failed due to following short dump Include Report LFZI_CA_PCA_DERIVATIONSU37 not found. Please suggest on rectifying this dump. Its a delta load.
Regards,
Asim

Hi All
As requested please find details short dump below. And datasource name is this GECPC_GLPCP and its extractor is ZPCC_V_GLPCP.
Short text
   Syntax error in program "SAPLZFI_CA_PCA_DERIVATIONS ".
hat happened?
   Error in the ABAP Application Program
   The current ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" had to be terminated
    because it has
   come across a statement that unfortunately cannot be executed.
   The following syntax error occurred in program "SAPLZFI_CA_PCA_DERIVATIONS " in
    include "LZFI_CA_PCA_DERIVATIONSUXX " in
   line 77:
   "INCLUDE report "LZFI_CA_PCA_DERIVATIONSU37" not found"
   The include has been created and last changed by:
   Created by: "SAP* "
   Last changed by: "SAP* "
   Error in the ABAP Application Program
   The current ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" had to be terminated
    because it has
   come across a statement that unfortunately cannot be executed.
What can you do?
    Please eliminate the error by performing a syntax check
    (or an extended program check) on the program "SAPLZFI_CA
    You can also perform the syntax check from the ABAP Edito
    If the problem persists, proceed as follows:
    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 lo
    at and manage termination messages, and you can also
   keep them for a long time.
Error analysis
    The following syntax error was
    "INCLUDE report "LZFI_CA_PCA_DE
How to correct the error
    Probably the only way to elimin
    If you cannot solve the problem
    notification to SAP, include th
    1. The description of the curre
       To save the description, cho
    (Unconverted)".
    2. Corresponding system log
Display the system log by callin
Restrict the time interval to 10
ter the short dump. Then choose "
nconverted)".
If the problem occurs in a probl
ogram: The source code of the pro
In the editor, choose "Utilities
ilities->Upload/Download->Downloa
Details about the conditions und
tions and input led to the error.
Information on where terminated
    Termination occurred in the ABAP program "GP9IQHCDEPFH201E24O25IAYXXW" - in
     "START_ROUTINE".
    The main program was "RSBATCH_EXECUTE_PROZESS ".
    In the source code you have the termination point in line 102
    of the (Include) program "ZFICA_DERIVE_PCA_OBJECTS_S".
    The program "GP9IQHCDEPFH201E24O25IAYXXW" was started as a background job.
    Job Name....... "BIDTPR_6726959_1"
    Job Initiator.. "ALEREMOTE"
    Job Number..... 17271800
Line  SourceCde
   72 ASSIGN 'L_DERIVE_CHRT_ACCTS-UPD_CHRT_AC
   73 assign (<derive_chrt_accts_field>) to
   74 IF <derive_chrt_accts> IS ASSIGNED.
   75   zzi_attributes_upd-chrt_accts_upd = '
   76 ENDIF.
   77 zzi_attributes_upd-/bic/gactivity_upd
   78 zzi_attributes_upd-/bic/gfactv_upd
   79 zzi_attributes_upd-/bic/gglobacct_upd
   80 zzi_attributes_upd-/bic/ggforacc_upd
   81 zzi_attributes_upd-/bic/ggrracc_upd
   82 zzi_attributes_upd-/bic/ggra_code_upd
   83 zzi_attributes_upd-/bic/gsegmtion_upd
   84 zzi_attributes_upd-/bic/ggaapflg_upd
   85 zzi_attributes_upd-/bic/gsub_item_upd
   86 zzi_attributes_upd-/bic/gsegmnt_upd
   87 zzi_attributes_upd-/bic/gacctgrp_upd
   88 zzi_attributes_upd-comp_code_details_up
   89 zzi_attributes_upd-gbfi0600_upd
   90 zzi_attributes_upd-/bic/zaccsuf_upd
   91 zzi_attributes_upd-/bic/gconunit_upd
   92 zzi_attributes_upd-/bic/gtpunit_upd
   93 *--------------------------------------
   94 * Store a copy of the source fields if
   95 *--------------------------------------
   96 MOVE-CORRESPONDING <source_fields> TO z
   97 CLEAR zze_attributes.
Runtime Errors         SYNTAX_ERROR
Date and Time          04.08.2014 17:27:39
    98 *----------------------------------------------------------------------*
    99 * Derive all PCA fields for reporting
   100 *----------------------------------------------------------------------*
   101
>>>>> CALL FUNCTION 'ZFI_CA_DERIVE_PCA_ATTRIBUTESII'
   103   EXPORTING
   104     i_zfi_ca_pca_attributes     = zzi_attributes
   105     i_zfi_ca_pca_attributes_upd = zzi_attributes_upd
   106     msgty                       = 'I'
   107     recno                       = <source_fields>-record
   108   IMPORTING
   109     e_zfi_ca_pca_attributes     = zze_attributes
   110   TABLES
   111     monitor_recno               = lt_monitor_recno.
   112
   113 *----------------------------------------------------------------------*
   114 * On the recurrsive load delete entries where the data is the same
   115 *----------------------------------------------------------------------*
   116 IF zzg_realignment_run = 'X'.
   117   IF  zzi_attributes = zze_attributes.
   118     DELETE  source_package INDEX la_tabix.
   119   ELSE.
   120     MOVE-CORRESPONDING zze_attributes TO <source_fields>.
   121   ENDIF.
SY-SUBRC 0
SY-INDEX 3
SY-TABIX 1
SY-DBCNT 10
SY-FDPOS 0
SY-LSIND 0
SY-PAGNO 0
SY-LINNO 1
SY-COLNO 1
SY-PFKEY
SY-UCOMM
SY-TITLE Execute Batch Proces
SY-MSGTY E
SY-MSGID R7
SY-MSGNO 057
SY-MSGV1 ZBAL_LC
SY-MSGV2 A
SY-MSGV3
SY-MSGV4
SY-MODNO 0
SY-DATUM 20140804
SY-UZEIT 172720
SY-XPROG SAPCNVE
SY-XFORM CONVERSION_EXIT
No.   Ty.          Program                             Include                             Line
      Name
    8 FUNCTION     GP9IQHCDEPFH201E24O25IAYXXW         ZFICA_DERIVE_PCA_OBJECTS_S            102
      START_ROUTINE
    7 METHOD       GP9IQHCDEPFH201E24O25IAYXXW         ZFICA_DERIVE_PCA_OBJECTS_S            102
      LCL_TRANSFORM=>START_ROUTINE
    6 METHOD       GP9IQHCDEPFH201E24O25IAYXXW         GP9IQHCDEPFH201E24O25IAYXXW          1299
      LCL_TRANSFORM=>EXECUTE
    5 METHOD       CL_RSTRAN_TRFN_CMD============CP    CL_RSTRAN_TRFN_CMD============CM005    70
      CL_RSTRAN_TRFN_CMD=>IF_RSBK_CMD_T~TRANSFORM
    4 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM00Q    93
      CL_RSBK_PROCESS=>PROCESS_REQUEST
   3 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM002    13
      CL_RSBK_PROCESS=>IF_RSBATCH_EXECUTE~EXECUTE
    2 FUNCTION     SAPLRSBATCH                         LRSBATCHU13                           437
      RSBATCH_EXECUTE_PROCESS
    1 EVENT        RSBATCH_EXECUTE_PROZESS             RSBATCH_EXECUTE_PROZESS               374
      START-OF-SELECTION
REQUEST
    DTPR_1FR9TKO2U6M616ATG9C2EYKRH
    455553453544353433345434345454
    4402F16294BF256D61614793259B28
    000000000000000000000000000000
    000000000000000000000000000000
DATAPACKID
    000001
    333333
    000001
    000000
    000000
MONITOR
    Table[initial]
SOURCE_PACKAGE
    3000000001012P2013K4AU0ACD 2013005          00                                               0
    3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
    300000000101202013B415013402013001000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
    300000000101202013B415013402013002000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
    300000000101202013B415013402013003000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    3333333333333533334345344423333333222222222233222222222222222222222222222222222222222222222223
    300000000101202013B415013402013004000000000000000000000000000000000000000000000000000000000000
  00000000000000000000000000000000000
  00000000000000000000000000000000000
  33333333333335333343453444233333332
  300000000101202013B4150134020130050
  00000000000000000000000000000000000
  00000000000000000000000000000000000
  Table IT_110723[600000x1144]
  {A:114*\TYPE=%_T00003S00000115O0000
  Table reference: 3570
  TABH+  0(20) = 90A161080000000060C1
  TABH+ 20(20) = F20D000083B00100C027
  TABH+ 40(16) = 03730000242D00000400
  store        = 0x90A1610800000000
  ext1         = 0x60C1190C00000000
  shmId        = 0     (0x00000000)
  id           = 3570  (0xF20D0000)
  label        = 110723 (0x83B00100)
  fill         = 600000 (0xC0270900)
  leng         = 1144  (0x78040000)
  loop         = 128   (0x80000000)
  xtyp         = ROL.115.11556
  occu         = 4     (0x04000000)
  accKind      = 1     (ItAccessStand
  idxKind      = 0     (ItIndexNone)
  uniKind      = 2     (ItUniNo)
  keyKind      = 1     (default)
  cmpMode      = 8     (cmpManyEq)
  occu0        = 1
  stMode       = 0
  groupCntl    = 0
  rfc          = 0
  unShareable  = 0
  mightBeShared = 1
  sharedWithShmTab = 0
  isShmLockId  = 0
  isUsed       = 1
  isCtfyAble   = 1
  hasScndKeys  = 0
  hasRowId     = 0
  scndKeysOutdated = 0
  scndUniKeysOutdated = 0
  ----- Shareable Table Header Data -----
  tabi         = 0xB008190C00000000
  pgHook       = 0x404CE73B00000000
  idxPtr       = 0x0000000000000000
  id           = 61767 (0x47F10000)
  shmTabhSet   = 0x0000000000000000
  refCount     = 1     (0x01000000)
  tstRefCount  = 0     (0x00000000)
  lineAdmin    = 606204 (0xFC3F0900)
  lineAlloc    = 600004 (0xC4270900)
  shmVersId    = 0     (0x00000000)
  shmRefCount  = 2     (0x02000000)
  rowId        = 18446744073709551615
  scndKeyAdmin = 0x0000000000000000
  ----- 1st level extension part --------
  regHook      = 0xC8C0190C00000000
  collHook     = 0x0000000000000000
  ext2         = 0x0000000000000000
RI-CLUSTR
   0
   00
   00
ZE_ATTRIBUTES
                     00000
   22222222222222222233333
   00000000000000000000000
   00000000000000000000000
   00000000000000000000000
ZI_ATTRIBUTES
   AU0A    070221000020130
   45342222333333333333333
   15010000070221000020130
   00000000000000000000000
   00000000000000000000000
ZI_ATTRIBUTES_UPD
   XXXXX XXXXXX  XX XXXX
   55555255555522552555522
   88888088888800880888800
   00000000000000000000000
   00000000000000000000000
SOURCE_FIELDS>-RECORD
   1
   0000
   1000
T_MONITOR_RECNO
   Table[initial]
ZG_REALIGNMENT_RUN
   2
Regards,
Asim
GECPC_GLPCP   

Similar Messages

  • Infopackage in process chain failing due to short dump on regular basis.

    HI Experts,
    There is a daily process chain in which one of the element (infopackage) fails due to short dump on regular basis (At least twice in a week) please find the message below
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Exception              CX_SY_OPEN_SQL_DB
    Short text                                                                               
    SQL error in the database when accessing a table.
    And in job log it is showing ARFCSTATE = SYSFAIL
    We are able to resolve it just manual update and the process goes fine no issues but my question here is what is the exact reason for this and how to resolve it permanently or decrease the frequency of the error.
    Please if any one can tell the root cause and the solution to avoid the issue in future on regular basis.
    and also can any one elaborate what is ARFCSTATE = SYSFAIL,for trfc check we don't have access to SM58 in ECC side
    and trfc is fine in bw side
    Appreciate for not giving the general solutions like repeated solutions already posted in SDN
    with regards,
    musai

    You can contact your BASIS person he can help you reg table space issue. it says used space is 98% and free space is 1.03%.
    ask your basis to set a threshold to check the space and send a mail notification to all daily regarding the space allocation and utilization.
    ARFCSTATE = SYSFAIL means the TRFC did not processed properly to the BW system from source.
    Monitoring object with information about tRFC and qRFC calls that are waiting to be executed in this system; after they have been executed, they are deleted from table ARFCRSTATE.
    Are there any hung TRFCs which are not processed to BW side. have you checked it
    first check
    load monitor -- menu -- environment -- job overview -- status of job(is it finsihed or not?) - check the job log -- ther try to find out the hung TRFc
    press find --tyep "sysfail" ok -- it will display all the hung or fialed TRFCs which are not processed to BW system.
    if you find the hung TID with respect to your load.. next goto SM58 trasaction to process the trfcs manually or use the load monitor menu -- environment -- transaction RFC -- source sys -- it will take you to same SM58 screen -- click F8 it will display the hung TRFc in that duration.
    select the TRFc and click on F6 to process them manually.
    also check the loackwaits anddead locks in ST04/DB6COCKPIT.( ask basis to check) if any dead locks are there they will take care of it.
    check for short dumps in st22 if any and try to analyse.
    Check the SM21 system logs.

  • Data load getting failed due to DBIF_RSQL_SQL_ERROR error

    Hi
    while loading the data from one cube to another cube data loading is getting failed by giving the below dump
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Except.                CX_SY_OPEN_SQL_DB
    An exception occurred that is explained in detail below.                                      |
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
    in
    procedure "WRITE_ICFACT" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    The database system recognized that your last operation on the database
    would have led to a deadlock.
    Therefore, your transaction was rolled back
    to avoid this.
    ORACLE always terminates any transaction that would result in deadlock.
    The other transactions involved in this potential deadlock
    |    are not affected by the termination.   
    Please help us in solving above problem

    Hi Kiran,
    Check the below given thread,
    [DBIF_RSQL_SQL_ERROR" with exception CX_SY_OPEN_SQL_DBC;
    Regards,
    Durgesh.

  • How to catch the error if an RFC fails due to short dump

    Hi All,
      I was calling the RFC Function module in parallel processing depends on the number of work processors available. I am getting the return message from the Function module using the perform statement
       PERFORMING task_return ON END OF TASK
    But I am not able to catch the errors if the RFC has been terminated due to the dump or manually killing the RFC while running.
    I need how to handle the RFC if the call has been terminated due to the dump or system failure. Does the RFC return the sy-subrc at this time or can we able to catch the error in any other way.
    Thanks & regards,
    Vijay

    Hello Vijay,
    If you're calling RFC from outside SAP using the OCX-SAPFunctions-Library, then you can catch the dump or any other exception occuring in your SAP-Function.
    Assuming that, objRFCFunc is the RFC-Function you can get the Excepetion-Code through objRFCFunc.Exception.
    It returns a String. If the error was a dump, the String is "SYSTEM_FAILURE". If it is a "regular" Exception you'll get the Exceptioncode. E.g. "NO_DATA_FOUND".
    If you need any sample code e.g. VBA-code for use in Office-Applications, let me know.
    regards
    Sven

  • Exception Reporting failure due to short dump UNCAUGHT_EXCEPTION

    Hi everyone,
    Exception Reporting called u201CPO Price Deviationu201D failure due to short dump UNCAUGHT_EXCEPTION.
    Need your reply on this urgently.
    Thank you,
    Prasad

    Hi Andrew Zhou,
    Actually the Exception reporting step failed because there was no applicable data for the selection criteria mentioned in the BEx report. And the data was stuck in the source system. We got it solved my contacting the R/3 cosultant.
    I am giving you points for the response. And I would like to know one thing about RSRT if I select "use aggregates" option for a query it is showing aggregates while debuging even though there are no aggregates created on the Cube.
    Thank you

  • In BI 7 how do we handle if any delta load gets fails

    Hello All
    Iam having a doubt like,in BW 3.5 if we are loading delta data from one source ODS to 2 targets(either cube or ODS),and if for one target if the load gets failed we will delete the bad request from the 2 target ods , reomve datamart flag from source ods and then relaod the delta load again.
    But in BI 7 how do we handle this type of scenarios.
    Many Thanks
    Swami

    In 7.0 we have DTP between one source and one target right?
    If a load fails then delete the concerned request and reload.
    It is independent of the other load.

  • Data load failing with a short-dump

    Hello All,
    There is a data load failing with the following short-dump:
    Runtime Errors         UNCAUGHT_EXCEPTION
    Except.                    CX_FOEV_ERROR_IN_FUNCTION
    Full text:
    "UNCAUGHT_EXCEPTION" CX_FOEV_ERROR_IN_FUNCTIONC
    "CL_RSAR_FUNCTION==============CP" or "CL_RSAR_FUNCTION==============CM004"
    "DATE_WEEK"
    It seems as if it is failing in a function module - please advise.
    Regards,
    Keith Kibuuka

    Did you read OSS [Note 872193 - Error in the formula compiler|https://service.sap.com/sap/support/notes/872193] or OSS [Note 855424 - Runtime error UNCAUGHT_EXCEPTION during upload|https://service.sap.com/sap/support/notes/855424]
    Regards

  • BATCH JOB GETTING FAILED DUE TO WARNING MESSAGE

    Hi,
    Our background job is getting failed if we are having warning meesage , why it is happening , could any one provide inputs .
    In bacground it's considering Warning message as Error message .

    Hi Garima,
    CHange the code as follows:
    if sy-batch = 'X'.
    Message 'Error updating data !' type 'I'.
    else.
    Message 'Error updating data !' type 'W'.
    endif.
    i..e When executed in bckground display INFORMATION Message & in Foreground display WARNING message.
    Best regards,
    Prashant

  • My ipad3 is at iOs 7, i'm trying to download update 7.0.2 I keep getting failed due to error like 9 times now. My mini, my two iphone 4s, no problems. What can I do about my ipad3?

    ipad3 running iOs 7 trying to update to 7.0.2 keep tting failed due to error like 9 times. Updated iPad mini and 2 iPhone 4s, no problem.
    Whats up? And what can I do to update?

    Try and update with iTune (computer)

  • Update PSA job failed with the short dump

    The process chain has failed at the UPDATE PSA step showing the internal session termination dump...In the dump it is showing the messages as :
    "MESSAGE_TYPE_X" " "
    "CL_RSSM_PSAPROCESS============CP" or "CL_RSSM_PSAPROCESS============CM007"
    "IF_RSPC_EXECUTE~EXECUTE"
    Could anyone tell me what may be cause for this kind of issue?
    Regards,
    Indira

    Hello Indira,
    OK, thanks for that information
    The errors you have on your system can also be caused
    by having too many entries in table RSPCINSTANCE
    Please take a look at SAP note 1410071 and apply the latest
    version of this note (with the advanced correction therein)
    to your system, which should resolve the problem
    Thanks in advance
    Barry

  • Extraction failed and gives short dump

    error messege  while extracting data source 0plant_attr in RSA4
    the following syntax error occured in program SAPLMDEX in include LMDEZ$01
    BIW_KNA1_S must be a flat structure ,you cannot use internal tables,srtings ,refferences or structures

    Hi
    This might occurred due to incorrect declaration of temp. variables. Please go through the shortdump. There is a point in the shortdump where a pointer points at the line of error.
    Also parallely check for user exit code written in CMOD tcode. Check the component EXIT_SAPLRSAP_001 and search for the datasource. You will find your code.
    Regards
    Murthy Gunuputi

  • HtmlUnit test getting failed due to javascript error

    Hi,
    Versions used:
    htmlunit : 1.11
    oc4j : 10.1.3.2
    When I click a anchor element which opens a pop up window in the browser give me following javascript exception from DebugCommon10_1_3_2_0.js when I click the anchor through a htmlunit test. I have set my WebClient to default.
    Exception class=[org.mozilla.javascript.WrappedException]
    com.gargoylesoftware.htmlunit.ScriptException: Wrapped com.gargoylesoftware.htmlunit.ScriptException: TypeError: Cannot find function setCapture. (http://192.168.20.36:8988/CS/adf/jsLibs/DebugCommon10_1_3_2_0.js#3614) (http://192.168.20.36:8988/CS/adf/jsLibs/DebugCommon10_1_3_2_0.js#4561)
         at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:322)
         at com.gargoylesoftware.htmlunit.html.HtmlPage.executeJavaScriptFunctionIfPossible(HtmlPage.java:736)
         at com.gargoylesoftware.htmlunit.html.HtmlPage.runEventHandler(HtmlPage.java:1489)
         at com.gargoylesoftware.htmlunit.html.HtmlPage.runEventHandler(HtmlPage.java:1465)
         at com.gargoylesoftware.htmlunit.html.ClickableElement.click(ClickableElement.java:103)
         at lk.informatics.cs.testcases.login.agreementmanagement.AddNewPartner.testSLNO12(AddNewPartner.java:329)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Caused by: org.mozilla.javascript.WrappedException: Wrapped com.gargoylesoftware.htmlunit.ScriptException: TypeError: Cannot find function setCapture. (http://192.168.20.36:8988/CS/adf/jsLibs/DebugCommon10_1_3_2_0.js#3614) (http://192.168.20.36:8988/CS/adf/jsLibs/DebugCommon10_1_3_2_0.js#4561)
         at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1693)
         at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160)
         at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:471)
         at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3085)
         at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2251)
         at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:161)
         at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:340)
         at com.gargoylesoftware.htmlunit.javascript.HtmlUnitContextFactory.doTopCall(HtmlUnitContextFactory.java:151)
         at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2758)
         at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:159)
         at com.gargoylesoftware.htmlunit.javascript.host.EventHandler.call(EventHandler.java:95)
         at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:363)
         at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.callFunction(JavaScriptEngine.java:318)

    The solution is,
    Earlier I used:
    HtmlPage popPage = (HtmlPage) page.getFirstAnchorByText("PopMe").click();
    which gave me the javascript exception. But I changed it to
    HtmlPage popPage = (HtmlPage) page.getFirstAnchorByText("PopMe").openLinkInNewWindow();
    and now it's ok.

  • Short dump 'DBIF_RSQL_SQL_ERROR' in R/3 system

    Hi,
    In the daily extraction process in BW a load process(infopackage) fails due to short dump "DBIF_RSQL_SQL_ERROR" in the source system(R/3) side.
    The load getting the 20000 records but the process failed due to above error. i have made the request red and delete the request from the respective data target and repeate the load, it isthrowing same error "DBIF_RSQL_SQL_ERROR" with 0 records.
    my question is if i solve the error and repeate the load can i get previous delta records with the latest delta.
    Can any one give a solution.
    Thanks

    Hi,
    If you are marking the dataload as "RED" in monitor before deleting the request, you will get the same delta with next load.
    You can verify this in next load  @ monitor. It will show you the request type as 'Repeat of last delta' and normal requests will be shown as 'Delta'.
    In case you are manually running the infopackage, system will prompt the message something like' last detla request was incorrect, repeat the last delta'.
    Regards,
    Pratap Sone

  • Short Dump Error While Data load

    Hi Experts,
    Data load to an ODS in production server has been failed because of Short dump error. The error message shows " OBJECTS_OBJREF_NOT_ASSIGNED ".
    Request you to please help me out with a solution ..
    Regards,
    Vijay

    Hi Vijay,
    follow the steps below (May Help you)
    Goto Monitor screen>Status Tab> using the wizard or the menu path >Environment -> Short dump> In the warehouse
    Select the Error and double click
    Analyse the error from the message.
    1.-->Go to Monitor
    -->Transactional RFC
    -->In the Warehouse
    -->Execute
    -->EDIT
    -->Execute LUW
    Refresh the Transactional RFC screen and go to the Data Target(s) which have failed and see the status of the Request-->Now it should be green.
    2.In some cases the above process will not work (where the Bad requests still exists after the above procedure).
    In that case we need to go to the Data Targets and need to delete the bad requests and do the update again
    Regards,
    BH

  • DSO requests  Activation failed due to UNCAUGHT_EXCEPTION

    Hi,
    We have recently upgrade the system from BW3.5 to BI 7.0. and we have load data from r/3 to DSO. The load was completed sucessfully. While doing the activation, it's getting failed due to error 'UNCAUGHT_EXCEPTION'. In the dump i have found this information.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_SDB_ORA_PROGRAM_ERROR
    ERROR ANALYSIS:
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_SDB_ORA_PROGRAM_ERROR', was not caught and therefore caused a runtime error.
    The reason for the exception is:
    An error occurred in the program:
        The occurrence of the exception is closely related to the occurrence of a previous exception "CX_SQL_EXCEPTION", which was raised in the program
         "CL_SQL_STATEMENT==============CP",
        specifically in line 31 of the (include) program
         "CL_SQL_STATEMENT==============CM002".
        The cause of the exception was:
        ORA-20000: Insufficient privileges#ORA-06512: at "SYS.DBMS_STATS", line
        2150#ORA-06512: at "SYS.DBMS_STATS", line 14112#ORA-06512: at line 1
    Awaiting for your Suggestions.
    Thanks
    Uday

    Hi Udaya,
    This error i also use to get when i triggered some loads.
    Actually this is a kind of Data Base. Error.
    Your this load requires some more space than the usual one. So do one thing let all the pending processes end and then start this load seperatly. And when you Start the activation do one thing....assign some more space to this job (default is 6 i suppose).
    Hope this helps you to go ahead with the load.
    regards,
    Soumyadeep.

Maybe you are looking for

  • HTML content in JEditroPane

    Object o = messages[msgno].getContent(); if(o!=null){       if (o instanceof String) {            txtcontent.setText((String)o);       } else if (o instanceof Multipart) {            System.out.println("This is a Multipart");            Multipart mp

  • Programmatically changing user preferences when creating an InfoView user in code

    Post Author: rickp101 CA Forum: .NET I am very new to BO (using Business Objects 11.5) so bear with me if I am not clear or seem to have no idea what I'm talking about. As a .NET Developer I have been asked to work on a project that involves creating

  • Problem installing CS3, being asked for CS4 disc

    Hi, I'm having problem reinstalling CS3, during the installation I'm being asked to insert CS4 disc. All I want is to reinstall CS3. Also, the liks to download CS3 products don't work. Anybody can help me with this? Thanks!

  • Is it possible to write a as3 code that will search for particular file in the loacal disk

    Is it possible to write a as3 code that will search for particular file in the loacal disk

  • IMessage outside the US

    Hi, I'm a student studying in London for the year and will be using a UK sim card in my US bought iPhone 4. Will it be possible to send and receive messages from both my US and UK phone number with iMessage once I remove my US sim card and insert the