Cube Viewer/Metadata problems.

Hello,
I was able to create cubes in OEM and display them using cube viewer on Friday. I booted up my machine Monday and I cannot view any cubes, not even the ones from the bibdemo example. I've done several metadata refreshes. The error message just shows me an empty box(with a red bell on it) with an OK button.
I can view cubes on another database so I am thinking my metadata is fouled. Is there something else I can do other than the cwm2_olap_metadata_refresh.mr_refresh to re-establish the metadata?
thanks in advance,
doug
I am using oracle 9iR2 (Oracle9i Enterprise Edition Release 9.2.0.2.1) on Windows 2000.

I resolved this. I had to apply the utlrp.sql again (the step after the catpatch) and then follow that up with a metadata refresh (cwm2_olap_metadata_refresh.mr_refresh).
doug

Similar Messages

  • Importing cube views metadata

    Hello,
    I have a question about the data modeler "import > cube views metadata" feature:
    It imports from an xml file. Is the definition of the xml schema available somewhere? My customers use a custom built repository for dimensional modeling. I'd like to generate the xml from this custom repository metadata so that I can import it into Data Modeler.
    Thank you,
    Beatriz.

    Hello Beatriz,
    I cannot point to xml schema definition. Cube Views is replaced by other product in DB2 9 Data warehouse edition. There were other products claiming support for that meta data format. You can try with them or with DB2 9 DWE.
    Philip

  • Problem with Cube Viewer

    Hi techi
    i am using OEM with the Oracle 9.2.0.1.0.
    If i try to start Cube Viewer i will get a black Screen and after a minute i will get an alert without error message.
    I found a Patch 2323004 which only be used for Windows not for Linux Suse.
    The process is as follows:
    Then the Oracle Enterprise Manager Cube Viewer starts loading. An error
    window with a fire alarm symbol and with an OK-button appears. There is no
    window title or error text displayed in the window.
    Selecting the OK-button will close the cube viewer window and the 9.2.0.1
    RDBMS instance is no longer running.
    This problem is handled in <bug:2407685>
    Apply the following 9.2.0.1 Oracle OLAP patch like described in the patch
    readme file and reboot the machine (always create a backup before applying a
    patch):
    Patchnumber: 2323002
    OLAPI API FAILS ON WINDOWS 2000 & XP
    Product:Oracle OLAP Version:Oracle 9.2.0.1
    Platform:MS Windows NT/2000/XP Server
    To download the patch login to http:
    //metalink.oracle.com
    Select button "Patches", enter the Patch Number 2323002 and select
    the "SUBMIT" button.
    Can anybody tell me if there is a pacth for Linux Server.
    I will be thanfull to get any answer
    Mehdi

    One-off 2323002 is not applicable for Linux. It addresses a bug in the OLAP API due to differences in the behavior of memory management system services between Windows platforms.
    As for your Cube Viewer problem, please make sure your OLAPI jar files found on the client match those on the server/database. You can find them at $ORACLE_HOME\olap\olapi\lib directory. Copy the database express*.jar files to the client OLAPI lib directory. Cube Viewer is based on the OLAP API.

  • Cube Viewer:  OLAP sess_iiop connection problem...

    I posted this to the OEM forum, but later realised this might be a better place?
    <OEM post>
    I am having a problem with the Olap Cube Viewer within OEM. I'm not sure where to post this, so it ends up here, as Cube Viewer is a part of the OEM.
    I am running Oracle 9.0.2.1 on Solaris 2.8.
    My problem is:
    When I try to start Cube Viewer to view any of the sample cubes, I get the following error:
    "Cube Viewer was unable to connect to the OLAP Service using the 'sess_iiop://<myserver>:2481:/etc/OLAPServer/<myserver>:OLAPServer' connection string."
    The action mentioned in the error-dialog is:
    1 Make sure Olap server is running on host '<myserver>'
    It is running, I am able to connect to it with OLAP Services Instance Manager, and it shows a green light.
    2 Make sure that the Olap Service is registered as 'sess_iiop://<myserver>:2481.....'
    I am unable to find out from the doc's how to check this. I guess its hidden somewhere in a config file?
    Olap was installed "out-of-the-box", and to my knowledge I haven't done anything to change it.
    Let me add that I experience similar errors from Jdeveloper when I try to create BI Beans presentation objects against the server.
    Can anyone help me sorting this one out? Help would be very appreciated.
    Thanks and regards,
    Jens
    </OEM post>
    I have later found a thread (http://forums.oracle.com/forums/message.jsp?id=1106773) thread here in the OLAP forum,
    which resemble my problems, so I've tried the suggestions there as well:
    1. Deleting rows from OLAPSYS.OS_CHILD_INSTANCES ..
    I find one row, containing data in all columns except IS_DEFAULT_INSTANCE, which is blank.
    I tried deleting this row, and the restart the olap services (olap start), but still same problem in Cube Viewer.
    2. JVM context..
    I connect using sess_sh as sys, the /etc/OLAPServer node does not exist, so I create it:
    Session Shell
    --type "help" at the command line for help message
    $ ls
    bin/ service/ test/
    etc/ system/ webdomains/
    $ cd etc
    $ ls
    debugagent repapi
    deployejb shellAgent
    execute timeout
    ifr transactionFactory
    ifrManager twophasecommitcoordinator
    loadjava version
    login
    logout
    $ ls debugagent
    debugagent
    $ mkdir /etc/OLAPServer
    $ chmod +rwx PUBLIC /etc/OLAPServer
    $
    I log out of the sess_sh session, then do a olap stop and olap start, again try to view a cube with OEM Cube Viewer,
    still get the same error-message.
    Can these problems come from an invalid OLAP object (dimension,measure folder or cube) in the database?
    We have been trying to set up some new ones for testing purposes, and I can't guarantee that we know what we're doing....;-)
    Please let me know if more info is needed...
    Jens

    It really sounds like you should post your issue with Oracle Support Services on metalink.oracle.com. Anyhow, two configuration parameters are used. Both are required:
    OLAPI/SessionIIOPService: the URL-like "sess_iop://.." string, which is supposed to specify the server on which the Oracle CORBA Naming Sevrice is running. OLAPI/SessionIIOPContext: a path in the namespace.
    I believe the context that is used in a production environment is /etc/OLAPServer.
    Look for the name of the service in the path. The default name is <host>:<instance name>, and I think the default instance name is "OLAPServer".
    There is a Java utility called "sess_sh" that you can use to check out the namespace. Here is the text of a PC batch file to use to browse around. Once you get to the "$" prompt, you can use Unix-like "ls" and "cd".
    @echo off
    setlocal
    rem * VBROK_ROOT is already set
    rem * JDK_ROOT is already set
    set VBROK34_ROOT=d:\OLAPIBetaTraining
    set JOLAP_ROOT=d:\OLAPIBetaTraining
    set CP=
    set CP=%_CP_%;%JOLAP_ROOT%\lib\aurora_client.jar
    set CP=%_CP_%;%JOLAP_ROOT%\lib\mts.jar
    set CP=%_CP_%;%VBROK34_ROOT%\lib\vbjorb.jar
    set CP=%_CP_%;%VBROK34_ROOT%\lib\vbjapp.jar
    @echo on
    %JDK_ROOT%\bin\jre -cp %_CP_% oracle.aurora.namespace.shell.ShellClient
    -user xademo -password xademo -service
    sess_iiop://bibbox1-sun:5522:bmrel
    @echo off
    endlocal

  • Problem in viewing cubes with Cube Viewer

    I have installed oracle 9.2.0.1.0 in windows 2000 platform and created a oracle's standard data warehousing database. When I try to use the cube viewer in Enterprise manager Console to view a cube(SALES_CUBE or COST_CUBE which are the sample cubes given with the database) a dialog box is displayed while reading cube meta data. Problem is this dialog does not display any error message(It is empty except for the red icon) but when ok is clicked cube viewer terminates and also the windows service of the database stops.
    Can you please help.

    hmm.... I had experience with Oracle and Macoye DB. They save the data in ISO. In order to view the data in IE u need to get them as UTF8. So I think thats the only problem u see them as ????. In oder to test this, please view it in IE and when u see ????. Select View -> Encoding and select Arabic (Window) from IE toolbar. if you see the correct Arabic, than it simply means that you need to convert ur Arabic Charset into UTF8 after getting it from DB, but before displaying it in IE.

  • Strange error when start cube viewer

    Dear all,
    i have been installed the BIBdemo succesfully, and run the cube viewer, after that i create a cube on my schema and (by creating a collection from owb9.2 and executing it directly in the db from birdge,after that the cube viewer didn't work correctly for BIBdemo ,and error message is there is errors in the dimensions of my cube ,i didn't understatnd what the relation between the two schemas,my schema and bibdemo schema ,after that i dropped my cube from enterprise manager , and the error remains the same when iam tring to run the cube viewer for bibdeom cubes), please i need a cwm statments to clear any metadata for my cubes and dimensions.
    any help is so appreciated

    Just for the benefit of anybody running into similar surprising difficulties: it is, in my case, a sniffer-problem.
    For determining the client browser's java-vendor from the applet, I used an old trick that used to work pretty well. The relevant part is where the vendor is SUN, but a distinction must be made between SUN java on SUN machines and SUN-java in MSIE. This is done as follows:
         String s = System.getProperty("java.vendor");
         if (s.indexOf("Microsoft") != -1) setJavaVendor(MICROSOFT);
         else if (s.indexOf("Netscape") != -1) setJavaVendor(NETSCAPE);
         else if (s.indexOf("Sun") != -1) {
              try {
    // ***> ay, there's the rub:
                   getWindow().eval("window.statusbar.visible");
                   setJavaVendor(SUN);
              } catch (Exception e) {
                   setJavaVendor(SUNINIE);
         } else setJavaVendor(UNKNOWN);
    The point is that the java-error is correctly caught (so the end result is as desired), but not the Javascript error that is generated external to the applet by the eval-command. So that is what triggers that error-popup in MSIE6, which does not have any consequences apart from being a nuisance.
    Why older MSIE-versions don't seem to mind and ignore the error escapes me, and is not a very intersting question anyway. The thing is just to replace the "statusbar" test by something not involving Javascript.
    One more reason to avoid using javascript for such purposes anyway is that Apple cannot make heads or tails of livewire (applets tapping into javascript).
    Rik

  • Cube viewer not  work

    i intall oracle 9201 on win2000
    but cube viewer doesn't work,
    who can tell me how to solve this problem?
    thanks .

    Please apply the RDBMS 9.2.0.2.1 or 9.2.0.3.0 patch set. This should fix your problem. Also, if you have changed any metadata in your cube, please be sure to execute cwm2_olap_metadata_refresh.mr_refresh.

  • MS SQL database needs to run mdx query to analysis services to retrieve data from a BPC 10 Netweaver cube(view only)

    We are in the process of migrating from BPC7 SP12 Microsoft sql server to BPC10 netweaver on a sql server with BW7.4 and need to integrate our home grown data warehouse which is on a Microsoft sql server.  The data warehouse currently connects to BPC7 using integration services/analysis services and runs mdx queries to analysis services to retrieve data from the BPC7 cube (view only).  Please provide documentation on how to create this same integration with our data warehouse using BPC10 netweaver on a sql server.

    When you were setting up your ODBC data source for
    the Text driver, did you click on the "Options"
    button? There's a lot of options in there that I
    didn't understand at first glance.Yes I clicked on the options button, but the only thing there is dealing with file extensions. I left it set to the default.
    I have since tried closing my connection after I insert a record, I then try executeQuery, but still no luck. Seems strange that I can write to the file but not read from it. If any thing I'd expect the opposite problem.
    I have also tried using the class "JoltReport" from the sun tutorial instead of my own with the same result.
    Message was edited by:
    Hentay

  • Cannot start Cube Viewer under Linux

    The following bug was found for Windows platform.
    Do anyone have the patch for LINUX- SUSE. I have got the same problem under Linux but the patch is used for Window but it isn't any pacth for Linux there.
    The below description ist the same as for UNIX.
    fact: MS Windows NT
    fact: MS Windows 2000
    fact: MS Windows XP
    fact: Oracle OLAP Server 9.2.0.1.0
    fact: Oracle Enterprise Manger 9.2.0.1.0
    symptom: Olap Cube Viewer cannot be started
    symptom: An empty error window with a fire alarm symbol is displayed
    cause: Running Oracle 9.2.0.1.0 Enterprise Edition with the OLAP option on
    MS Windows.
    In Oracle Enterprise Manager Console:
    1. Startup the 9.2.0.1.0 Relational Database System.
    2. In Enterprise Manager: Select subtree Warehouse + OLAP + Cubes + SH
    3. Right-click on the COST_CUBE and select CUBE VIEWER from the popup menu.
    Minimize the Oracle Enterprise Manager Console window to see the window that
    is opened in the background. It says: "No materialized views have been
    created for this cube ... Do you want to continue viewing the cube?"
    => select button "Yes".
    Then the Oracle Enterprise Manager Cube Viewer starts loading. An error
    window with a fire alarm symbol and with an OK-button appears. There is no
    window title or error text displayed in the window.
    Selecting the OK-button will close the cube viewer window and the 9.2.0.1
    RDBMS instance is no longer running.
    fix:
    This problem is handled in <bug:2407685>
    Apply the following 9.2.0.1 Oracle OLAP patch like described in the patch
    readme file and reboot the machine (always create a backup before applying a
    patch):
    Patchnumber: 2323002
    OLAPI API FAILS ON WINDOWS 2000 & XP
    Product:Oracle OLAP Version:Oracle 9.2.0.1
    Platform:MS Windows NT/2000/XP Server
    To download the patch login to http:
    //metalink.oracle.com
    Select button "Patches", enter the Patch Number 2323002 and select
    the "SUBMIT" button.
    Thanks in advance for your help.
    Mehdi

    Patch/one-off 2323002 is not an issue with Linux. It addresses a bug on Windows 2000 & XP. Note that the Cube Viewer currently does not work with the SH Cubes. In short, there is an issue with support of denormalized snow flake schema. This will be fixed for Linux once the upcoming 9.2.0.2 patch set is released on MetaLink around Oct 4th.
    Cube Viewer does require that the OLAPI jar files located in $ORACLE_HOME\olap\olapi\lib be the exact same version as the Database Server. So you may have to update the OLAPI jar files on the machine that is running Cube Viewer. Download from the Database Server the correct express*.jar file and copy it to the OLAPI lib directory. Another thing, you may be running into the bug where CV hangs while writing to the log file. To fix this problem, please email me and ask for the Cube Viewer zip. I'll send you some files and intstructions.

  • Cannot start Cube Viewer

    The following bug was found for Windows platform.
    Do anyone have the patch for LINUX- SUSE. I have got the same problem under Linux but the patch is used for Window but it isn't any pacth for Linux there.
    The below description ist the same as for UNIX.
    fact: MS Windows NT
    fact: MS Windows 2000
    fact: MS Windows XP
    fact: Oracle OLAP Server 9.2.0.1.0
    fact: Oracle Enterprise Manger 9.2.0.1.0
    symptom: Olap Cube Viewer cannot be started
    symptom: An empty error window with a fire alarm symbol is displayed
    cause: Running Oracle 9.2.0.1.0 Enterprise Edition with the OLAP option on
    MS Windows.
    In Oracle Enterprise Manager Console:
    1. Startup the 9.2.0.1.0 Relational Database System.
    2. In Enterprise Manager: Select subtree Warehouse + OLAP + Cubes + SH
    3. Right-click on the COST_CUBE and select CUBE VIEWER from the popup menu.
    Minimize the Oracle Enterprise Manager Console window to see the window that
    is opened in the background. It says: "No materialized views have been
    created for this cube ... Do you want to continue viewing the cube?"
    => select button "Yes".
    Then the Oracle Enterprise Manager Cube Viewer starts loading. An error
    window with a fire alarm symbol and with an OK-button appears. There is no
    window title or error text displayed in the window.
    Selecting the OK-button will close the cube viewer window and the 9.2.0.1
    RDBMS instance is no longer running.
    fix:
    This problem is handled in <bug:2407685>
    Apply the following 9.2.0.1 Oracle OLAP patch like described in the patch
    readme file and reboot the machine (always create a backup before applying a
    patch):
    Patchnumber: 2323002
    OLAPI API FAILS ON WINDOWS 2000 & XP
    Product:Oracle OLAP Version:Oracle 9.2.0.1
    Platform:MS Windows NT/2000/XP Server
    To download the patch login to http:
    //metalink.oracle.com
    Select button "Patches", enter the Patch Number 2323002 and select
    the "SUBMIT" button.
    Thanks in advance for your help.
    Mehdi

    Patch/one-off 2323002 is not an issue with Linux. It addresses a bug on Windows 2000 & XP. Note that the Cube Viewer currently does not work with the SH Cubes. In short, there is an issue with support of denormalized snow flake schema. This will be fixed for Linux once the upcoming 9.2.0.2 patch set is released on MetaLink around Oct 4th.
    Cube Viewer does require that the OLAPI jar files located in $ORACLE_HOME\olap\olapi\lib be the exact same version as the Database Server. So you may have to update the OLAPI jar files on the machine that is running Cube Viewer. Download from the Database Server the correct express*.jar file and copy it to the OLAPI lib directory. Another thing, you may be running into the bug where CV hangs while writing to the log file. To fix this problem, please email me and ask for the Cube Viewer zip. I'll send you some files and intstructions.

  • PowerView Errors in the metadata manager. The current model can only be expressed when the client is requesting tabular view metadata with VERSION restriction of 2.0 or later

    SQL 2012 SP 1 CU4 applied. Now getting " Errors in the metadata manager. The current model can only be expressed when the client is requesting tabular view metadata with VERSION restriction of 2.0 or later"
    Any ideas what could be causing it to send the incorrect version?

    amaltsev1,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Can't view my Cube and Dimension Data with the Cube Viewer

    I'm new in using OWB, i'm using Oracle 10g release1 with OWB R2 also Oracle WorkFlow 2.6.3.
    When studying with the steps from the OTN pages (start01, flat-file02, relational-wh-03, etl-mappings, deployingobjects, loading-warehouse and bi-modeling)
    the loading was success, i guess...
    But when I want to see the data in the cube and dimension, an error occurs.
    It says
    " CubeDV_OLAPSchemaConnectionException_ENT_06952??
    CubeDV_OLAPSchemaConnectionException_ENT_06952??
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DataViewerConnection.connect(DataViewerConnection.java:115)
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.BIBeansConnect(DimDataViewerMain.java:433)
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.init(DimDataViewerMain.java:202)
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerEditor._init(DimDataViewerEditor.java:68)
         at oracle.wh.ui.editor.Editor.init(Editor.java:1115)
         at oracle.wh.ui.editor.Editor.showEditor(Editor.java:1431)
         at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1431)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1344)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1362)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:864)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:851)
         at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) "
    Can somebody explain what is happening, I really don't understand, when the cube viewer window appears, there's no data in it....
    I realy need help with this...

    I'm new in using OWB, i'm using Oracle 10g release1 with OWB R2 also Oracle WorkFlow 2.6.3.
    When studying with the steps from the OTN pages (start01, flat-file02, relational-wh-03, etl-mappings, deployingobjects, loading-warehouse and bi-modeling)
    the loading was success, i guess...
    But when I want to see the data in the cube and dimension, an error occurs.
    It says
    " CubeDV_OLAPSchemaConnectionException_ENT_06952??
    CubeDV_OLAPSchemaConnectionException_ENT_06952??
    at oracle.wh.ui.owbcommon.dataviewer.dimensional.DataViewerConnection.connect(DataViewerConnection.java:115)
    at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.BIBeansConnect(DimDataViewerMain.java:433)
    at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.init(DimDataViewerMain.java:202)
    at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerEditor._init(DimDataViewerEditor.java:68)
    at oracle.wh.ui.editor.Editor.init(Editor.java:1115)
    at oracle.wh.ui.editor.Editor.showEditor(Editor.java:1431)
    at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1431)
    at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1344)
    at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1362)
    at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:864)
    at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:851)
    at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
    at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) "
    Can somebody explain what is happening, I really don't understand, when the cube viewer window appears, there's no data in it....
    I realy need help with this...

  • How to create interface where you can view metadata of several databases

    How to create interface where we can view metadata of several databases:
    Oracle Apex should display metadata of this particular DB (later on we can include multiple DB’s)
              a. Report should first display DB name
              b. When clicked on DB name, should display 3 schemas
              c. When clicked on 1 schema, should display tables – when clicked on each table,
              should display various column names and its corresponding metadata.
              (similarly for other schema’s also)
              d. In short, it should be like a drill down report.
    Help required for craeting like above.
    Appreciate your help.

    I did something similar a while back. I had an application reading from multiple schema's for reporting purposes..IN that case atleast we just would build the selects using a function reurning SQL select, so that we could have an application item with the selected schema they wanted to use to build into the select returned...
    For forms, that would be an interesting idea, don't know how you can dynamically change the table owner name, since it is a drop down control in development..
    Thank you,
    Tony Miller
    Webster, TX
    I cried because I did not have an office with a door until I met a man who had no cubicle.
    -Dilbert
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How to view metadata in iTunes music store

    I have to figure out how to view metadata for songs that have been funded by a public funding agency. The artist/record label is supposed to thank the funding agency in the metadata of albums/singles. How can I view this in the iTunes store (without purchasing the songs or album) to see if the text is there?

    If you already have the lyrics loaded in iTunes, this free plug-in will display the cover art with the lyrics superimposed. It is actually a visualizer.
    http://www.imagomat.de/coverversion/

  • Error with Cube viewer

    I've installed Oracle database 9.2, patch 9.2.0.4 and ,patch 9.2.0.4.1 but I couldn't run Cube viewer.
    I'm a Vietnamese student, and I'm a new one in Data Warehouse. Please help me. Thanks in advanced

    You should post this question on the OLAP database forum.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

Maybe you are looking for

  • Time Machine over the Network: Terribly Slow

    Hello, I've been using Time Machine for over 3 years now with no issues over the network; the destination being a 2TB external Seagate connected to another iMac connected through gigabit ethernet. Everything has been working flawlessly: Every hour Ti

  • Xp pro clean install on sata but can't get it access my old raid hdd setup

    Hi, I got the Neo4 nforce4 platinum board and i originally setup 2 300gb maxtor ide hdds to raid which had my old xp pro setup but its seen better days and wasn't legit but i own officially now and decided to do a clean install to the 250gb sata hdd

  • Error connecting using JCO.Client: null in xRPM in EP

    Hi Friends, I am getting the following error in xRPM through EP "Error connecting using JCO.Client: null" I can't enter xRPM, but I can enter other Business packages iViews. The problem is intermittant and user specific. Can you pls provide any input

  • Change look n feel for java???????

    hi frens. can anyone tell me how i can change the look n feel for java. i mean i want to change the default window, buttons, color... say i want to have my the look n feel of my output like classic windows type. pls suggest me. thanks in advance....

  • Increase dpi of a image (Chart , process )

    Hi All,     I am getting the generated image of Charts , processes etc from Java(JFree Charts) to Flex. But my requirement is to increase dpi of those charts in flex. How to do that ...is there any solution for that?? thanks in Advance..