Discoverer with OWB generated EULs

i configure my warehouse star schema using OWB (warehouse builder 9i release 2) and generated the EUL. the were some warnings but they were pointing to some invalid characters in the names of the objects but the import succeeded.
i could see all the imported definition from OWB using Discoverer Admin (also iDS Release 2 - EUL version 5).
sample of my star schema:-
fact table
salesman_id
product_id
sales_amt
dimension
salesman (which also contains salesman name attribute)
product (which also contains product description attribute)
so, i can see the Discoverer joins from the fact to the dimension tables.
when i create a workbook (report) using Discoverer Desktop, i faced the following problems:-
if i just have Salesman (ID or Description) as a row, everything is fine.
if i add in the Product ID, it still works as per normal.
but when i add Product Description into the report, i experienced a weird behaviour. somehow, the Salesman ID field will be automatically filtered to show only a certain number of records in the result (less than what it initially was) !
usually if you put field in the Page Items section you will have to select to view <All> records, right ? citing the scenario i just mentioned above, i will only see some record values ... i won't see the <All> displayed for me to choose.
has this got to do with the foreign key relationship from the Fact table's Product ID field to the Product Dimension table ? it worked for the Salesman dimension !!
the only thing different about the product dimension is the product id field is VARCHAR2 length 18. you could have numeric values like 000000000012345678 (numbers are padded with zeros to make up 18 chars) and alphanumeric values like MAT_TG12345 (which are not padded with anything - left-justified). i could set that the report would only retrieve the records which has product id matching the numeric values !
any ideas ?
thanks to anyone who is kind enough to read this lengthy post and reply it :)

It would appear that you do not have integrity between the fact and the product dimension.
Does the foriegn key exisit in the database (deployed) or is it only in the OWB repository (not deployed).
Two thing:-
Try changin the join to an outer join.
Take the sql from the View SQL drop down option and run in another SQL Editor.
Neil

Similar Messages

  • Why cann't i see the cube that i create with owb    ??

    hello:
    owb version:10.1.0.4
    db version:10.2.1.0.1
    Business Intelligence 10.1.2.0.2
    windows 2003
    i use owb create 3 dimensions and 1 cube,and deploy on target schema successfully.
    and export the metadata to eex file, and import eex file into discoverer administrator ,when create workbook i can see the cube created with owb;
    then i selected ORACLE BI DISCOVERER option to connect target_schema,so i can see my cube and dimension;
    but when i selected ORACLE BI DISCOVERER FOR OLAP option to connect target_schema, login in successful , but when i create my workbook ,cann't see my cube and demension
    why for this,and how to do it,so i can see them?
    pls help me!

    There are three ways to deploy a multi-dimensional model and the final model selection depends on the database options you have purchased and they tools you have at your displosal:
    relational access - You can define relational cubes and dimensions within OWB and deploy these to your target schema. The dimensions are implemented as query re-write objects and can be viewed within the view USER_DIMENSIONS. The data relating to the dimension is stored within a simple relational table, either as a snowflake or star schema format. The cube object does not really exist as such but is implemented as fact table. Typically, access to this type of implementation is via Discoverer and you need to create a Discoverer EUL to view the deployed tables. Within Discoverer you will not see the dimension or cubes listed but you will see tables and/or views relating to your deployed schema.
    The Discoverer Bridge will create the eex/EUL file to install the schema within Discoverer Administrator. However, you must use Discoverer Plus/Viewer with the relational connection details.
    As an FYI the management of Discoverer EULs is integrated within OWB 10gR2.
    OLAP models - OWB also supports the deployment a schema as either a relational OLAP model or within an analytic workspace (this creates a MOLAP model). The OLAP deployment can be viewed only using Discoverer OLAP, however, management of the schema does not require an EUL and the administration is managed by Discoverer Administrator. All the administration is managed by OWB. To access a multi-dimensional model using Discoverer OLAP you must first run the OLAP bridge from within OWB. This will deploy all the required metadata for Discoverer OLAP to connect to your schema.
    However, I would recommend you urgently upgrade to OWB10gR2 as this provides additional tuning options for the OLAP data model that are not present in your current version of OWB 10.1.0.4. Unfortunately, with your current OWB version building an OLAP model is a two stage process, a form of data staging. You need to create a relational target schema first and then replicate that target schema within an OLAP model. OWB10gR2 allows you to map data from a source object directly to a multi-dimensional object with no need to stage the data.
    If you cannot upgrade at this point my suggestion would be to use OWB to design the target relational schema and then use Analytic Workspace Manager (AWM) to design your OLAP schema for Discoverer OLAP access. AWM will provide you with all the tools for tuning and managing your OLAP model within a 10gR2 database schema.
    Once you have upgraded to OWB10gR2 you can stop using AWM as all the tuning features are within OWB.
    Hope this makes sense and is helpful.
    Keith

  • Discoverer and OWB

    Hi All,
    I'm sorry about my question, but I'm new in Oracle's BI World. I'm trying to create a data warehouse with OWB and then access it with Discoverer. I created my data warehouse without problems. But I can´t export it to Discoverer. How can I do this? I already read some materials about, but no one like "HOW TO". Anybody can help me?
    Best regards,
    JV.

    I do this a lot and it is really quite easy, though maybe not the most intuitive. Assuming you are using OWB9.2 then you need to create a Collection for the Discoverer business area in OWB. You then use the Project->MetadataExport->Bridge menu option and then select Discoverer as the destination product. After setting parameters for the Discoverer destination EUL it creates a Discoverer export file. You then just import this in the Discoverer Administrator.
    If you are using OWB9.2, then look at Part V, section 22 of the OWB9.2 User Guide (particularly the section "Exporting Metadata to Oracle Discoverer 4i and 9i").
    Regards
    Dave

  • Different migration options with OWB.

    Hi there,
    We are very new to Oracle Warehouse Builder (OWB) version 10.2.0.3. We are Oracle E-Business Suite users. We will be loading data into 10gOLAP cubes via Analytical Workspace Manager and will be using Discoverer for OLAP for reporting.
    We are considering various options with OWB migration from DEV -> UAT -> PROD.
    Our current thinking is to install OWB in our DEV environment only. PL/SQL packages that are generated in DEV and tested will be migrated to UAT for execution.
    Results of the execution of the PL/SQL packages in UAT will be subjected to users testing. Upon successful UAT testing by the users, we then migrate the PL/SQL code to PROD for execution.
    What are the short comings of the above arrangement as compare to installing OWB on all three environments.
    Also what are the benefits of using Workflow Manager as compared to using concurrent manager to submit our OWB PL/SQL packages?
    Please share your thoughts on the above.
    Thank you in advance

    Sorry, but as you deduced, you cannot use branching in tests.
    A test is expected to be a linear progression of slides,
    where all scored slides have answers. If the user never sees some
    questions, they cannot get 100%.
    You might want to submit a feature request to specify that
    only answered questions be evaluated when determining quiz passing
    (or whatever terminology best fits what you'd like to see).
    You can so so here:
    Link
    to Adobe Captivate Feature Request Form

  • Mappings out of synch with OWB repository

    Hi,
    I have a global problem with my repository, every mapping reports validation errors (many) advising to reconcile inbound or outbound.
    First question is how could this happen on such a global scale (affects every mapping) ?
    Second is how to fix, when I reconcile inbound a) All the links to columns are lost and I have to manually re-attach which is very risky let alone tedious b) After reconcile inbound some tables dont match what is in the repository (columns missing). The only way around this was to delete and drag the table back into the mapping and re-attach columns.
    Third question is, since the prod version of these mappings are running successfully if I deploy a mapping that is out of synch with the repository will it still function as it should ?
    Any help appreciated.
    Cheers,
    Brandon

    I think the problem you are having is that your mapping objects are not reconciled to the repository objects. It is purely a logical OWB problem of matching an mapping operator to an OWB object. It should not effect your busines logic or code that is generated by OWB.
    The warnings are just that, warnings. If you were missing a connection between objects, you'd get an error.
    Even though an operator in your map exists as an object in your repository, they are not properly bound. If your reconcile inbound each object (match by UOID and by name), you should stop getting the warnings.
    This is one of those quirks with OWB (at least with 9.2.0.8 that I am using). I noticed that if I import a mapping from another repository, the operators become unbound. I've given up trying to fix them each time. I just ignore the warnings.

  • Issues with Sequence Generator

    I'm having trouble with Sequence generator not generating continuous numbers starting from 1, each time I run the mapping.
    I want the Sequence to start from 1, each time the mapping is run. For this to happen, I'm using a pre-mapping operator which uses an oracle procedure to reset the sequence.
    But, the sequence generates the numbers from some weird number, say 3508 and then jumps to 5006 and so on. I'm not able to track what's wrong with the sequence. I have stopped the caching in Sequence but still it hasn't helped. I'm sure and have verified that the procedure being used to reset the sequence is running fine.
    Please suggest some additional parameters/properties at OWB level to be checked for the sequence, if any OR any thoughts on why the sequence is not starting from 1. Thanks in advance.
    Thanks,
    Sachin
    Edited by: 850549 on Apr 23, 2011 11:43 AM
    Edited by: 850549 on Apr 23, 2011 11:44 AM

    Could you check whether the sequence you use has a cache value greater than 1 defined in the database. This way if your database regularly should be stoped, e.g for offline backup, you'll loose the sequence values that were unused in memory at that time. That way the gaps in your surrogate ids would be explainable.

  • Integration  of Discoverer with OBI EE

    Is there any way to Integrate Discoverer with OBI EE. We have many reports built in discoverer. I think there is an option in BI Publisher. Can any body provide or give any link where i can info on Integration.
    Thanks

    If you really want a discoverer report in your dashboard then I you can do this with the help of publisher indeed. But I think to migrate the EUL to your repository is much quicker when you got more reports.
    The steps are like this:
    Integrate discoverer and OBIEE with publisher
    make a report in publisher with the discoverer query
    place this report in your OBIEE dashboard.
    But I don't think that you must want that ;)

  • Cant compile proc with OWB created DB Links - appear to loopback ?!!

    We're on Oracle 9.2 with OWB 9.2 and have the following scenario:
    We have two databases: DB1, DB2
    Both databases have a schema STAGING
    Both schemas have a table ADDRESS.
    The ADDRESS table on DB1 has columns CITY, STATE, ZIP while the ADDRESS table on DB2 just has CITY, STATE
    We have a stored proc on DB2 that is trying to select the ZIP field on the DB1 across a database link called DB1@SERVER1. The exact code is:
    select zip into v_zip from address@db1@server1;
    The compiler fails because with the error that ZIP does not exist. If I change the column to STATE it compiles successfully, leading me to believe the compiler is verifying the code against the local db and not across the link....
    Furthermore, if I run the offending sql via a sqlplus it crosses the link and works!... it appears to only be affecting compile time.
    I believe this has something to do with loopback links, but I haven't been able to solve it...
    Can anyone explain this behavior?!
    Any help greatly appreciated...
    -D

    Hello, Dan
    Actually I don’t understand why OWB generates so strange name for db link. After your post I’ve revisited my projects to see if there is any inconsistencies in generated db link name within mapping PLSQL code and db link name itself.
    There is one at least for me – in PLSQL db link’s name is like “<db_instance_name>”@“owb_location_name”, but in DBLINKS db link name looks like:
    db_instance_name.db_domain@owb_location_name. I must say it’s quite a trick for me how Oracle matches this two names, considering quotes and db_domain. Anyway, it works fine for me.
    By the way, two databases of yours are result of “cloning” one of them? If you are sure that real symptom is db link loop back – look at Net configurations.
    Try to have a look at DBLINKS – maybe you’ll find some mismatches. As a try – drop created db links and try to redeploy them, make additional tests via sqlplus, verify db_domain for both databases, check sqlnet.ora/tnsnames.ora on both databases.
    Serhit.

  • Problem with OWB Paris (case expression)

    I've got a little problem with defining an attribute property. I've defined a simple case statement: case when LKP_IN.TEST_TAB_ID is null then 'INS' else 'UPD' end. When I validate the expression I get the following error message:
    Line 1, Col 8:
    PLS-00103: Encountered the symbol "when" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between || multiset member SUBMULTISET_
    The symbol ". was inserted before "when" to continue.
    Line 1, Col 50:
    PLS-00103: Encountered the symbol "THEN" when expecting one of the following:
    ; and or
    Needless to say that this worked well with OWB 10g R1. Any clue?
    Thanks in advance
    Jörg

    Hello, Jörg
    To what database are you trying to deploy your mapping? It seems that db version is pre-9i?
    If so, note that CASE statement is unavailable in PL/SQL until Oracle 9i – it’s available only in SQL (in pre-9i Oracle had different code from SQL and PL/SQL interpretation, after 9i it share interpreter code). The compilation error may appear in “ROW-based” parts of package: OWB generates code that calls CASE statement directly in PL/SQL – it cause error.
    To avoid deployment error “wrap” this expression component by some operator (order, dedup, join, set). In this case OWB pack expression along with “wrap” operator in SQL statement and package will compile.
    Where were discussion here (in forum) about using analytical function in mapping – the same approach works for CASE / DECODE if deploying to pre-9i database.
    Sergey

  • Error while registering user with owb repository.

    Hi all,
    I am using owb 10gr2.
    I am trying to register a user with owb repository. I am getting below error.
    ORA-00955: name is already used by an existing object
    But when i try to deploy the mapping, it is showing a message
    Cannot deploy PL/SQL maps to the target schema because it is not owned by the Control Center.
    I am sure the user is not registered with owb repository. But i don't know why it is showing 0RA - 00955 error. Can somebody tell me what is the possible error.
    vasu

    Hi,
    the user was created outside the owb ("... because it is not owned by the Control Center") direct in the database. You must first use the repository assistant (advanced options) to make him to a target user.
    Then you can register him in the owb as repository user with special rights.
    Regards,
    Detlef

  • Installing Discoverer with Database Version Oracle 10g Express Edition

    Hello,
    Is it possilbe to install Discoverer with database version Oracle 10g Express Edition? I have Oracle Fusion Middleware 11.1.1.1.0 on my Windows XP machine as well. If so, can someone please provide me a link to the Discoverer download.
    Regards,
    Kelly

    Note that the Personal Edition of the database is 'the most powerful' version, in that it contains all features and options of the Enterprise Edition (expect RAC and Enterprise Manager packs)
    As such, the Personal Edition, at a mere USD$400-500 is one of the most cost effective for-fee products that Oracle has in it's inventory. It is targeted at the developer. And it comes with the complete set of Sample Data, whereas XE has a very limited subset (since it does not support all functionality).
    Express Edition is indeed free, but it is not supported, and can not be patched. OTOH it does have a lighter footprint.
    Again, I am not sure whether Disco 11g is compatible with Express Edition. (It's on my schedule for December ...)

  • How to generate a PRBS signial with arbitrary generator HAMEG HMF2525

    hi, i need help to make the acquisition and signal generation from HFM2525 HAMEG.
    and how to generate a PRBS signial  with arbitrary generator HAMEG HMF2525?

    fafil82,
    What have you done so far?  What NI products are you using?  If you're using ELVIS how does your setup look like?  What is your overall application?
    Jonathan R.
    Applications Engineer
    National Instruments

  • Memory leak with swf generated by Xcelsius 4.5?

    Hello,
    I've experienced some memory problems with swf generated with Xcelsius 4.5. I'm using Windows Vista and Internet Explorer 7.
    I noticed that every time I refresh my dashboard using the F5 key, the memory used by the Internet Explorer process increases (or doubles).So, in case I need to refresh my dashboard many times, the memory used by the browser becomes definitely too much and compromises my system stability.
    Does anyone have experienced this problem? Is this a memory leak? Is there a way to fix this problem?
    Thank you,

    That's the trick who does it, thank you!

  • How to display value from java class with output generated with toplink

    i hava a requirement of displaying (distance ie calculated in java class) with output generated by query.
    ie if output is like
    school name (distance)
    physical address
    here the school name and physical address are retrived from database.

    Hi,
    ValueHolders are used by the JSF internal framework. To work with an object (attributes) in a managed bean you don't need to make it returning a value holder.
    Create a POJO, provide accessor methods and register it as a managed bean. Access it from JSF with EL
    Frank

  • AJAX True Client issue with Load generator and BPM

    Hi every one,
    when i try to run Ajax True Client scrit from controller with Load Generator other than local machine,
    it is failing with an error "cannot find usr file". 
    Root Cause:
    this is because it is missing "webiendp.txt" file while copying the script to Load Generator machine. by placing this file manually in that location, its working fine.
    But in case of BPM we cannot do like that. BPM always make a copy of the script and after execution it clean up the entire folder.
    is there any settings to copy the entire folder to BPM/LG location, with out missing "webiendp.txt"?
    thanks in advance.

    This question seems like it's better suited to the [url http://forums.oracle.com/forums/forum.jspa?forumID=561]JRockit forum
    John

Maybe you are looking for

  • When I go to Yahoo Mail on Firefox the font is smaller than on Internet Explorer

    When I use Internet Explorer the font in Yahoo Mail is nice and large and easy to read but when I use Firefox the font is too small. Can it be changed. I am not just talking about within the e-mail itself but within the whole program.

  • Weird bug after upgrading itunes to 7.5 and going back to 7.2

    hey everyone, I've made a series of mistakes. I run OS X 10.3.9 on a G4 desktop. I upgraded itunes 7.2 to 7.5 and when it didn't work i tried to go back. I found a way, but i didn't uninstall 7.5 correctly and developed a bug. whenever i click on a .

  • Install OS 10.2 on B&W G3 300

    Hi All I gave up trying to install 10.3 on my G3 300, and have decided to have a go with 10.2. I note that I had to use this command to get the G3 to boot from the 10.3 CD: boot cd:,\\\\:tbxi (I got to use that by holding down OptApple+OF) This comma

  • Creating a Testing Server

    I am using an Apple Mac and Dream Weaver.  I need to use PHP within HTML files.  While I have the Dream Weaver site working with ipage.com, I am having a difficult time setting up a local test server.  I have installed MAMP and have the Apache and My

  • Delete numerous duplicates in iTunes 11

       I've looked through the other threads that are similar but am struggling to find an answer that will work for me. I have just reimported all of my music files into itunes, i noticed that every file was duplicated in the finder but they were not sh