Error with Generic delta extractor when checking in RSA3

Hi,
I have created one Test Generic Datasource based on Table MARA.Delta specific field I mentioned is LAEDA(Last changed On). After creating I have generated the datasorce also. But when I check the datasource in RSA3, I am getting error if Update Mode is "D". Error is "An error occurred during extraction". I am not seeing this datasource in RSA7 (Delta Queue).
   If I say Update Mode is "F", then extractor is working fine.It is fetching some records.
Your help will be appreciated.
Thanks
Sirineni.

Hi Sirneni,
        Is your Init load in BW successfull. Only after
successfull completion of init load in BW  the data source appears in delta queue RSA7 in R/3. Also check whether any materials are being changed in R/3 because u r delta is based on  last changed date.
Regards,
Prakash B

Similar Messages

  • Generic delta Extractors

    Hi All,
    I have a requirement to develop generic DELTA extractors.  have extensively created generic ectractors using function module RSAX_BIW_GET_DATA_SIMPLE.
    Can you please let me know how to create generic delta extractors with Steps.
    Also How the tabel ROOSGENDLM us used in generic extractors..
    Point will be assigned to useful answers..
    Regards,
    Bill

    Hi Bill,
    check this out: Generic Extraction via Function Module
    You do not have to take care about that table, the service api will do that for your, you only need to take care about the information (delta date, timestamp or pointer) passed to the fm by the api and design your coding related to that information.
    regards
    Siggi

  • Generic delta extractor for BW

    Hello people!
    I'm developing an extractor for BW with Generic delta with the field AEDAT.
    In function module for the extractor, how can I identify this delta?
    I have to select the table ESSR with this field and I don't know how to identify this field.
    Thanks in advance!
    See ya!

    Define a range field like
    ranges : l_r_aedat for <tabname>-aedat.
    In your FM
    LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'AEDAT'.
    MOVE-CORRESPONDING L_S_SELECT TO L_R_AEDAT.
    append l_r_aedat.
    Then when you do selections :-
    Select * from <tabname> where
    and aedat in l_r_aedat.

  • Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

    Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

    Has anyone had a opf parse error with container.xml missing, when it is actually present plz ?

  • I was downloading the software update for ipod touch 2gen and after it was done downloading it showed that there was an error with my ipod and when i saw it was on the lockscreen loading. its been like this for 4 hours already

    I was downloading the software update for ipod touch 2gen and after it was done downloading it showed that there was an error with my ipod and when i saw it was on the lockscreen loading. its been like this for 4 hours already

    What did the error message say?
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • Generic delta extractor on view with ALE

    Hello.
    Extractor 0RT_WRF1_ATTR has type V and generic delta setting Numeric Pointer. Generic delta field is empty. Delta Process = A (ALE Update Pointer (Master Data)). ALE delta setting includes all fields of extractor structure. But changing one of these fields doesn't push new records into datasource.
    Can you please explain, how generic delta works with ALE pointers аnd why no data is delivered?

    CC,
    Check on deletion data available in table(with any indicator updated) or not available in table.
    If not available, you can not get delta through generic datasouce.
    Hope it Helps
    Srini

  • Problem with 0FI_GL_4 Delta extractor

    hi everyone,
    I have encountered a problem when using 0FI_GL_4 delta extractor.
    As I had changed the settings in table BWOM_SETTINGS according to note 485958, the datasource should be able to extract FI lines up to the day I run the extractor.
    Here is the problem:
    At 1st March, 01:18 am, I ran the extractor and get some records.
    I found that FI lines with createdon date later than 29th Feb 16:00 were not extracted to BW. According to that note, shouldn't I get all FI lines created on 29th Feb?
    After 30 minutes, I ran the extractor again. These records came to BW this time. That's strange.
    My settings in table BWOM_SETTINGS:
         EXTLOG     
         ORGSYSONLY     
         NOTSSELECT     
         OBJSELSIZE     X
         FLAG_AL     
         OBJCURTYPE     10
         BWFILOWLIM     19910101
         BWFISAFETY     1
         BUFFERREF     
         OBJSELSICO     X
         BWFITIMBOR     020000
         BWFIOVERLA     X
         DELTIMEST     60
         PRICECOMP     X
    Thanks for your help!

    Hi,
    I agree with Murali as your are extracting data before 02.00 AM the data till yesterday will be extracted.
    Check the below link for more information,
    [http://help.sap.com/saphelp_bw33/helpdata/en/af/16533bbb15b762e10000000a114084/content.htm]
    but as per your another post the second extraction happened before 0200, just cross check one thing that the time noted was not from local machine but was from app server.
    Rgards,
    Durgesh.

  • 5002 error with iTunes 9.1 when updating apps

    I'm getting a 5002 error whenever I attempt to update an individual app via a 'Get Update' button in iTunes on all accounts on the machine. The app still downloads, but the error dialog comes up every single time. This did not occur prior to an update to Mac OS X 10.6.3 and iTunes 9.1.
    Anyone else having this problem or know of a fix? Note that I have already tried the following:
    - Clean/reinstall of iTunes.
    - Removal/re-add of all apps (and confirmation that even with iTunes only having one app 'installed' the same problem occurs).
    - Update of account details.
    - Removal and deletion of all ad-hoc builds/apps with 'generic' icons.
    Full error message:
    "We could not complete your iTunes Store request. An unknown error occurred (5002).
    There was an error in the iTunes Store. Please try again later."
    This doesn't happen with 'Download All Free Updates', but with multiple account downloads still broken, that button's only an option for me if the apps are for a single account.
    Message was edited by: CraigG

    The updates still download on my Mac, too - but the dialog is clearly something that shouldn't be there. Regarding the 'major version' error, that, as I stated, is down to multiple accounts. According to my communication with Apple, this is not intentional, but there's also not a timeframe for a fix. (This error started when the update screens started showing apps from all accounts, not just the one signed in.)

  • Intervals with generic delta extraction

    Hello,
    Can some1 explain when do we use intervals in generic delta extraction with a good example?
    Thanks in advance.
    Regards,
    KS

    Hi,
    Safety Interval Upper Limit
    The delta-relevant field is a timestamp.
    The timestamp that was read last is 12:00:00. Delta extraction begins at 12:30:00. The safety interval for the upper limit is 120 seconds. The safety interval for the delta request is: 12:00:00 to 12:28:00. Upon completion of the extraction, the pointer is set to 12:28:00.
    Safety Interval Lower Limit
    The delta-relevant field is a timestamp. After images are transferred. In other words, the record is overwritten with the status after the change in BW, for example for master data. Any duplicate records that appear have no effect upon the BW system.
    The last changed timestamp is 12:28:00. Delta extraction begins at 13:00. The safety interval for the lower limit is 180secs. The safety interval for the delta request is: 12:25:00 to 13:00:00. Upon completion of the extraction, the pointer is set to 13:00:00.
    refer to this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3f/548c9ec754ee4d90188a4f108e0121/frameset.htm
    Hareesh

  • Generic delta extractors without timestamp!

    Hi,
    For a certain requirement, I have to develop generic extractors which should be delta capable. But unfortunately the source tables donu2019t have a timestamp; hence I canu2019t create delta enabled generic extractors using timestamp. Moreover most of the tables are standard SAP tables, which are used across different modules so it is not possible to introduce timestamp in these tables.
    I am working on extractors for Business Partners in SAP Transaction Banking.
    I have got couple of options:
    1) To use the change pointers by activating CNS service in source system. It is possible to activate the service and set up the segments for standard and custom tables, from where I need to extract the data.
    2) To develop the function module and create the generic extractors using delta queue functionality.
    Issues: In the first approach, I have created an extractor and it is possible to recognize the changed records. But the issue is I need some kind of flag which tracks the information regarding last successful delta extraction for an extractor based on change pointers and standard SAP table. I am not sure how does standard extractors maintains this status and picks up new/changed records in delta functionality. Not sure how to achieve this.
    In second approach I am not sure if it is possible to create generic extractors using delta queue and what are the complexities involved.
    If someone has already worked on these areas, any inputs are most welcome.
    Thanks and Regards,
    Amit

    Hi Amit,
    I haven't worked on SAP Transaction Banking but I hope you can get most of Business Partner data in standard extractors. Try to look for some.
    If you have to go for Generic extractor. there are 2 options:
    1. Use BTE
    [How To Create GDS which uses Delta Queue|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10b68b99-022e-2a10-999d-c4dc9ec24a59]
    2.Use FM based GDS
    [How to Create Generic Delta|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33]
    [Generic Delta Using Funtion Module |Re: Generic Delta Using Funtion Module]
    You can also look for some numeric pointer from RSO2.
    Hope it will help you...
    Regards,
    Ashish

  • Data error with generic extractor

    Hi Friends!
    I have a generic extractor based on view z_customer
    The view is easy:
    table: KNVP
    fields: KUNNR, KUNN2, PARVW, MANDT
    conditions: PARVW eq 'RG'
    When I check the table (SE16)  with customer 'X', show me only one record,
    but when I run the extractor (RSA3) show me four records.
    - What is wrong in my view?  Perhaps something relative with the client (MANDT)?
    Thank you in advance!

    Hi.,
    It's not mandatory that you must include MANDT field in view.
    check check the number of records in the created view, not in the table.
    If the number of records matches in view with RSA3, then it is fine.
    -- Selva

  • 0CRM_SALES_ACT_1:error in loading the data when checking in extract checkor

    Hi gurus
    I am supposed to extract the data from the data source 0CRM_SALES_ACT_1. But when i am checking using the extract checkor it is giving error saying error occured during extraction. As i am new to CRM please help me the way with which i can handle this situation.
    Thanks and regards
    vijaykumar

    Actually, we have solved the issue another way. We managed to debug the data extraction and pinpoint an activity that actually had a "private" marker set in CRM. This means that the function modules for this extractor cannot extract that activity as it would require aleremote (or whichever rfc user you're using) to be the participant of that particular activity.
    Our solution was to remove that marker - it had to be done by the creator of that activity - in CRM, and then the extraxction went smoothly.
    If you cannot do it (remove the "private" marker), you could enhance the extractor and exclude in it those acitivites that have the private setting - it should also work.

  • Error while connecting to DB, when checking installation type of NW04S-Inst

    Hi,
    i installed a new netweaver 04s - system on sles10sp2 as distributed system.
    SCS is ok, Database DB6 installation is also successfull.
    Now i install the central instance, but when sapinst checks the installation type (i select nothing), the installation failed with:
    Execution of the command "/usr/lib64/jvm/java/bin/java -classpath /tmp/sapinst_instdir/NW04S/SYSTEM/DB6/DISTRIBUTED/AS/CI/install/sharedlib/launcher.jar -showversion com.sap.engine.offline.OfflineToolStart com.sap.inst.jsourcecheck.JSourceCheck /tmp/sapinst_instdir/NW04S/SYSTEM/DB6/DISTRIBUTED/AS/CI/install/lib/iaik_jce.jar:/mnt/sapcd/NW04S_SR2n/BS_2005_SR2_SAP_Installation_Master/IM_LINUX_X86_64/COMMON/INSTALL/jsourcecheck.jar:/tmp/sapinst_instdir/NW04S/SYSTEM/DB6/DISTRIBUTED/AS/CI/install/lib:/tmp/sapinst_instdir/NW04S/SYSTEM/DB6/DISTRIBUTED/AS/CI/install/sharedlib:/home_sap/db2i33/sqllib/java/db2jcc.jar:/home_sap/db2i33/sqllib/java/db2jcc_license_cu.jar -systemName I33 -ssPropFile /usr/sap/I33/SYS/global/security/data/SecStore.properties -ssKeyFile /usr/sap/I33/SYS/global/security/data/SecStore.key -trace all" finished with return code 101. Output:
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.2)
    IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20080130 (JIT enabled)
    J9VM - 20071205_1933_LHdSMr
    JIT  - r7_level20071016_1845)
    PerfTimes : loadNativeLayer: loading jperflib failed. jperflib (Not found in java.library.path)
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.ibm.db2.jcc.b.SqlException: [ibm][db2][jcc][t4][2013][11249] Connection authorization failure occurred.  Reason: User ID or Password invalid.
            at com.ibm.db2.jcc.c.b.i(b.java:2002)
            at com.ibm.db2.jcc.c.b.c(b.java:1657)
            at com.ibm.db2.jcc.c.bb.r(bb.java:792)
    I see the reason, but i don't know which user is mean ?
    Can anyone help me ?
    Best Regards,
    Tom

    This issue (and solution) is described in ML Doc 577905.1 (Error While Connecting To Database Via Workflow Builder)
    HTH
    Srini

  • Opatch error with IBM AIX6.1 when upgrade from r12.1.1 to r12.1.2

    I'm running E-Business Suite (Oracle Financials AR, AP and GL modules only) r12.1.1 on AIX 6.1. I clean install r12.1.1 from rapidwiz. I'm running one Apps tier and one database tier.
    Now I perform the upgrade to r12.1.2, and I plan the route to be:
    1. Use opatch to apply Database Preparation Path E for DB 11.1.0.7 (ID: 761570.1)
    * 7211965
    * 7330434
    * 7486407
    * 7627743
    * 7639602
    * 7684818
    * 8199107
    * 8639653
    * 8940108
    * 9026927
    * 9066130
    2. Use AutoPatch to apply R12.AD.B.DELTA.2 Patch 8502056
    3. Use AutoPatch to apply Release 12.1.2 Patch 7303033
    4. Use AutoPatch to apply post-R12.1.2's Database Preparation Path E: 5880762.
    5. Use AutoPatch to apply the latest consolidated online help Patch 7303032
    6. Use AutoPatch to apply Workflow Interoperability Patch 8291541
    Questions:
    1. Do I cover all things needed for upgrading from R12.1.1 to R12.1.2, or I have missed or overdone anything?
    2. When I now do the upgrade step 1, which needs to run opatch on Database tier, it says as below:
    orapth@HK01SO90003:7211965 > opatch apply
    Invoking OPatch 11.1.0.6.2
    Oracle Interim Patch Installer version 11.1.0.6.2
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /u01/app/oracle/db/erppth/product/11.1.0
    Central Inventory : /etc/oraInventory/ebs
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.2
    OUI version : 11.1.0.7.0
    OUI location : /u01/app/oracle/db/erppth/product/11.1.0/oui
    Log file location : /u01/app/oracle/db/erppth/product/11.1.0/cfgtoollogs/opatch/opatch2010-06-03_21-08-18PM.log
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=09001000A04C1C78 Handler2=09001000A04D4538
    R0=000000000000013C R1=0FFFFFFFFFFFE050 R2=0000000111C7FD48 R3=0000000000000400
    R4=0700000000342C40 R5=0000000111855668 R6=00000000000009F8 R7=000000000588800E
    R8=0000000005888008 R9=00000001119CE4C8 R10=0000000111C7F800 R11=0900000003EB3C38
    R12=0900000004379694 R13=000000011000D720 R14=00000001119CE4C8 R15=0000000110098E00
    R16=0000000110E7CD70 R17=0000000111B72E80 R18=09001000A04C53B0 R19=0000000000000002
    R20=0000000111C7F968 R21=00000001119CE5D0 R22=0000000110098E80 R23=0000000000000000
    R24=09001000A04F1A50 R25=09001000A04F13C8 R26=07000000003A36F8 R27=00000001100109B0
    R28=0000000000000000 R29=09001000A04BBC98 R30=0FFFFFFFFFFFE5E0 R31=0700000000342C40
    IAR=0900000003EB3C38 LR=0000000110662D38 MSR=A00000000000D032 CTR=0900000003EB3C38
    CR=2258544B20000004 FPSCR=8200400000000000 XER=2000000482004000
    FPR0 4032000000000000 (f: 0.000000, d: 1.800000e+01)
    FPR1 3ff0000000000000 (f: 0.000000, d: 1.000000e+00)
    FPR2 4033000000000000 (f: 0.000000, d: 1.900000e+01)
    FPR3 3fee666660000000 (f: 1610612736.000000, d: 9.500000e-01)
    FPR4 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR5 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR6 3fb9999999999999 (f: 2576980480.000000, d: 1.000000e-01)
    FPR7 3c63333333333333 (f: 858993472.000000, d: 8.326673e-18)
    FPR8 0000000082024000 (f: 2181185536.000000, d: 1.077649e-314)
    FPR9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR10 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR11 4026000000000000 (f: 0.000000, d: 1.100000e+01)
    FPR12 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR13 4020800000000000 (f: 0.000000, d: 8.250000e+00)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/u01/app/oracle/db/erppth/product/11.1.0/jdk/jre/bin/libj9jit23.so
    Module_base_address=0900000003E89000
    Target=2_30_20070131_11312_BHdSMr (AIX 6.1)
    CPU=ppc64 (4 logical CPUs) (0x300000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/core.20100603.210818.14745612.dmp'
    JVMDUMP010I System Dump written to /u02/oradata/staging/r12.1.2/DBPathE/7211965/core.20100603.210818.14745612.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/Snap0001.20100603.210818.14745612.trc'
    JVMDUMP010I Snap Dump written to /u02/oradata/staging/r12.1.2/DBPathE/7211965/Snap0001.20100603.210818.14745612.trc
    JVMDUMP007I JVM Requesting Java Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/javacore.20100603.210818.14745612.txt'
    JVMDUMP012E Error in Java Dump: /u02/oradata/staging/r12.1.2/DBPathE/7211965/javacore.20100603.210818.14745612.txt
    JVMDUMP013I Processed Dump Event "gpf", detail "".
    OPatch failed with error code 160
    I also experience this when I run:
    opatch lsinventory
    Please help to solve this problem. Is it also OUI problem? I have tried to upgrade opatch version, and it still cannot solve the problem.
    I once tried patch 9216848, it makes the opatch work, but later when I finished installing this patch, I cannot see the forms as it says "magic number problem". Also the adworker always hangs when I do upgrade on R12.1.2 Patch 7303033. So I dun think it is a solution.

    Hi
    a. cannot open forms with FRM-92101 error code as it says "magic number" issuePlease post the complete error message.Error log of ora/10.1.3/j2ee/forms/forms_default_group_1/application.log
    10/06/02 21:03:03.552 formsweb: 10.1.3.4.0 Started
    10/06/02 21:08:06.396 formsweb: ListenerServlet init()
    10/06/02 21:08:07.781 formsweb: Forms session <1> aborted: runtime process failed during startup with errors exec(): 0509-036 Cannot load program /u01/app/oracle/as/erpdev/product/10.1.2/bin/frmweb because of the following errors:
         0509-150 Dependent module /u01/app/oracle/as/erpdev/product/10.1.2/jdk/jre/bin/classic/libjvm.a could not be loaded.
         0509-103 The module has an invalid magic number.
    10/06/02 21:08:07.784 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    10/06/02 22:02:03.689 formsweb: Forms session <2> aborted: runtime process failed during startup with errors exec(): 0509-036 Cannot load program /u01/app/oracle/as/erpdev/product/10.1.2/bin/frmweb because of the following errors:
         0509-150 Dependent module /u01/app/oracle/as/erpdev/product/10.1.2/jdk/jre/bin/classic/libjvm.a could not be loaded.
         0509-103 The module has an invalid magic number.
    10/06/02 22:02:03.689 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    b. getting hanged in adworkers when compiling objects in applying 7303033 patchAny errors in the workers log files?One of the Adworker log:
    The adpatch is hanged because some of its adworkers get this fault:
    Start time for file is: Thu Jun 03 2010 10:49:29
    JDBC connect string from AD_APPS_JDBC_URL is
    (DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=HK01SO90003.hkg.mizuho-sc.com)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=pth)))
    adjava oracle.apps.ad.worker.AdJavaWorker "(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=HK01SO90003.hkg.mizuho-sc.com)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=pth)))" APPS ***** thin 8 /u01/app/oracle/as/erppth/appl/admin/adUtilMapNew.txt
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/app/oracle/as/erppth/appl/ad/12.0.0/java/adjava.zip:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/lib/dt.jar:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/lib/tools.jar:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/app/oracle/as/erppth/comn/java/lib/appsborg.zip:/u01/app/oracle/as/erppth/product/10.1.2/forms/java:/u01/app/oracle/as/erppth/product/10.1.2/forms/java/frmall.jar:/u01/app/oracle/as/erppth/product/10.1.2/jlib/ewt3.jar:/u01/app/oracle/as/erppth/product/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/app/oracle/as/erppth/comn/java/classes"
    Calling /u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.sql.SQLRecoverableException: Io exception: There is no process to read data written to a pipe.
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:101)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:521)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:418)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:510)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at oracle.apps.ad.worker.AdJavaWorker.getAppsConnection(AdJavaWorker.java:1041)
         at oracle.apps.ad.worker.AdJavaWorker.main(AdJavaWorker.java:276)
    Caused by: java.net.SocketException: There is no process to read data written to a pipe.
         at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:103)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:147)
         at oracle.net.ns.DataPacket.send(DataPacket.java:150)
         at oracle.net.ns.NetOutputStream.flush(NetOutputStream.java:180)
         at oracle.net.ns.NetInputStream.getNextPacket(NetInputStream.java:169)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:117)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:92)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:77)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1034)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1010)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:760)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
         ... 8 more
    BTW, I'd like to ask where's my Database Initialiation File? I find init.ora and init<SID>.ora in $ORACLE_HOME/dbs in DB Tier, but I cannot find the lines -- pgamax_size. Which file I should edit and what things should I add / remove /edit?
    pgamax_size is a hidden parameter (why you need to set this one?).
    The PGAMAX_SIZE hidden parameter
    http://dba-blog.blogspot.com/2005/08/pgamaxsize-hidden-parameter.html
    I want to set the Database Initialiation File because in Database Preparation Guidelines (ID: 761570.1), it says that:
    1. Before performing any Applications upgrade or maintenance operations, customers must add the following to the database intialization file to disable fast validation for PL/SQL recompilations:
    disablefast_validate=TRUE
    The line should be commented out during the normal operation of the Applications system.
    2. Customers using Oracle iRecruitment on Oracle Database 11gR1 must add the following line to their database initialization file::
    event="31151 trace name context forever, level 0x100"
    Setting this event provides a fix for the issue reported in bug 6952870.
    3. If you encounter the error:
    ORA-04030: out of process memory when trying to allocate 822904 bytes (pga heap, kco buffer)
    ORA-07445: exception encountered: core dump [dbgtfdFileWrite()+48]
    set the pgamax_size initialization parameter to a larger value as follows: pgamax_size=104857600
    and restart your database.
    I wonder where I can modify these three parameters (which file to edit, and whether it is append / delete / modify values). Or I do not need to do these three points, or even I do not need to go through Database Preparation Guidelines (ID: 761570.1) because my database is 10.3.4 already?
    Thanks!

  • Error in Generic Delta using Function Module

    Hi All,
    I have created one function module by copying the RSAX_BIW_GET_DATA_SIMPLE  module.
    Now when i am giving this in RSO2 Tcode and trying to save it its giving error that
    Required Table does not Exist..
    Please Help.

    Hi
    Look at below links
    Re: Generic function module for delta - which FM ?
    http://www.jt77.com/business-warehouse/work-flow-03485.html

Maybe you are looking for