Cannot find object after creating dimension and cube.

I need to develop a project using olap api to get olap data.
My db release is 10.1.0.2, owb is 10.1.0.4.
After i create dimension and cube in owb, I cannot find any object i have created in owb. Except that in OEM, after i click the button dimension, there comes an message as that the dimension does not have complete metadata or was created by old release and OEM will create a metadata for it. After that, I can find the dimension in AWM and get the imformation using olap api.
However, there is no measure button in OEM, I cannot find the measures in measure folder. So that i cannot get the information of the MdmMeasureDimension using olap api.
Can somebody help me with this issue? Thanks!

With OWB 10.1 and prior releases to get OLAP metadata for a dimension or cube you must have used the OWB transfer wizard to deploy the OLAP metadata. This bridge basically creates and executes a script with all of the CWM calls to create the OLAP dimension and cube metadata.
When you deployed the dimension from OWB in 10.1 it only created the 'create dimension DDL' for the object.
Cheers
David

Similar Messages

  • Can CWM2 API creating dimensions and cube reference a view

    Can CWM2 API creating dimensions and cube reference a view instead of a table.
    Can the following API reference a view instead of table
    For creating dimensions
    CWM2_OLAP_TABLE_MAP.MAP_DIMTBL_HIERLEVEL
    CWM2_OLAP_TABLE_MAP.MAP_DIMTBL_HIERLEVELATTR
    For creating cubes
    CWM2_OLAP_TABLE_MAP.MAP_FACTTBL_LEVELKEY
    CWM2_OLAP_TABLE_MAP.MAP_FACTTBL_MEASURE

    Hi!
    Yes!
    And I am using views sometimes.
    I am reading at this moment also the following...
    maybe someone can explain me this sentence...
    MULTIPLE FACT TABLES:
    "The CWM2 APIs also support multiple fact tables per cube. In this case, the data
    associated with a given combinations of hierarchies can be stored in a separate fact
    table. All the fact tables associated with a cube must have the same column
    structure."
    I get a fetch error message..'cause of this.
    What does it mean by "the same column
    structure" ???
    ODDS

  • I downloaded the creative cloud and i cannot find adobe after effects to download. help plz

    i downloaded the creative cloud and i cannot find adobe after effects to download. help plz

    This has been discussed 500 million times: If it doesn't show up your system doesn't meet the requirements. Check them on the product page.
    Mylenium

  • Using dimension and cube operator

    hi
    I am facing problem in using this dimension and cube operator..
    Actually I want to create a sales data with dimensions as time,customer and product
    After creating a dimension in owb I get a table created attached with it same is the case with cube operator
    so where should I store my measures in the cube or the table created and where to store the data about dimensions in the table created.
    and finally how to use them in mapping to retrieve the data stored
    Thanks

    It sounds like you are not getting any matching keys for loading into the cube.
    Do you have a time dimension created by OWB in the cube? The key used by the cube operator for an OWB time dimension is a formatted number. The time dimension keys are stored as follows;
    Day Level - YYYYMMDD
    Month Level - YYYYMM
    Week Level - YYYYWW
    Quarter - YYYYQ
    Year - YYYY
    If you have a source that has a SQL date datatype for example and want to construct the key for a cube's time dimension at the day level something like the following expression can be used to construct the time reference from a SQL date...
    to_number(to_char( time_key, 'YYYYMMDD'))
    It may not be this but just a thought.
    Cheers
    David

  • Building Dimensions and Cubes in 11.1

    Hi Experts,
    Can anyone provide me a weblink or atleast steps as to how to create a Dimensions and Cubes in OWB 11.1.
    For practice purpose i am accessing HR User. In there i have selected Locations and Countries table and is using it to create the Place_Dim (Place Dimension)
    Issues:
    1. What are Levels and Heirarchiies
    (In ROLAP its asking me to use the surrogate Key i both the levels)
    2. It is asking me to bound it to table or view. I have never seen any help regarding in bounding and out bounding in the tool.
    Please help.
    Regards,
    Ravi Remje

    Many Thanks Dave for your help. The links are very helpfull.
    I have a silly doubt in my mind. Kindly apologize for my dumbness.
    Concerns:
    I went through the OWB tool and came to the conclusion that the DIMENSIONS and CUBES are logical object. However, if i want to use it as a Physical table, is it any way as in how we can use the simple tables as different types of dimensions and facts by changing their loading type. Is it any possible way to implement the same feature for DIMENSION and CUBE objects. I dont want them to be used as views but as a table.
    Please help.
    Regards,
    Ravi Remje

  • Cannot find an overload for "PeopleManager" and the argument count: "1".

    Every time getting following error
    Cannot find an overload for “PeopleManager” and the argument count: “1”.
    at following line
    $people = New-Object Microsoft.SharePoint.Client.UserProfiles.PeopleManager($context)
    I am referring userprofile dll from 16 hive...

    Hi,
    Can you provide the complete script in use for a further research? It would make others easier to find out the root cause of this issue.
    Here is a working demo which works in my environment, you can take it for a try:
    #Specify tenant admin and URL
    $User = "[email protected]"
    #Configure Site URL and User
    $SiteURL = "https://tenant.sharepoint.com/sites/mysite"
    #Add references to SharePoint client assemblies and authenticate to Office 365 site - required for CSOM
    Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\ISAPI\Microsoft.SharePoint.Client.dll"
    Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\ISAPI\Microsoft.SharePoint.Client.Runtime.dll"
    Add-Type -Path "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\ISAPI\Microsoft.SharePoint.Client.UserProfiles.dll"
    $Password = Read-Host -Prompt "Please enter your password" -AsSecureString
    $Creds = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($User,$Password)
    #Bind to Site Collection
    $Context = New-Object Microsoft.SharePoint.Client.ClientContext($SiteURL)
    $Context.Credentials = $Creds
    #Identify users in the Site Collection
    $Users = $Context.Web.SiteUsers
    $Context.Load($Users)
    $Context.ExecuteQuery()
    #Create People Manager object to retrieve profile data
    $PeopleManager = New-Object Microsoft.SharePoint.Client.UserProfiles.PeopleManager($Context)
    Foreach ($User in $Users)
    $UserProfile = $PeopleManager.GetPropertiesFor($User.LoginName)
    $Context.Load($UserProfile)
    $Context.ExecuteQuery()
    If ($UserProfile.Email -ne $null)
    Write-Host "User:" $User.LoginName -ForegroundColor Green
    $UserProfile.UserProfileProperties
    Write-Host ""
    Thanks 
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I have HugesNet Gen4 and have downloaded most current version.  I am unable to open and cannot find where in system preferences and/or Safari I give permission.  Can a techie tell me where?

    Because I downloaded from internet, I am unable to open.  I cannot find where I give permission and/or if I need to download some plug in or something.  Please help and thanks.

    Hello Charlene,
    It sounds like you are getting a message that the application you downloaded can't be opened because it's from an unidentified developer. 
    Gatekeeper is a feature of Mac OS X that by default blocks software from unknown developers, but you can change the functionality to download and install software from developers you trust:
    Gatekeeper gives you more control over what you install. You can choose the safest option and only allow apps that come from the Mac App Store to open. There is also the option of only allowing apps that come from the Mac App Store and identified developers. Or you can choose to allow any apps to open, just like previous versions of OS X.
    Gatekeeper options are found in Apple menu > System Preferences… > Security & Privacy > General tab under the header "Allow applications downloaded from:"
    If you trust the source you are downloading the application from, you can switch the option to "Anywhere" to download the file.  Once you finish downloading the file, you can always switch back to one of the other options.
    OS X: About Gatekeeper
    http://support.apple.com/kb/ht5290
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How to import SH Sample Dimensions and Cubes with OWB Client

    Hi, is there a functionality to import the Dimensions and Cubes from the sample to reuse and manipulate them within the OWB Client?
    I can add Dimensions in the Enterprise Manager but mapping should be difficult- right?
    Specs: DB 10g rel2, OWB 10.1.0.4

    dimension - either define a table on your own, or use the data modeler and physically define a new dimension.
    Cube - same as above.
    as for levels and hierarchies, this can also be done in the data modeler. You can specify keys, levels, attributes, measures...all that stuff for dims and facts. There many tabs on the lower half of the dimension modeler screen that control this.
    Check out the oracle by examples for easy tutorials.

  • Create Dimension and Fact Table

    I Am Ramana I am new to OBIEE recently i started.
    CAn any one explain what is Fact table and Dimension table and how Create Dimension and Fact Table

    Ramana, don't open multiple instances of the same question...
    Starting with OBIEE

  • Dbx: cannot find object file corresponding to

    Hello
    When I try to insert breakpoint I getting " dbx: cannot find object file corresponding to"
    Debugger error msg , now the objects of the file is deftly there compiled in debug mode
    how can I point sun studio to the corresponding objects?

    There are some other commands that can help you figure
    out what's going wrong.
    The modules command is good. (Type 'help modules' for more inof)
    The 'module' command is also good (Type 'help module')
    Apologies for having two separate commands with such
    similar names.
    (dbx) modules -debug
    Read t.o
    show you the object files that dbx thinks have debug info in them.
    module -v <object file> will tell you some info about that object file.
    (dbx) module -v t.o
    Module: t.o
    Language: c
    Debugging information: read [stabs version: 0.0]
    Source file: /home/quenelle/t.c
    Object file: /home/quenelle/t.o
    Loadobject: /home/quenelle/a.out
    See if that helps you figure out what's going on.
    --chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I have an iphone 5 which was bought in the UAE, I cannot find the FACETIME button/option, and cannot fine also on the contacts details, please help! thanks!

    I have an iphone 5 which was bought in the UAE, I cannot find the FACETIME button/option, and cannot find also on the contacts details, please help! thanks!

    The UAE and several other mostly Middle Eastern Countries ban FaceTime. Because of this all devices manufactured for sale in those countries does not have FaceTime and FaceTime cannot be installed on those devices.

  • Does anyone know if iphone 4s has audiobooks as a built in app? I cannot find this on my iphone4s and need to download a audiobook

    Does anyone know if iphone 4s has audiobooks as a built in app? I cannot find this on my iphone4s and need to download a audiobook.

    In the music app, but only if you actually have an Audiobook on your phone.

  • OWB 11.2.0.1 dimension and cube operators + ODBC target database

    Hi,
    We are considering using OWB to populate a netezza data mart making use of the dimension and cube operators.
    Could we use OWB for this/is it supported in this manner or do we need to use another ETL tool/workaround.
    Understand OWB supports ODBC as target.
    Any advice much appreciated.
    Thanks

    Hi
    You can have ODBC targets but the cube/dim operators use MERGE loading type so its not a tested/supported case using the operators with Netezza. It has been optimized for Oracle.
    Cheers
    David

  • My WiFi on my iPad has been getting poorer recently, and two days ago stopped working completely. I have reset the network settings, and when that didn't work I restored my iPad. I still cannot find or access WiFi networks, and if I do, it fails. Help!!

    My WiFi on my iPad has been getting poorer recently, and two days ago stopped working completely. I have reset the network settings, and when that didn't work I restored my iPad. I still cannot find or access WiFi networks, and if I do, it fails. Help!!

    My WiFi on my iPad has been getting poorer recently, and two days ago stopped working completely. I have reset the network settings, and when that didn't work I restored my iPad. I still cannot find or access WiFi networks, and if I do, it fails. Help!!

  • "cannot find file" after formatting and moving!!

    Wanted to have iTunes library included in Time Capsule backup. So had to reformat external hardrives where all my songs are from Windows do OS. Copied everything on other HD, reformatted HD with OS, copied back all songs. HD still has same name "MUSIC", but iTunes cannot find files.
    Changed in iTunes preferences the location of files to ensure it searches in the right place AND also replaced with text editor in "iTunes Music Library.xml" file all links with new address of HD (now after reformatting to OS I found it to be slightly different despite still same name).
    But iTunes still cannot find the files. Everything is the same as before, HD name, directory structure, file names, etc. ONLY difference is it all is on "OS formatted" drive. Don't want to lose ratings and playlists of over 15,000 songs....is there still a solution?

    The moment I "drag out" the Tunes Library File, then there is nothing left there, and when I open iTunes it is empty.
    That's as expected. That file is the database iTunes uses that keeps track of everything, so when you then launch iTunes, it's starting from scratch.
    I can import the Playlists from the XML and they do appear, but still no songs, all is empty. If I try to reimport from the new location, then they "do not fit into the playlists", meaning ratings etc. are lost.
    Then you apparently didn't get the XML file edited properly; it's not easy to do.
    Why does the simple location function in iTunes Preferences not work?
    It does, when used as designed. The preference is where new additions (imports & purchases) will be stored. It does not change the location for existing files.
    Put the original library file back. Then launch iTunes, Get Info on a representative track, and look at the path to where it thinks the files should be and compare that to the actual path. Any difference at all will break things. If there are differences (drive name slightly different, any difference in folder names/structure, etc.; letter case counts), try correcting them in Finder and see if that gets things working again. If not, then you'll have to use the Add to Library command to get back your tracks which will lose all your ratings, etc.
    Where does iTunes save the links to the original files so it can simply be changed?
    In the iTunes Library file, which cannot be manually edited.

Maybe you are looking for