RSA3 - Extractor returns different amount of records

Hello,
I created an additional datasource for COPA. I have an existing datasource that has worked well. The reason for creating the additional one is because a new field needed to be extracted.
Both datasources are the same with the exception that the new one has 1 more field.
When I use RSA3 to test the extractor for the Original datasource I get 1098 records.
When I use RSA3 to test the extractor for the New datasource (that has 1 additional field) I get 1000 records.
Why is there a difference in the number of records returned by the extractor? (I am using the same parameters in RSA3, just switching the datasource)
Thanks!
Nick

hi Nick,
what's the setting for following ? (100 and 10 ?)
Data Records / Calls
Display Extr. Calls

Similar Messages

  • Web client returned different no. of records in same query

    May anyone can help me ?
    I am now using Web Client 9.2.0.0.196 Windows XP.
    I am only an user to retrieve records using one static query thorugh Hyperiion Interactive Reporting Web Client for business purposes. The back-end database would be updated monthly.
    We set the request and filter within one Dimension of the query. However, I tried the query 10 times, the number of records returned was different.
    I trired to set filter with different values. Sometimes, it gave me correct number of records and sometime it could not.
    My IT team reported that the Expert of Hyperion Verdor also cannot resolve my problem.

    As you are using the Web Client there are many parts involved in the process of your running a query.
    Below is an example of a very basic path a query takes to DB
    1. PC- Web Browser with Web Client
    2. Web Server
    3. Application Server
    a. Hyperion BI Server
    b, Hyperion DAS - Data Access
    4. Database.
    Anywhere between 1 and 4 there may be firewalls, network switches etc.
    If you are getting unexpected results on you query then I would start with taking the Query/SQL being sent via the Web Client and trying it on a SQL Client Tool for that Database from your PC and see what you get.
    Other Troubleshooting actions:
    - Have DBA monitor the Database and see if they can capture your SQL being sent and see if they can see if there are problems on DB.
    - Have Hyperion Administrator look at the Logs for the BI Server, DAS and Usage Tracking to see if there are any anomolies.
    - I would see if you are experiencing the same problem from a different workstation.
    - Check for Network Time Outs....How long is it taking for your Query to Run? Maybe you are dropping connection somewhere in the process.
    Hope this is helpful.
    Wayne

  • Mysql query returns different number of records from coldfusion and navicat

    Hi
    I'm hoping that someone can suggest a basic strategy to debug this.
    I have a fairly large and complicated query that is executed by a function in a cfc.
    It returns (for example) 100 rows.
    If I use cfdump and then copy and paste the SQL of the query (with the variables, of course) into Navicat and execute exactly the same query on the same mySQL database, it returns 130 rows.
    Same SQL string, same database, same data - the only difference is that in one instance Navicat submits the query and in the other, Coldfusion does.
    Has anyone ever had anything like this happen before?

    Ok I found my own bug. Of *course* the sql queries were not identical.. they could not possibly have been. My mistake was thinking that they were.
    The problem was part of the WHERE clause:
    AND orderid in (500,503,505)
    In the coldfusion code this was
    AND orderid in (<cfqueryparam cfsqltype="cf_sql_varchar" value="#lstOrderID#">)
    which of course rendered in mySQL as AND orderid in ('500,503,505')
    This was not immediately apparent as the cfdump returns this as AND orderid in (?) with the variable in the array below.

  • Different number of records in RSA3 for Full and INIT

    Hi All,
    I am about to load the data from 0FI_GL_4 and checked it in RSA3 for the number of records. It returned different number of records when I run the extract with options 'F' and 'C'. Why is it so? This is the first time I am loading the data into BW for this datasource. I would expect the number of records to be same if I do either a full extract or an init but surprised by seeing different number of records.
    Best Regards,
    James.

    Hi James,
    Probably it's because of the time stamps stored in table BWOM2_TIMEST.
    If you run a delta init and than a delta update then the number of the records should match with the record of the full update.
    You can find some more info about table BWOM2_TIMEST here:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a7f2f294-0501-0010-11bb-80e0d67c3e4a#527,7,Timestamp%20Mechanism:%20New%20documents
    Bye,
         Zsolt

  • Count the total amount of records returned

    Is there a way in DW to count and display the total amount of records in my DB table?
    Eg: I might have 10,000 records in my database, but only 55 match the SELECT statement, so I want to show a visual counter saying '55 articles in this section' on my page.

    Choose one of these  function appropriate to the api you are using:
    http://php.net/manual/en/function.mysql-num-rows.php

  • To_char(adate,'dd.mm.yyyy')   returns different results  from  two oracle clients !!! Is it  possible?

    Dear all;
    We have only one Database server with some IIS's   as web servers on front . Each web server has own oracle client software in order connect to central database..
    The same following query used in C#  code  returns different results on each IIS server.(3 row, or  not data found )
    why?
    select     *    from    aTable    where        to_char( adate ,  'dd.mm.yyyy' )  =   :search_date
    regards
    Siya

    1006237 wrote:
    If adate is of DATE datatype, it will most likely has the time component. Therefore your SQL below is unlikely to return any data.
    select * from aTable where adate = to_date(:search_date, 'dd.mm.yyyy')
    Perhaps.....
    select * from aTable where TRUNC(adate) = to_date(:search_date, 'dd.mm.yyyy')
    Hi,
    not having any sample data from you I could not understand that you wanted to select the range 00:00:00 - 23:59:59 on search_date.
    Your method might not be efficient if you have an index on adate.
    Maybe something like this will be more efficient
    select * from aTable
    where adate >= to_date(:search_date, 'dd.mm.yyyy')
      and adate <  to_date(:search_date, 'dd.mm.yyyy') + 1;
    If you search_date is 30-Aug-2013 it will get records where adate >= 30-Aug-2013 00:00:00 and adate < 31-Aug-2013 00:00:00, so any time of date 30-Aug-2013.
    Try like this and let us know if you still have 2 different results.
    Regards.
    Alberto

  • Limiting the amount of records or pages that gets generated by a report

    Post Author: jjurroz
    CA Forum: General
    Hey guys,I'm using CR 8.5.3I have a quick question that hopefully one of your can help me out with. I have a report that works perfectly and uses a couple different parameters for sorting etc.. I'm using an SQL database and for a particular report, after inputting the correct parameter values the report would generate for example 12,000 records on 2000 pages. What I'm trying to do is create a new parameter that would limit either the amount of pages that gets generated or the amount of records. I think I'd rather limit the amount of records to start off with and I would like it to be from a list of predefined amounts. I.E. "ALL", "First 10", "First 50". Essentially I'm trying to create a report that gives me a subset or sample of the main report so that it could get printed to pdf and sent to customer for review. Any help would be greatly appreciated! Regards,Jose

    Post Author: jjurroz
    CA Forum: General
    I can only go to 'TopN/Sort Group Expert' menu option if I add a summary field, otherwise the option is greyed out. If I do add a summary field and go to 'TopN/Sort Group Expert' I have no formula button. I can select TopN from a drop down but then I have to hard code the N value. I'm start to wonder whether its even possible to do it dynamically in CR 8.5.   V361:Sorry JJurroz, Here again I have CR XI, so not sure if 8 will do this.  Create a number parameter {? Top_N} then go to Group Sort Expert, you should be able to click on the formula button for Top N and put your parameter {? Top_N} in the formula.
    That should work.

  • BAPI execution in webdynpro returns only a few records

    Hi,
            I'm executing a BAPI in my webdynpro application and it is returning only a few records from backend table. When i execute the BAPI in R/3 with the same input i'm getting all the records. In webdynpro i'm getting only 22 records for different set of inputs while in R/3 i'm getting all records(37,41 etc). Any help in this regard will be valuable.
    Regards,
    Shabeer

    Hi,
         I am invalidating the output node after execution of BAPI. The BAPI is executing properly and it is returning records also.But the problem is with the number of records returned by BAPI. As i've mentioned earlier it is always returning 22 records, eventhough the actual output contains more than 22 records(I checked this in R/3). I was told that the BAPI is calling a transaction(i don't know whether it is the problem since i am not familiar with ABAP and R/3 that much).Is it possible that webdynpro is fetching records even before the BAPI execution is complete in R/3 and hence returning partial output(I'm not sure about this thing) ?
    Any help in this regard will be valuable.
    Thanks and regards,
    Shabeer

  • Amount of records loaded to PSA is not same as in r/3???

    hi experts,
    I am extracting data from 0EMPLOYEE_0022_ATTR data source from r/3, in the extractor checker there are 120 records while in PSA there are only 21 records. there was no selection in infopackage level, what could be the reason. plz tell me how to rectify this.
    regards
    vadlamudi

    Hi Everyone:
    To solve the above problem please follow below steps:
    Step 1 : Check the Data in RSA3 for the 0EMPLOYEE_0022_ATTR  & View the Data in Alv Grid
    Step 2: Sort the Start Date in Ascending Order & Identify the Least Start Date
                     Assumption i have identified : 01.01.1980 is the least Start Date
    BI Side:
    Step3 : Go to the 0EMPLOYEE_022_ATTR Datasource respective Infopackage
    Step 4: Select Update Tab
    Step 5: Give the Identified least Start Date in RSA3  (Ex: 01.01.1980)
    Step 6: Execute the InfoPackage
    Done....All records will come as how you see in the RSA3 on R/3 Or ECC Side.
    Other Notes: 0EMPLOYEE_022_ATTR have F- Full Update default in R/3 no option for Delta. No Delta Mechanism for this DataSource.
    Regards,
    Satish Reddy

  • Errors occurred during the extraction in RSA3 - Extractor Checker

    Hello,
    I'm trying to check the standard datasource - 0CRM_QUOTATION_I (CRM Quotation Item) in RSA3 (extractor checker) in the CRM system but it returns a pop-up 'Errors occurred during the extraction'.
    Could someone please let me know where and how to check the error as it is not very obvious from the pop-up?
    Many thanks.
    Regards,
    Sri.

    HI  Sri,
    Sometimes the BWA5 Adaptor settings are not properly transported to QA from DEV ,
    Try this ,
    Create a transport request manually from DEV again for the below object in TCODE : SE03 ( Objects in Requests --> Include Objects in a Transport Request  --> Under selection by type and name --> choose radio button --> Selected Objects and provide the below entries )
    R3TR   SMO4   0CRM_QUOTATION_I
    ( you will have to enter SM04 and datasource name only ,press enter it will pick up R3TR automatically ) and then transport to QA
    This should resolve the issue
    Regards,
    Sathya

  • Is there a way to create a custom screensaver with pics/slides that display for different amounts of time?

    Is there a way to create a custom screensaver with pics/slides that display for different amounts of time? Or even add a "video slide" into the screensaver?
    My business has 3 TVs displayed in our lobby, each with its own apple TV and they are all linked to the same photo stream. Currently the Atv screensaver displays the photostream pictures of our products for the default 3 seconds. We just added pics/slides that now display messages and useful info for our customers but I want that info to be displayed for a longer period of time than the pictures to give people a chance to read it.
    I tried using flickr and powerpoint as a work around but no luck.  I created a slide in powerpoint with play length of 15 secs and saved it as a wmv file.  I added that file to a "screensaver" set in flickr and pointed the Atv screensaver to that flickr set.  It still displays everything, pics and the wmv file at the default 3 sec.
    I know I can increase the duration of all pics in the screensaver to display for longer but the goal is to have the pics display at 3 secs and the info slides to display at 15 secs.

    Welcome to the Apple Community.
    No that's not possible.
    If you have any suggestions that you think might enhance the Apple TV you can send Apple your feedback here 

  • Which system field returns the number of records returned after a select?

    Which system field returns the number of records returned after a select?
    a) sy-index
    b) sy-recno
    c) sy-lncnt
    d) sy-dbcnt
    e) sy-tabix

    Hi,
       SY-DBCNT
    Regards,
    Prashant

  • Amount of records loaded to dso is not same as in psa

    i performed a loading from psa to dso. i have 2 datasource under this dso, the amount of records loaded from psa for this 2 datasources to dso is not consistent. the psa for the 1st datasource having 3k records and the 2nd datasource having 5k records, when i perform the loading for both of this datasource to dso, the records is less. do anyone here know why is this so?

    hi,
    DSO have overwrite option and hence you have lesser records.
    chk if you have enough key fields in DSO, so that you can reduce the number of records getting overwritten.
    Ramesh

  • HT1918 Hi - I think I have different apple devices recorded under different apple IDs. Now I would like to consolidate all the devices under one Apple-ID.  I have tried to do this going through the manage accoung like, but it timed out - could somebody he

    Hi - I think I have different apple devices recorded under different apple IDs. Now I would like to consolidate all the devices under one Apple-ID.  I have tried to do this going through the manage accoung like, but it timed out - could somebody help, pls

    Purchases of multple Apple ID accounts cannot be merged as noted here >  Frequently asked questions about Apple ID

  • How to insert large amount of records at a time into oracle

    Hi, im Dilip. I'm newbie to Oracle. For practicing purpose i got some SQL code which has huge amounts of records in text format which i need to copy+paste in my SQL Plus in Oracle 9i. But when i try to paste in SQL Plus I'm unable to paste more them 50 lines of code at a time. In one of the text file there is 80 thousand lines of record's code i need to paste. Please help me. Here is the link for the text file I'm using : http://www.mediafire.com/view/?4o9eo1qjd15kyib . Any kind of help will be much appreciated.

    982089 wrote:
    Hi, im Dilip. I'm newbie to Oracle. For practicing purpose i got some SQL code which has huge amounts of records in text format which i need to copy+paste in my SQL Plus in Oracle 9i. But when i try to paste in SQL Plus I'm unable to paste more them 50 lines of code at a time. In one of the text file there is 80 thousand lines of record's code i need to paste. Please help me. Here is the link for the text file I'm using : http://www.mediafire.com/view/?4o9eo1qjd15kyib . Any kind of help will be much appreciated.
    sqlplus user1/pass1
    @sql_text_file.sql
    doing above will execute all the SQL statements in the text file

Maybe you are looking for

  • Is there a way to Insert Data into a Lookup Column Type on a SharePoint List Destination in SSIS?

    Greetings. I have successfully worked out inserting SQL data (2008 R2) into my 2010 SharePoint list (New, Update, Delete) by creating an SSIS Data Flow Task as outlined here: http://fsugeiger.blogspot.com/2010/01/synchronise-sql-table-with-sharepoint

  • File Adapter OS Command Line After processing (UNIX)

    Hi guys, I want to run only one line after message processing: compress -f %f It must be compress seeing as this is the way we use it on our legacy system where it adds the extension .Z. It seems crazy to write a shell script for only one line. Is th

  • GPS Maps Language

    I am a user in Hong Kong, I would like to know if I can turn the map into english instead of showing the Chinese roads and streets? Thanks

  • Dunning on profit center level

    I have following situation: I have customer which have 4 open items relevant for dunning. The difference between then are the profit center. If I run the dunning and use free selection profit center the system selects only 2 items (correct). However

  • Safari asks for password twice.

    I have a membership to a web site. Gaining access to the Members directory requires a user name and password. Once into the member's area there is a subdirectory that contains Quicktime movies to which I should have unfettered acceas. I can access th