I am not able to fetch data from r3

Hi all,
we have schduled process chain for transaction data and master data.when check the process chain status is green.
but when not a single record is coming for any of the process chain.when i check the step by step analysis.
gray RFC to source system successful ?
red  Does selectable data exist in the source system?
red  Data selection successfully started ?
red  Data selection successfully finished ?
gray RFC to Warehouse successful ?
gray Processing successfully finished?
gray All reported data packets received?
gray All data packets complete ?
remaining things are in green status.
for every thing it is fetching zero records.i have already checked rfc connection and all the update and tranfer rules.every thing is fine.
can anybody help me out...
regards,
viren.

Hi,
   well,,I have after lot of replies,.. so let me see..
   I understand this is LO extraction. Also, since your load is running in Process chain, I "assume" these are delta loads.( right?). You also say there are records in the related tables.
  So, I feel, foll. are the things that you may need to check.
   1. Did you check in RSA7 for delta records?
   2. Did you check if the delta jobs are running fine to collect the data from the application tables?
   3. Did you correctly do the settings for delta for your extract structure?(direct delta, queued delta.. etc)
   4. These are the basic settings that will ensure that the delta records are collected in the right way!!!
    Once all the above listed are fine, then you should be able to see some data collected in your delta Q( assuming ur loads are delta loads)
    Let us know!!!
Thanks,
Raj

Similar Messages

  • Web Template is not able to fetch data from Data Provider

    hi friends,
               i have created a reporting agent for a particular query and given all the necessary parameters, defined the variants and activated this and created a scheduling package to this ,assigned my query to the scheduling package
               later in the web template,in the web item tab i maintained  the read mode as precalculated web template and the final report on the web is saying web tempalte is not able to get the data from the data provider  ,
    am i missing any where...
            i look forward to your help ,
    regards,
    sasidhar gunturu

    Hi,
    use the correct link to call the report.
    you can check the links : Re: Concept Of Precalculated Template
    https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/a8cd1f71-0a01-0010-4783-f119b6132d25 [original link is broken]
    Regards
    Happy Tony

  • Not able to query data from View

    Hi,
    I am not able to fetch data from views even while running simple select statements. I am using SQL Developer Version 3.0.04,
    Same query is fetching data on other computers running SQL Developer or Toad.
    Has anyone faced this issue??

    Is that the first version ever you installed? You unzipped in a clean directory, right?
    What OS/JDK/DB versions?
    So do you get an error or what?
    K.

  • Not able pass the data from component to other component.

    Hello All
    I am not able pass the data from component to other component.
    I have done like this.
    1 Main Component (Parent component ) having below  two child components.Embeded as used components.
    2)     Search Component  and Details Component
    3)     In the Search Component having buttons,  Say : Button u201CXu201D on click of button I am navigating to Details component view through FPM.
    4)     When I am clicking above button u201CXu201D raising the event to call the parent   business logic method, there I am getting  Structure with values and binded this structure to the node and Mapped this node to the Details component  interface node. FYI : I kept the debugging point Structure is having data , I had set static attributes table to node instance.
    5)     In the Details component node data is not coming mean empty.
    Thanks in Advance.
    Br-
    CW
    Edited by: CarlinWilliams on Jul 4, 2011 9:21 AM

    Hi,
    When you use input Ext. check that the parent component should not be used as used component in child component.
    Only in the parent component the child components should be used as used components and the usage has to be created for the
    Child Components and the binding of the Node should be done from comp. controller of parent component to child node
    by which you will be able to see double arrow against the node.This should work
    Thanks,
    Shailaja Ainala.

  • Not able to get data from ce_reconciled _transactions_v in a function after intialising the view

    Hi all ,
    I have written a function  to  get the gl_date from ce_reconcilied transactions_v . but when i call th function in a select query , it is not returning any data.
    I have used the following intialization in the function
    Mo_Global.set_policy_context('S',p_org_id);
    cep_standard.init_security;
    But when i use anonymous block to get gl_date printed it is fetching data from the view.
    Below is the  code for Function
    CREATE OR REPLACE Function l3get_gl_date(p_org_id NUMBER,p_statement_line_id NUMBER)
    RETURN DATE
    AS
    v_gl_date DATE;
    ct NUMBER;
    BEGIN
    Mo_Global.set_policy_context('S',p_org_id);
    cep_standard.init_security;
    SELECT count(*) into ct from ce_reconciled_transactions_v where org_id=p_org_id ;
    dbms_output.put_line('count:' ||ct || 'org ' ||p_org_id || ' line ' ||p_statement_line_id);
    SELECT  gl_date INTO v_gl_date
      FROM ce_reconciled_transactions_v where statement_line_id=p_statement_line_id;
      RETURN v_gl_date;
    EXCEPTION
    WHEN OTHERS
    THEN
    dbms_output.put_line('unable to get GL_DATE' ||SQLERRM);
    RETURN NULL;
    END;
    below is tha anonymous block
    declare
    p_org_id NUMBER;
    p_statement_line_id NUMBER;
    ct NUMBER;
    v_gl_date DATE;
    BEGIN
    select org_id into p_org_id from ce_bank_acct_uses_all where bank_account_id=10911;
    select statement_line_id  into p_statement_line_id from ce_statement_lines where statement_header_id=41130 and line_number=4;
    Mo_Global.set_policy_context('S',p_org_id);
    cep_standard.init_security;
    SELECT count(*) into ct from ce_reconciled_transactions_v where org_id=p_org_id ;
    dbms_output.put_line('count:  ' ||ct || 'org  ' ||p_org_id || ' line  ' ||p_statement_line_id);
    SELECT  gl_date INTO v_gl_date
      FROM ce_reconciled_transactions_v where statement_line_id=p_statement_line_id;
    dbms_output.put_line('GL Date:   ' || v_gl_date);
    EXCEPTION
    WHEN OTHERS
    THEN
    dbms_output.put_line(SQLERRM);
    END;
    please suggest .

    Hi,
    Try adding the following code so we can verify the org is set in your function:
    Add to the definition:
    v_org_id number;
    Add after setting the policy:
    select MO_GLOBAL.get_current_org_id()
    into v_org_id from dual;
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Current MO Org_id='||v_org_id);
    This will verify that the org_id was set.
    Are you getting any errors, or simply no data found.
    Cheryl

  • Not able insert ,query data from forms

    hi,
    I am not able to insert data or query data from forms(10g devsuite).getting error frm-40505,frm 40508 .i am able to insert and select record from sql plus.the block ihave created is control block .it is connected to the table using the properties.
    should i do anything to insert record.please help

    the block ihave created is control block .it is connected to the table using the properties.A Control Block, by definition, is a non-database block. This means the block is not directly connected to a table so you have to manually display data in the block and any DML you want to perform on data in this block you must do manually as well.
    There are four database objects you can base your database block on; 1) a Table, 2) a View, 3) From Clause Query (basically an In-line View), and 4) a database stored procedure. I recommend you use one of these four methods rather than manually display your data.
    Craig...

  • PCA query not able to fetch data

    HI All, I have installed PCA Business content cube and all the queries available in the Business content relavant to the PCA cube. I have loaded one quarter worth of data. The Profit center - Balance sheet and Profit center - Income statement queries are not able to fetch any data. I am able to execute te query but the report has no data in it.
    Can any one suggest me if there is any thingthat I can do or any ways to dedbug this query.
    Has any one encountered similar poblem

    Are you executing this query "wide open" or you using Characteristic Restrictions and/or Variables that could be filtering out your data? Did you try executing the query using tcode RSRT via 'Execute + Debug'? That may help. Also, take a look at the source InfoProvider in LISTCUBE using the same criteria as the query to see if any data retrieve via that method.

  • Not Able To Fetch Data

    hi,
    im creating an application using web service model.
    when i run my application i get  "  Service call exception "
    After i insert a field the exception goes.
    on insertion of this field i shuld fetch data from the table.
    bt im nt able to do so.
    can anybody plz suggest coding for my insert button.
    THANX.
    regards,
    Ankita

    Hi,
    Pl go through this https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/900bbf94-a7a8-2910-e298-a651b4706c1e
    Regards
    Ayyapparaj

  • Not able to fetch data using Scenario

    Hi
    I am working with Quincy Fund Demo. In that we have investorhome.jsp page, where we have following code to get the offer Advertisement data.
    <dsp:droplet name="/atg/targeting/TargetingFirst">
    <dsp:param bean="/atg/registry/Slots/QFOfferSlot" name="targeter"/>
    <dsp:param name="howMany" value="1"/>
    <dsp:param name="fireContentEvent" value="false"/>
    <dsp:param name="fireContentTypeEvent" value="false"/>
    <dsp:oparam name="output">
                        <dsp:a href="offer.jsp">
    <dsp:param name="ElementId" param="element.repositoryId"/>
    <img border="0" src="<dsp:valueof param="element.imageURL"/>"></dsp:a>
    </dsp:oparam>
    </dsp:droplet>
    And the scenario I am trying to use is PromoteSpecialSituations.( Please refer ACC for Quincy fund demo).
    But my problem is that I am not able to get any data from this scenario.
    Can anyone tell me the reason behind it and its solution?
    Thanks
    Prasanna

    Hi Shaik
    Here is the detail of that scenario
    (event) Logs in ------(people) Locale is en_US-------(fork)-----
    --------------(people) Fund list includes ---------------|
    | /repositories/Funds/en_US |
    | /specialsituation.xml |
    |
    -----------|(Otherwise Cond)--Add items to slot
    named QFOfferSlot
    named Offers:offer:
    /repositories/Offers/en
    _US/specialsituations.html
    The content of specialsituation.xml file is as follows:
    <fund>
    <aggressiveIndex>2</aggressiveIndex>
    <targets>aggressive</targets>
    <fundName>Quincy Special Situations Fund</fundName>
    <symbol>QUISS</symbol>
    <category>stock</category>
    <type>Growth; Income</type>
    <price>5.69</price>
    <language>de_DE</language>
    <objective>Quincy Special Situations Fund seeks high total return through
    capital appreciation and income.
    </objective>
    <strategy>This fund pursues capital appreciation and current income by
    buying stocks with deeply-depressed prices that fund management believes
    have the potential for recovery. Fund management searches for three types
    of value stocks: stocks with high current dividend yields, stocks
    temporarily discounted by the market, and stocks that management
    believes are fundamentally misunderstood but have great potential. The
    depressed prices of these stocks make them more responsive to
    company-specific news than to general stock market trends.
    </strategy>
    <inceptionDate>02/15/1992</inceptionDate>
    </fund>
    Thanks
    Prasanna

  • Not able to retrieve data from database through servlet

    Hi friends,
    I am trying to open a excel sheet through servlet. In this servlet i am retriving data from mssql database.I am not getting any error but no data is retrived
    i m also pasting the code here
    // Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
    // Jad home page: http://www.kpdus.com/jad.html
    // Decompiler options: packimports(3)
    // Source File Name:   EmployeeData.java
    import java.io.*;
    import java.sql.*;
    import javax.sql.*;
    import javax.servlet.ServletException;
    import javax.servlet.http.*;
    public class EmployeeData extends HttpServlet
        public EmployeeData()
        public void service(HttpServletRequest httpservletrequest, HttpServletResponse httpservletresponse)
            throws ServletException, IOException
            httpservletresponse.setContentType("text/html");
            httpservletresponse.setHeader("Content-Type", "application/excel");
            httpservletresponse.setHeader("Content-Disposition", "filename=reports.xls");
            PrintWriter printwriter = httpservletresponse.getWriter();
            try
                javax.servlet.http.HttpSession httpsession = httpservletrequest.getSession(true);
                int i = 0;
             /*   Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance();
                Connection connection = DriverManager.getConnection("jdbc:microsoft:sqlserver://localhost:3413;DatabaseName=newreportsodbc", "reportuser", "cisco");*/
                String url="jdbc:odbc:newreportsodbc";
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
                Connection connection = DriverManager.getConnection("jdbc:odbc:newreportsodbc","reportuser","cisco");
                Statement statement = connection.createStatement();
                printwriter.println("<b><center><u> Search Results </u></center></b>");
                printwriter.print("<table><tr><th color=brown background-color=#fff000>  No.  </th>");
                printwriter.print("<th> DateTime      </th></tr></table>");
           ResultSet resultset = statement.executeQuery("SELECT * FROM t_Call_Type_Half_Hour");
                boolean flag;
                for(flag = false; resultset.next(); flag = true)
                    i++;
                    SerialNo = resultset.getString(2);
                    printwriter.print((new StringBuilder()).append("<table><tr><td> ").append(i).append("</td>").toString());
                    printwriter.print((new StringBuilder()).append("<td> ").append(SerialNo).append("</td></tr></table>").toString());
                if(!flag)
                    printwriter.println("<h1> No records selected </h1>");
            catch(Exception exception)
                System.out.println((new StringBuilder()).append("SQLException: ").append(exception).toString());
        static String empid1;
        static String empid;
        static String SerialNo;
        static String designation;
    }thanks in advance. i just feel there is something to be done with connection string.

    post the table format in SQL

  • Not able to fetch workitem from Multiple system ( version 4.6c ) in POWL Configuration

    Hi Experts,
    i am configuring SAP POWL in my EHP 6 System and i am able to get work-items from same system but i am not able to get from multiple system which version is 4.6c.below steps are already done.
    1.Create RFC Destination ( destination working fine )
    2.in SPRO,Cross-Application Components ->Processes and Tools for Enterprise Applications -> Inbox -> Assign Connected Back-End Systems to Inbox
         Added Destination for Old system 4.6c
    3.Create Exception Entry for that
    4.Business function FND_IBO_MULTIBE_1 activated
    5.Assigned below roles to respective users
    SAP_BC_BMT_WFM_INB_API_END_USR
    SAP_BC_BMT_WFM_INB_API_SRV_USR
    6.Added respective Task IDs in SPRO -> inbox- >Assign Task IDs to POWL Types
    Please help if i any config are missing.
    Regards,
    Pramod Gupta.

    Hi Siddharth Rajora,
    Thanks will that,but as you said 4.6c is not supported you have any document where its mention like that.so we can show our client and close this issue please share if you have.thanks in advance.
    Regards,
    Pramod Gupta.

  • Not able to get data from Reference Purchase Organization

    Hi,
        the scenario is
    Need to have one global pur. org for 3 company codes and
    one each company code specific purchase org.
    so i created Z300 as a ref purchasing org
    and created Z100 for a specific company 3000 n assigned to it
    and assigned Z100 to ref purchase org Z300
    and i  created a vendor master with Z300 purchase org n company code 3000
    but when i creating a PO with ME21n
    when i enter the vendor and Z100 as the purchase org ...it tells me that vendor is not maintained for Z100.
    ( but as per the documentation the data shud come from ref. purchase org ? isnt that true)
    and
    when i enter the vendor and Z300 as the purchase org and enter the material and plant it says
    plant is not maintained for Z300 ..? i understand this ...the correct process is the first one ..
    can nyone let me know y this error is coming ....is there anything i am missing in assigning.
    thanks a bunch

    purchasing staff of your enterprise to work with conditions and contract  
    release orders on a cross-purchasing-organization basis.                                                                               
    It is then possible for:                                                                               
    o  The conditions of a reference purchasing organization to be used by    
       other purchasing organizations for the purpose of price determination  
    o  Several purchasing organizations to access the contracts of a certain  
       reference purchasing organization                                      
    You have to maintianed the vendor for all the Pur org for which you want to use
    the ref pur org will come inthe picture when you create the contract at global level means at ref pur org so all other pur org can use the same contract.
    So if you creating PO for your std pur org then you have to maintain the vendor and you can refer the contract from ref pur org

  • Urg: Not able to import data from DB in OBIEE 11g : Connection has failed.

    Hi Team
    Recently while working in OBIEE 11g , I was trying to import tables from the data-base but I am getting an error " Connection has failed " .
    I have put the tnsora file in the network admin folder and the
    C:\OracleBIHome\Network\admin
    \OracleBI1\network\admin (Example: C:\OBI\Oracle_BI1\network\admin)
    \oracle_common\network\admin (Example: C:\OBI\oracle_common\network\admin)
    and have set the TNS_ADMIN variable in the User.cmd path  with the above path .
    But it is still not working . I have tried all the options but its still not working .
    Any help is appreciated.
    Regards
    R

    Is it Compulsory to give Schema and Work Schema while creating the Physical Schema in Oracle Data server?
    This is mandatory to have a schema and a work schema here.
    The schema and work schema could be the same user as the user who is connected to the dataserver!

  • Confirmed Dimensions. OBIEE Not able to pull data from two fact tables.

    Hi Experts,
    I have a very simple set up of Star Schema with two fact tables and 1 dimension. Both fact tables joined to the dimension at the same level.
    When i pull a column from both fact tables and the dimension table in OBIEE, it has to create simple SQL like below:
    select FACT1.column1,
    Fact2.Column1,
    Dim.Column1
    from FACT1, FACT2, DIM
    where FACT1.ID = DIM.ID and FACT2.ID = DIM.ID
    but instead it creating a query in a very complex way:
    select case  when D1.c2 is not null then D1.c2 when D2.c2 is not null then D2.c2 end  as c2,
         D1.c1 as c3,
         D2.c1 as c4
    from
         (select FACT1.Column1 as c1,
                   DIM.Column1 as c2
              from
                   DIM T1287863,              
                   FACT1 T1287945              
       where  (DIM.ID = FACT1.ID)
           ) D1 full outer join (
            select FACT2.Column1 as c1,
                   DIM.Column1 as c2
              from
                   DIM,              
                   FACT2
              where  ( DIM.ID = FACT2.ID)
         ) D2 On isnull(D1.c2 , '1') = isnull(D2.c2 , '1') and isnull(D1.c2 , '2') = isnull(D2.c2 , '2')
    I even tried setting the levels for both the fact tables and it still creates the query in avove way. Any thoughts on this will be vary helpful.

    Subramanian,
    see below the code we're using for the RFM.
    on the ct_containers table i'm passing a line, and its getting updated after the call.
    on the ct_errors table i just want to receive the errors and i only receive the line, we add manually there ('Serious error with validation code').
    kr, achim
    FUNCTION zbapi_ra_validations .
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(IS_RA_SCREEN) TYPE  ZBAPI_S_RA_SCREEN
    *"  CHANGING
    *"     VALUE(CT_ERRORS) TYPE  ZRA_T_ERRORS
    *"     VALUE(CT_CONTAINERS) TYPE  ZRA_T_CONT_IP
      DATA:
        lo_badi_handle TYPE REF TO zra_validation_rule,
        ls_error       TYPE zra_s_error.
      GET BADI lo_badi_handle.
      TRY.
          CALL BADI lo_badi_handle->validate_rules
            EXPORTING
              is_screen_flds = is_ra_screen
            CHANGING
              ct_containers  = ct_containers
              ct_errors      = ct_errors.
        CATCH zcx_ra.
          ls_error-message = 'Serious error with validation code'.
          APPEND ls_error TO ct_errors.
      ENDTRY.
    ENDFUNCTION.
    if i call this rfm in SE37 the ct_errors table is populated with all errors and the manually created line.
    Message was edited by: Achim Hauck

  • Not able to retrieve data from table faster

    Hi All,
    I have a table tab1, and I am creating one more table tab2 by selecting col1,col2 of tab1.
    creation query would be like this.
    create table tab2 as
    select as select /*+ parallel(qla,20) */ col1,col2 from tab1;
    Table tab2 is created, but the problem is when we query tab2 it is taking too long time to display the results, and the table tab2 is having arount 400 million data.
    Request every one to suggest how to improve the query performance which is
    select * from tab2;

    See the forum FAQ
    SQL and PL/SQL FAQ
    *3. How to improve the performance of my query? / My query is running slow.*
    SQL and PL/SQL FAQ

Maybe you are looking for

  • Create an alias to run a plug-in?

    I'd like to create an alias on my desktop that would run an Automator plug-in. Is this possible? I find it clumsy to have to right-click my desktop and navigate three menus to get to it. Thanks in advance.

  • How do I do a fresh install of Creative Cloud?

    Hello all, Here's my issue... Creative Cloud App Manager says that some apps are installed when they're not, some apps aren't installed when in fact they are, and some apps that used to work, now simply crash upon trying to open them. It's a huge mes

  • AVCHD and Apple (The Truth)

    A little background. I was a PC user happily editing DV videos of friends and family for years, my PC notebook was stolen so I thought what an opportunity to get a Macbook (because everyone says video editing is faster/better/easier w/ a 2.4ghz intel

  • System recovery on Satellite M100 due to CD/DVD drive not being recognised

    Hi. My computer won't recognise the internal CD/DVD drive anymore (eg. if I go to rip a CD with Media Player it says to install a CD drive first). I have followed the FAQs on the Toshiba support page, and it has lead me to do a System Recovery. I fol

  • BerkeleyDB & Incompatible versions of libdb & db.h

    Hi all I've been using the Postgrey[*1] package on a mailserver for about 12 months now without any trouble.  Did my semi-regular system upgrade over the w/e and since have been unable to get it to start. Additionally, the amavisd-new [*2] AUR packag