Data Not Found in a Query

Hi guys,
I have built a Query on a Multiprovider which is based on a Remote Cube and Basic Cube.  I can see Data for my filters via ListCube in both Multi Provider and Remote Cube.
The Query is showing Data when Restrict to Value Range [First Value, Last Value] for a Characteristic.  It is not showing data when the Restriction is deleted.
Any Suggessions over this strange Problem ?
If the question is not clear please let me know.
I went to RSRT and compared the SQL Query and found
that it is not picking up this dimension table , "/BIC/DBCS_CMR13" "D3"
and SID Table "/BIC/SPCMRBG" "S2". 
How can i resolve this issue.
<b>SQL Query showing results</b>
CREATE OR REPLACE VIEW "/BI0/0300129574" AS
SELECT
/*+ STAR_TRANSFORMATION  FACT(F) */
"DU"."SID_0CURRENCY" AS "S____004"
,"D1"."SID_PCMRFNL1" AS "S____197"
,"DT"."SID_0FISCPER3" AS "S____047"
,"D4"."SID_PCMRTOD" AS "S____215"
,"H1"."PRED" AS "S____207"
, COUNT( * )  AS "1ROWCOUNT"
, SUM ( "H1"."FACTOR" *  "F"."/BIC/PCMRLFIG"  )  AS "PCMRLFIG"
FROM
"/BIC/FBCS_CMR1" "F"
, "/BIC/DBCS_CMR1U" "DU"
, "/BIC/DBCS_CMR12" "D2"
, "/BIC/DBCS_CMR11" "D1"
, "/BIC/DBCS_CMR1T" "DT"
, "/BIC/DBCS_CMR14" "D4"
, "/BIC/DBCS_CMR1P" "DP"
, "/BI0/SFISCYEAR" "S1"
, "/BIC/DBCS_CMR13" "D3"
, "/BIC/SPCMRBG" "S2"
, "/BIC/DBCS_CMR18" "D8"
, "/BI0/0300129573" "H1"
WHERE
"F"."KEY_BCS_CMR1U"
= "DU"."DIMID"
AND "F"."KEY_BCS_CMR12"
= "D2"."DIMID"
AND "F"."KEY_BCS_CMR11"
= "D1"."DIMID"
AND "F"."KEY_BCS_CMR1T"
= "DT"."DIMID"
AND "F"."KEY_BCS_CMR14"
= "D4"."DIMID"
AND "F"."KEY_BCS_CMR1P"
= "DP"."DIMID"
AND "DT"."SID_0FISCYEAR"
= "S1"."SID"
AND "F"."KEY_BCS_CMR13"
= "D3"."DIMID"
AND "D3"."SID_PCMRBG"
= "S2"."SID"
AND "F"."KEY_BCS_CMR18"
= "D8"."DIMID"
AND "D2"."SID_PCMRCNC"
= "H1"."SUCC"
AND
"DP"."SID_0CHNGID"
= 0
)) AND ((
"S1"."FISCYEAR"
= '2006'
)) AND ((
"DP"."SID_0RECORDTP"
= 0
)) AND ((
"DP"."SID_0REQUID"
<= 5284
)) AND ((
"S2"."/BIC/PCMRBG"
BETWEEN ' ' AND 'ERRM'
)) AND ((
"D8"."SID_PORU"
= 332
)))) AND ((((
"DT"."SID_0FISCPER3"
= 10
)) AND ((
"D4"."SID_PCMRTOD"
= 265
AND
"H1"."SUCC"
<> 2000008999
GROUP BY
"DU"."SID_0CURRENCY"
,"H1"."PRED"
,"D1"."SID_PCMRFNL1"
,"DT"."SID_0FISCPER3"
,"D4"."SID_PCMRTOD"
<b>SQL Query not showing results</b>
CREATE OR REPLACE VIEW "/BI0/0300129258" AS
SELECT
/*+ STAR_TRANSFORMATION  FACT(F) */
"DU"."SID_0CURRENCY" AS "S____004"
,"D1"."SID_PCMRFNL1" AS "S____197"
,"DT"."SID_0FISCPER3" AS "S____047"
,"D4"."SID_PCMRTOD" AS "S____215"
,"H1"."PRED" AS "S____207"
, COUNT( * )  AS "1ROWCOUNT"
, SUM ( "H1"."FACTOR" *  "F"."/BIC/PCMRLFIG"  )  AS "PCMRLFIG"
FROM
"/BIC/FBCS_CMR1" "F"
, "/BIC/DBCS_CMR1U" "DU"
, "/BIC/DBCS_CMR12" "D2"
, "/BIC/DBCS_CMR11" "D1"
, "/BIC/DBCS_CMR1T" "DT"
, "/BIC/DBCS_CMR14" "D4"
, "/BIC/DBCS_CMR1P" "DP"
, "/BI0/SFISCYEAR" "S1"
, "/BIC/DBCS_CMR18" "D8"
, "/BI0/0300129257" "H1"
WHERE
"F"."KEY_BCS_CMR1U"
= "DU"."DIMID"
AND "F"."KEY_BCS_CMR12"
= "D2"."DIMID"
AND "F"."KEY_BCS_CMR11"
= "D1"."DIMID"
AND "F"."KEY_BCS_CMR1T"
= "DT"."DIMID"
AND "F"."KEY_BCS_CMR14"
= "D4"."DIMID"
AND "F"."KEY_BCS_CMR1P"
= "DP"."DIMID"
AND "DT"."SID_0FISCYEAR"
= "S1"."SID"
AND "F"."KEY_BCS_CMR18"
= "D8"."DIMID"
AND "D2"."SID_PCMRCNC"
= "H1"."SUCC"
AND
"DP"."SID_0CHNGID"
= 0
)) AND ((
"S1"."FISCYEAR"
= '2006'
)) AND ((
"DP"."SID_0RECORDTP"
= 0
)) AND ((
"DP"."SID_0REQUID"
<= 5284
)) AND ((
"D8"."SID_PORU"
= 332
)))) AND ((((
"DT"."SID_0FISCPER3"
= 10
)) AND ((
"D4"."SID_PCMRTOD"
= 265
AND
"H1"."SUCC"
<> 2000008999
GROUP BY
"DU"."SID_0CURRENCY"
,"H1"."PRED"
,"D1"."SID_PCMRFNL1"
,"DT"."SID_0FISCPER3"
,"D4"."SID_PCMRTOD"

Is seems to be referring to a different infoobjcet ( S1 and S2 in both options seem to refer to different SID tables - one is FISCYEAR and the other is the /BIC/SPCMRBG )
Is there any difference in the infoobjects in the query ? and also execute the query ( both versions ) in RSRT searching for Multiprovider explain...
Arun

Similar Messages

  • Overlapping dates not found

    Hi Friends,
    I had created a project, with two wbs elements at level 1 and 2. Assigned a network and an activity to it. Maintained all the parameters required.
    The project is saved. Later if i want to make any changes to the project and try to save, it is not allowing me to save the changes. It is showing an message"Overlapping dates not found".
    Can anyone help me fix this problem.
    Regards,
    T.V.REDDY

    Hi
    WBS Element is a Time dependant master data object,So please check the data with dates...
    Please have a look at the below url
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=time%20dependant%20master%20data&cat=sdn_all
    Hope it helps
    Thanks
    Teja

  • DroldF.dat not found

    Hi,
    I try to install the following code
    CREATE INDEX IDF_FULL on ECOLORF.INDEXATION(FICHIER)
    INDEXTYPE IS ctxsys.context
    PARAMETERS
    ('datastore CTXSYS.FILE_DATASTORE
    LANGUAGE COLUMN LANGUE
    LEXER mylex
    FORMAT COLUMN FORMAT
    WORDLIST DEFAULT_WORDLIST
    STOPLIST multistop
    MEMORY 2M SYNC (EVERY "SYSDATE + 1/24/6")');
    and I have the error :
    DRG-11446: fichier de base de connaissances fourni C:\oracle\product\10.2.0\db_1\ctx\data\frlx\droldF.dat non installé
    +(file droldF.dat not found)+
    (Same thing with an Oracle 11g on another server)
    When removing 'LEXER mylex' in the create index, it's OK, but I have some difficulties with the french accents.
    The only file in the directory xxxxx\db_1\ctx\data\frlx\ is drfr.is
    On [this forum|http://kb.dbatoolz.com/tp/2796.drg-11446_droldusdat_not_installed.html] , it is told that the missing files are on companion CD in stage/Components/oracle.cartridges.context.knowbase/10.1.0.2.0/1/DataFiles/data.jar, but only iin the R1 release (not the R2)
    But I can't find this companion CD. Where are they in OTN ? How to download old versions ?
    Or more simply : who have all these files droldF.dat, droldUS.dat and can furnish them ?
    Best regards

    Your lexer definition presumably includes INDEX_THEMES = YES.
    If you change that it will work. Otherwise you need to download the database examples for 11g, which include the knowledge base.
    Sometimes can be tricky to find - if you download the full set of files it should include the examples.

  • Error:Class java.util.date not found

    i have installed 9iAS on my computer.And i want to develop program on JSP.i tried the url below
    http://eyuksel/servlet/IsItWorking
    and i got "it is working" message.when i try to execute my first jsp file i get the error:
    Errors compiling:d:\ias\apache\apache\htdocs\_pages\\_first.java
    d:\ias\apache\apache\htdocs\_pages\_first.java:55: Class java.util.date not found.
    out.print( new java.util.date() );
    ^
    1 error
    what must i do or how can i install the java classes.
    kind regards...
    null

    Thank you very much.It worked:)
    Java is case-sensitive.
    try
    java.util.Date
    instead of
    java.util.date
    null

  • Internal error: data not found message

    Every time I try to upload pics I get this message:
    internal error: data not found
    How can I fix this problem? Thank you so much, Stacey

    Please explain in detail about the process you are trying to perform...Do tell if any settings or any change in preferences you have made. How many files you rae trying to upload. Your account is not expired and you are admin etc.
    -Garry

  • Error - Data not found

    I experience error - data not found when i click on the custom 'Next' button on the page of my application, whereas, there are records in the table of the database. How can this be resolved?
    Thank you.

    User,
    What is your name?
    Can you put an example on apex.oracle.com and provide the workspace/username/password?
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Entry date not proper in adhoc query

    Hi,
    Entry date field in action infotype ( in the adhoc query) always returns 00.00.0000. Whereas the standard reports brings the entry date properly (This is from prelq.hiredate). How we can bring the values into this particular field.The feature 'ENTRY' returns DATYP but data is not maintained in IT41. System should bring the hiring action date (0000 start date) as the entry date. We want to use this entry date field in the adhoc query.
    Thanks in advance.
    Sreeja

    Hi Sreeja
    Please  read the following paragraph of the consulting note 508026 :
    "Exception:
    If the query is started with a key date selection, the query calls
    function module HR_LEAVING_DATE with the key date and not with the start
    and end date of the personnel action in which the key date exists. You
    can use modification note 562031 to change this system response."
    Please also make sure, that the corrections of note 561514 are contained in your system.
    I hope that this information be useful for you.
    Regards,
    Jun

  • Data not getting displayed in query

    Hi
    I have master infoobject with keyfigure units as percentage, and data is loaded and working fine.
    data is not getting displayed in query, i am getting the error message, that exception aggregation has to be maintained for 0calday.
    how do i resolve the issue
    Regards

    solved

  • Credit memo related Data not reflected in  BCT Query

    Hi Experts ,
    If anyone can help me .
    Problem : I have loaded data in 0SD_C03 for sales analysis. Everything is alright and all data except Credit Memo related data are showing . During the selection in query the C/D posting + Doc Categ + Net Value forms the output value for Credit memo but it is not showing . The SD doc categ has credit memo records in VBFA table . Now i don't understand why data related to Credit memo is not retrieved in the query . I am using the standard queries and std BCT objects only .If anyone have come across please share your experience .
    Theba

    Check in your Cube fact table whether you have entries with document category O - for credit memo
    If not, ensure cube has the data and your query do not have any exclusion filter dor document category O. Check in PSA also, if not there your extractor is excluding the credit memo records

  • Oracle.jbo.domain.Date not found

    Hi
    I am building a Application in JBuilder 10.3.3 and i am getting exception oracle.jbo.client.remote.RowImpl not found. Can any one tell where we can find the jar file for "oracle.jbo.client.remote.RowImpl this class"
    Thanks

    Hi,
    in JDeveloper (not JBuilder !!!!) check if the project's technology scope is set to ADF Business Components (just double click onto the project and check the Technology Scope element)
    Frank

  • Export of pictures - original raw data not found

    Hello everyone,
    I have been trying to export a few pictures. But I always get the error, that the orginal folder could not be found. So Lightroom just creates an empty folder without exporting any of the pictures.
    I have attached a sreenshot of the txt file with the error and the location of the not found folder, which is exactly the same as the stated location in the error code.
    ANd I have already worked with Lightroom where I didn't have any problems exporting the files. So I am left without any clue..
    I really appreciate any help
    Best regards

    Yes there were exclamation marks and I just had to click on them and give in the directory again.
    Now it isworking perfectly fine.
    Thanks a lot

  • Data not available in BEx query

    Dear All,
    I have loaded data and it was showing proper data. Queries are based on MultiProvider.
    But now data is showing in MultiProvider but not in BEx queries. I have deleted all the data and re loaded but not working.
    Plz help ASAP.
    Regards,
    SS

    Yes and filters are working fine.
    When i debugged the issue, i found that this is becaus eof Nav attributes. If i am removing Nav attributes from the query it is working fine.
    Strangely, the same attributes are switched on in another MultiProvider and queries from that MultiProvider is working fine.
    Plz help ASAP.

  • Edited table data not found after physical backup

    hi,
    i have recoverd to another location physical backups of oracle files. i have all data but data in one table patient can not be viewed. however, if i execute count(*) query it retruns total number of rows. can any one help me.
    i am using 11g database and i am executing this query from sql*plus
    " select * from patients;". messegae received "no data found".
    thanks
    susan

    user3293897 wrote:
    hi,
    i have recoverd to another location physical backups of oracle files. How you've performed the recovery?
    i have all data but data in one table patient can not be viewed. however, if i execute count(*) query it retruns total number of rows. can any one help me.
    i am using 11g database and i am executing this query from sql*plus
    " select * from patients;". messegae received "no data found".
    You mean that the table has data in the first database, and you lose the data while copying and recovering the db?

  • Data not found in front  end jdeveloper

    hi,
    i have analytical workspace measure which has data and i have corresponding relational view which is mapped to analytical workspace measure.if i do a query for the view i am getting the data in the view.
    i validated the corresponding cwm2 metadata and they are valid and no errors.but i am not getting the data of the measure in the crosstab in the front end jdeveloper.
    this was working previously.but all of a sudden it is not working.
    rdbms version-9.2.0.4.1
    jdeveloper -9.0.3.1
    pls help me in this.it is very urgent.
    thanks in advance
    sharanya

    Not sure I follow.
    Are you using BC4J?
    What do you mean by "crosstab in the front end jdeveloper"?

  • Text (T) symbol  for field kostl not found  in adhoc query selection

    Dear Freinds,
                  We have developed a custom infotype , as per our requirement one of the field i have added is the Kostl field ( this i have created exactly the same way in infotype 0001).
    I have to devlop a report using ADHOC Query based on this custom infotype , so i have developed a adhoc report ( selecting the logical database PNPCE option as it is not allowing for PNP), when i selecting  the required feilds from the Custom infotype i can see for the field KOSTL field doesnt have the symbol(T)  against the field . However for another ADHOC report when i am selecting from the infotype 0001 i can see the T symbol for the KOSTL . So i went and check in the custom type structur and transparent table as well , the search help etc is exactly same as that of the which are there for this field in the standard infotype 0001(Kostl). Because i have to display the description of the cost centre along with the kostl field , howeve iam able to get for Pernr descirption , for pernr iam able to see the T symbol against the field Pernr.
    Please could any one guide why this field doesnt have the   symbol  T.
    regards
    divya.

    Why don't you the same data element of the KOSTL.
    Eventhough you created your own infotype you can still use the stanadard data element.
    If you use the standard datatype you will get those feature avalable
    Warm Regards

Maybe you are looking for

  • Word to Pages "Import Error"

    I have a load of files created by drag and drop editing of pdf files into Word tables. I want to use pages to edit these ... it should be easier with services. Most of the files open fine, but a few give me an Import Error. Any ideas? There are no ob

  • Cropping Photos in iPhoto

    I have a question about the cropping tool. I know that by clicking on the drop down Constraints menu when in edit menu I can change the constraints of the crop. It seems to me that those constraints are useful if you are actually going to print out t

  • Join two or more lines at intersect

    Hi all, New to the forums and really only asking here as I haven't been able to find an answer anywhere on the web. I am trying to neatly join a 1pt horizontal line and 1pt 45° degree angle line together neatly at the point where they intersect using

  • Patch for V2.0

    Is there a patch for APEX V2.0? if so where is it? thanks Paul P

  • SSRS to export report as "structured" csv file (of sorts) . . .

    I'm trying to use SQL Server Reporting Services (SQL Server 2008 R2) to produce a CSV file.  Row 1 in the CSV has to be a summary row with 8 columns.  The detail rows which follow have 24 columns.  The data in the summary row is "static" except for a