Issue of modelling for the RPD OBIEE

Hello everyone,

Today, I'm dealing with another matter which is; a domain with no fact tables. There are many tables and there is no fact!

When I joined the dimension as; and create an analysis using 3 Dim, I get the error like;

In fact no table exists at the level of detail required

But the businessman wants to create a report that contains these three dimensions.

Can you suggest me something please. What can I do?

Kind regards

dims.jpg

Physically, you should have 3 objects and 3 joins:

1.) Dim3 what games roles as fact and dimension with joins in Dim3-> Dim1 and Dim3-> Dim2 to represent joins fact dimension (from course is to be dimensioned as usual). It will be the physical source to the Dim3 LTS of Fact - Dim3 and Dim-

2.) Dim1 that will be source of th for the Dim - Dim1 LTS

3.) Dim2 that will be source of th for the Dim - Dim2 LTS

Logically, you will have 4 logical tables

Sun - Dim1

Sun - Dim2

Sun - Dim3

Fact - Dim3 relationships ranging from fact - Dim3 three-dimensional logic

Tags: Business Intelligence

Similar Questions

  • modeling of the RPD

    Hello

    I had a question about the modeling of the RPD.

    I had two facts F1, F2 and Dimensions D1, D2, D3

    F1 has joined D1, D2, D3

    F2 joined in the D1.

    So I did as in physical and logical layer joins and I kept F2 level Total of D2, D3.

    So far, it works very well with the measures and dimesions(F1,F2,D1,D2,D3). But my problem is that I have an attribute in F1. As soon as I put this attribute with F1, F2, D1, D2, D3 F1... F2 measurement will be void.

    I know a solution that I can make aliases of F1 and self join with F1 and bring this attribute... But who will create the additional join I want that... Is there an alternative?

    Thank you

    Rahul

    First of all you are not supposed to have an attribute in F1!

    Why? Because you set the level of content on F1 to have F1 values when using D2 and D3 (not the consistent dimension D1).

    If you don't think you need to do the same thing for the F1 F2-related attribute?

    The conclusion is that you've got: F1 does not have any attribute, because it is a fact table, it go out in a dimension and define the level of content.

    Create the additional join I want

    You don't have to pay for every single join, so there is no reason to "do not want" a join because this is how the tool works.

  • Microsoft has never issued an update for the Win7 disk defragment utility?

    Microsoft has never issued an update for the Win7 disk defragment utility?  Thank you.

    Original title: Win7 updates

    To my knowledge, the Defragmenter from Windows 7 has not been maintained since the liberation.  You have a problem with it?

  • How to create a model for the description of the product

    I need to make a model for the description of the product as well as the products have the same space and information.

    Select it and save it as a library item. Then you can re - use it as often as you want and on as many sites as you want.

  • I chose a model for the free partner site but want to change it for another

    I chose a model for the free partner site but want to change it for another. Anyway it's possible and start over? Searched for hours for this problem and kinda got frustrated and deleted most of the code...

    Oh, that, no. You would have to create a free trial site and files of port above them to replace this place of free trial.

  • Calculate the fastest path between 2 nodes with the data model for the Oracle network

    Hi all,

    I have Oracle 10 g 2.

    My problem is the following:

    I created a network named ITALIA_NET in the data model for the Oracle network.
    The table of links of this network is named: ITALIA_NET_LINK$.
    The table of the nodes of this network is named: ITALIA_NET_NODE$.

    The table ITALIA_NET_LINK$ contains a field named COST that contains links (in meters) lengths.

    I've already calculated the SHORTEST PATH between two nodes of the network, by using the method of shortestPath() (using the Java API) as shown on "Pro Oracle Spatial for Oracle Database 11 g" manual. Infact, this method makes reference to the COST field for $ ITALIA_NET_LINK to make this calculation.

    Now, I want to calculate the FASTER PATH between two nodes of the network. I have the links (in hours) travel time to make this calculation.

    My idea is to create a new field in ITALIA_NET_LINK$ named Cost2 containing the travel time from the links and then do the math by using the shorthestPath() method, referring to the Cost2 field to $ ITALIA_NET_LINK COST field instead.
    By default, I know that the shorthestPath() method returns the COST field for $ ITALIA_NET_LINK. Is possible to change this setting and do that this method refers to the Cost2 field?

    In the alternative, is another way for the calculation of the fastest way?
    I want to leave the creation of another network as last solution, because I will have other costs of field (Cost3, cos4t,...)

    Thank you much in advance.

    Your approach is good. You will have two networks and you can read them in memory and analyze of shortest path. The shortestPath method is static for the class of NetworkManager. You can use the same method for both networks, once they are read into memory.

    ...
    read the network with time as cost of link
    NetTime network = NetworkManager.readNetwork (dbConnection, 'ITALIA_NET_TIME');
    read the network length as cost of link
    Network netLength = NetworkManager.readNetwork (dbConnection, 'ITALIA_NET_LENGTH');

    calculate the quickest way
    PathTime path = NetworkManager.shortestPath (netTime, startNodeID, endNodeID);
    calculate the shortest path
    PathLength path = NetworkManager.shortestPath (netLength, startNodeID, endNodeID);
    ...

    In the future, if you upgrade to 11g, network data model provides a load on demand (LOD) API that loads only the scores of necessary network in memory during the analysis. This command removes the restriction of the memory of the 10g (in memory API you use) API. API of LOD can handle very large networks and offers more features analysis and modeling capabilities.

    The following link contains the tutorial of NDM LOD API ready for download. Just for your information.
    https://spatial.SampleCode.Oracle.com/servlets/ProjectProcess?PageID=0Zl7oV

    Kind regards
    Jack

  • reset password for the RPD

    Hello

    I forgot the password of the file of the RPD. Is it possible to reset the password offline.

    I searched the net, but I have not found "AUTHENTICATION_TYPE = BYPASS_NQS;"

    Section security # legal value for DEFAULT_PRIVILEGES are: # NO LU # # DEFAULT_PRIVILEGES [SECURITY] = READ; PROJECT_INACCESSIBLE_COLUMN_AS_NULL = YES; # default is no # note that paths below should be compared with the proceeding # if specified config directories. for example, # $(ORACLE_INSTANCE) / config/OracleBIServerComponent / < InstanceName > #IGNORE_LDAP_PWD_EXPIRY_WARNING = NO; default value is none. SSL = NO; SSL_CERTIFICATE_FILE = "ServerCert.pem"; SSL_PRIVATE_KEY_FILE = "serverkey.pem"; SSL_PK_PASSPHRASE_FILE = "serverpwd.txt"; SSL_PK_PASSPHRASE_PROGRAM = "sitepwd.exe"; SSL_VERIFY_PEER = NO; SSL_VERIFY_SERVERS = NO; SSL_VERIFY_CLIENTS = NO; SSL_CA_CERTIFICATE_DIR = "CACertDIR"; SSL_CA_CERTIFICATE_FILE = "CACertFile." SSL_TRUSTED_PEER_DNS =""; SSL_CERT_VERIFICATION_DEPTH = 9; SSL_CIPHER_LIST ="";

    How to reset the password...

    Please help me...

    Thank you and best regards,

    The learner.

    Check this How to reset forgotten OBIEE 11G RPD password? OBIEE by Shiva Molabanti

  • Versions of the RPD OBIEE

    Hi all

    I'm new to OBIEE. My question is maybe asimple one, but I want to know. As we know when I save the RPD, it creates versions of the RPD even by numbering it. Example if I saved the RPD as XYZ and deployed it and if I want to make changes, I'll open the RPD in offline mode and to make changes and to deploy it and still a new version is created the same RPD. Now I have a RPD even 40 versions, which can do to avoid this problem. I have just remove older versions of the current SPR and only keep the new versions? Please guide

    If you change your SPR in online mode, it will not create a new version, because you don't need to deploy.

    You can of course remove older versions, only the last is used because it is deployed, there is no reference left to all earlier versions, they simply remain in the same folder but OBIEE is not aware that they are there.

    If you really 40 almost similar versions, it is because you are not only off line work, then maybe it's time to start practicing online development.

    You do the 'big' work offline changes to 'big' in offline mode, but you can complete online: it's fast, without making + reboot required and no new version is created on disk.

  • Use the stored procedure to create the data model for the bi publisher report

    Hi all

    Can we use stored procedure to create the data model for BI Publisher reports? I did find an example by using the stored procedure to complete the data model in the bi publisher report.

    Thank you

    Virat

    Check out these links

    BI publisher to use the stored procedure
    Re: Stored procedures and dynamic columns
    Re: Is it possible to use stored procedures in BI Publisher GUI?
    Re: PL/SQL stored w / model XML?

    If brand pls help

  • can we create specific diagrams of logic model for the relational model?

    Hi-

    I created several diagrams of relational model. I want to create the logical data model diagram for each of the relational model.
    Is it possible to do?

    Currently, it is always associated with a logical data model diagram. When I create LD for the 2nd, it is always update the same diagram.
    Please let me know.

    Hello

    Yes you can have the diagram in the logic model. Check there titled "Subview as" at the top right of dialogue engineering - select it and subview will be created in the logic model corresponding to the main schema to your relational model.

    Philippe

  • Deployment models for the new cluster - "A" failed to Connect to Host

    Hi all

    I reorganized my ESX 3.5 2 130756 machines in a new cluster (they were already members of another cluster & lt; - this can be an important factor here).  When I try to deploy new virtual machines from templates to the new cluster, almost immediately, the task fails with the error "failed to Connect to Host."  Here's what I did on troubleshooting:

    -I confirm that nothing has changed on the console host IP and DNS service on the ESX host configuration

    -restart services on the ESX host management - tried again, failed.

    -removed and added hosts in cluster - tried again once, didn't

    -disabled DRS on cluster - tried again, failed.

    -confirmed I can deploy templates to other clusters

    -confirmed I can deploy a new virtual machine custom again cluster manually

    -restart the ESX and vCenter server hosts

    -removed ESX cluster hosts and destroys Cluster and file

    -recreated cluster and added guests, same error

    I think I've tried all the basics, but please let me know if you think something else to try.  In the VirtualCenter newspapers, there are the following entries whenever the task fails:

    Unexpected exception received during the NfcCopy

    (SERVER_Template) (vim.fault.HostConnectFault) unexpected exception during clone. Abandonment.

    from the log restore

    Cancel GenericTask... Home: host-2112, task: task-19380

    Cancel CopyVmFiles... Home: host-6900, filesCopied: sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERV01PILOT01/SERV01PILOT01.nvram, sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERV01PILOT01/vmware-1.log, sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERV01PILOT01/vmware.log, sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERVER/SERVER.vmdk,.

    Cancel CreateInvtVm... vmPath: /vpx/vm/#6905 /, inDb: true, onHost: false, onDisk: false

    Cancel ReserveName... Home: host-6900, name: sanfs://vmfs_uuid:48ea35af-7a62a749-537f-001372f99c97/SERVER/SERVER.vmx

    GetPropertyProvider failed for vm-6905

    GetPropertyProvider failed for vm-6905

    Cancel CreateInvtVm... vmPath: /vpx/vm/#6905 /, inDb: false, onHost: false, onDisk: false

    Cancellation of transaction made available VM

    VDB::IsRecoverableErrorCode Unable to retrieve from HY000:0

    Clone failed: vim.fault.HostConnectFault

    FINISHING special-28370-vm-6545 - vim. VirtualMachine.clone--239A954E-3A34-435C-8F45-5DCE0F4089C2

    -ERROR task-28370-vm-6545 - vim. VirtualMachine.clone: vim.fault.HostConnectFault:

    {(vim.fault.HostConnectFault)

    dynamicType = & lt; unset & gt;

    MSG = «»

    }

    -BEGIN tache-interne-3294--hote-325--vpxdinvthostsynchostlro.synchronize

    Thanks in advance for any help!

    It seems that the model does not really know where he lives.  I am trying to convert a virtual machine model and try to run a migration on it to a host.

    Otherwise, you may need to remove the inventory model and look for the data store that it is and resave.

    -KjB

  • Issue of DPS for the owners of Master's Collection

    I own the Master Collection and am not subscribe the creative cloud at the moment.

    My school has a much easier time financially in one-time costs (licenses) rather than the (continued) subscription monthly models.

    For this reason, I am interested in DPS however not in the creative cloud.

    I had a bear of a time to discover all information about non - Creative Cloud DPS pricing.

    I feel a real push from Adobe for the creative cloud when it comes to DPS.

    I am interested based on WHAT DPS classroom with about 40 computers, all under license at the Web and Design Premium.

    If possible, I would be grateful for the pricing for Professional licenses and Enterprise for DPS.

    In addition, if someone could explain the differences, as well as fees for downloading applications for review and distribution by Apple, it would be wonderful.

    Thanks in advance for any help, be kind and readers of the forum well informed or Adobe - staff

    Timothy

    First let me be clear... I do not work for Adobe, but I'll try to help the

    better than I can.

    I will immediately say the bat, I think you did a full purchase error

    licenses instead of creative cloud. Rates education on CC is only

    $19.99 / month and includes unlimited DPS simple editing apps.

    Of the road, you have everything you need already up til the

    publishing point.

    1. for simple editing, you will need to purchase a serial number for each application

    you intend to submit to Apple. I don't think that there is academic prices

    on this and it is $ 395 each.

    2. single Edition requires no additional cost to Adobe, but you will need

    Apple Developer account ($ 99 / year)

    3. There is absolutely no assurance that Apple approves your app.

    As a clarification, simple editing is one totally independent

    approx. Multi folio apps that may contain more than one question, it will take

    at least a professional account. My usual analogy is to think of a

    simple editing as a hardcover book and multi app like a ring of three folio

    binder that begins when empty and can then be filled with content.

    Finally, internal exams or tests can be made using Adobe

    Content Viewer for no cost at all.

    Bob

  • Connection to Publisher error when I change the password for the RPD

    Jin
    I am also facing the problem, when I connect on bipublisher
    "The server cannot be used because of a configuration error, please contact the administrator. If you are the administrator, see the BI Publisher user guide for the correct configuration"

    With "details of the error" playback: oracle.apps.xdo.security.ValidateException

    my password of the RPD is SADMIN and bi publisher SADMIN password

    I have configured the ibots his works very well. Here is my xmlp-server-config file. XML

    + <? XML version = "1.0" encoding = "UTF-8" standalone = 'no '? > +.
    + < xmlpConfig xmlns = "http://xmlns.oracle.com/oxp/xmlp" > +.
    + < property name = "SAW_SERVER" value = "RSPHLWINT01" / >.
    + < property name = "SAW_SESSION_TIMEOUT" value = "90" / > +.
    + < property name = 'DEBUG_LEVEL' value = 'exception' / > +.
    + < property name = "SAW_PORT" value = "9704" / > +.
    + < property name = "SAW_PASSWORD" value = "Administrator" / > +.
    + < property name = "SAW_PROTOCOL" value = "http" / > +.
    + < property name = "SAW_VERSION" value = "v4" / > +.
    + < property name = "SAW_USERNAME" value = "Administrator" / > +.
    + < property name = "SAW_URL_SUFFIX" value="analytics/saw.dll"/ > +.
    + < property name = "SECURITY_MODEL" value = "BI_SERVER" / >.
    + < property name = "BI_SERVER_SECURITY_DRIVER" value="oracle.bi.jdbc.AnaJdbcDriver"/ > +.
    + < property name = "BI_SERVER_SECURITY_URL" value = "jdbc:oraclebi://server:9703 /" / > +.
    + < property name = "BI_SERVER_SECURITY_ADMIN_USERNAME" value = "Administrator" / > +.
    + < property name = "BI_SERVER_SECURITY_ADMIN_PASSWORD" value = "Administrator" / > +.
    + < / xmlpConfig > +.

    I run the cryptotools also here is my credentialstore.xml file
    + < sawcs:credential type is "usernamePassword' alias is"bipublisheradmin"> +.
    + Administrator < sawcs:username > < / sawcs:username > +.
    + SADMIN < sawcs:password > < / sawcs:password > +.
    + < / sawcs:credential > +.

    Please help me...

    Published by: André on June 11, 2009 15:33

    Angelique HY,

    I did a procedure with a method step by step to set up BEEP.
    http://gerardnico.com/wiki/dat/BIP/configuration_bip

    You will see that you have a second paragraph "" access to the Admin tab' "who speaks of how do to be able to access the Admin of the BEEP page.
    Then just follow the article.

    You also at the end, any reference material if you want more details.

    Success
    Nico

  • E/s and the issue of Communication for the sbRIO-9601

    Hello

    Our company is looking to use the sbRIO-9601 in an OEM application and I had two technical questions on the Board of Directors.

    (1) are the functions VISA support?  I saw there an RS232 port, I want to just make sure I can read/write easily out of it using prebuilt VI rather than do all the level low and starting from scratch.

    (2) we will be reading and writing of simple commands to a device coupled via the RS232 interface and based on the response, illuminating an LED controlled by the Board of Directors.  I have not selected any led and hoped that neither could provide some clarification on the limits of the power provided in the sbRIO-9601 user guide.  We will use the 3.3V output... I should put a resistor in line current limiting or I can put the diode directly between the output pin and the digital ground?  Us can drive more than 15 LEDs, however, we will never more than 3 see on at any given time.  I saw in the 3.3V section i/o of the documentation that the current max tested per channel is 3mA... but bus total is 330mA.  Is there a limit to how much we can provide each channel as long as we remain under the 330mA all together?

    Thank you

    Hi leachdor,

    (1) VISA functions are supported for the RS232 port on the sbRIO, so do not do any level low programming for them.

    (2) the maximum that we specify channel 3 is my.  You can combine several channels in parallel to increase this output up to 330 mA for the total bus.  Since you're only driving 15 LEDs and there are 110 channels of output, you should be able to combine some led.

  • Need to model for the XR-2206 function generator chip

    I'm designing a training tool for the operation of the basic oscilloscope and decided to use a function generator based on chip XR-2206. Is there a template for this? I know its old but...

    Hi jwaters,.

    Unfortunately, we do not have anything; However, perhaps it will be useful.

Maybe you are looking for

  • Firefox crashes when I put my laptop on stand-by

    Hi everyone: I'm all leveled for windows 10 so I don't know if this problem is Microsoft or Firefox. Firefox did just update me you. So I decided to start here. All of you who every time that I put my laptop to sleep. Firefox crashes when I reopen it

  • I forgot the security issues for apple i.d.

    I recently tried to buy something on the ios app store, and it prompted a response to my security questions. I honestly don't remember any security issues. I tried to reset, but you need to call apple. I would just call apple but with American produc

  • How can I update the apple ID when emergency account no longer exists

    I want to upgrade my Apple ID.  The problem is that the email account is more listed as emergency account exists, so it continues to send instructions and dead links to an e-mail account.  How can I solve this?

  • Acer switch Alpha 12 - keyboard wird "ausgeworfen".

    Hallo zusammen, in letzter Zeit sich bei der mir Tastatur der «Auswurf» ' hauft' Sprich das compressed erkennt die Tastatur "neu". IM Endeffekt geht das alles so schnell, dass're weiter nicht gift. Am tab merkt man selbst are dem die Beleuchtung einf

  • Error 641, & 0x80000ffff

    Problem with error 641, try everthing still not able to update.