Unable to start Analytic Workspace Manager

Hi,
I have installed the 10g client on my PC (Window XP professional). Nevertheless, when I tried to start
the Analytic Workspace Manager, it just crashed
with the error
"no JAWTAccessBridge in java.library.path"
Below is the full error log.
C:\oracle\product\10.1.0\Client_3\BIN\awm.bat
java.lang.UnsatisfiedLinkError: no JAWTAccessBridge in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.sun.java.accessibility.AccessBridge$2.run(AccessBridge.java:737)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.java.accessibility.AccessBridge.<init>(AccessBridge.java:733)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source)
at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
at java.awt.Toolkit.getEventQueue(Unknown Source)
at java.awt.EventQueue.isDispatchThread(Unknown Source) at javax.swing.SwingUtilities.isEventDispatchThread(Unknown Source)
at oracle.olap.awm.util.MiscUtils.invokeInEventThreadAndWait(MiscUtils.j
ava:304)
at oracle.olap.awm.app.AppInitialisationThread.run(AppInitialisationThre
ad.java:56)
Will be most appreciated if someone can shed some
light on this problem.
Many thanks in advance.
alfchan

Can you check if these 3 files exist in %SystemRoot%\system32:
- JavaAccessBridge.dll
- WindowsAccessBridge.dll
- JAWTAccessBridge.dll
These are libraries for JAWS (for screen readers). Not sure where you can download these libraries from but this might be the issue.
Hope this helps
Oracle Business Intelligence Product Management Team
Oracle Corporation

Similar Messages

  • Unable to create dimension in Analytic Workspace manager

    Hi all,
    I am trying to create dimension using Analytic Workspace Manager(AWM) and it throws the following error.
    *"The transaction is not committable: "java.lang.RuntimeException: org.xml.sax.SAXException: Missing XML attribute: Attribute for tag: <Metadata><StandardDimension><Organization><AWPrimaryDimensionOrganization><AttributeOrganization>"*
    Kindly share your comments.
    I am using Oracle 11g r1 client to connect with oracle 11g R2 database.
    Please let me know the steps to create a OLAP cube using AWM
    Regards
    Mukhil

    It sounds like a mismatch between an old version of AWM and a new version of the server. Please try a more recent version of AWM.
    http://www.oracle.com/technetwork/database/options/olap/olap-downloads-098860.html

  • How to install analytic workspace manager?

    I have Oracle 9.2.0.1 running on Windows. I have installed 9.2.0.3 database patch. I couldn’t see analytic workspace manager tool? How to get the tool?
    I will greatly appreciate if you can guide me with some links or steps.

    Few days back I went to a Oracle Demo and there I used Analytic Workspace Manager, which is running on Windows 2000 (both database and the tool on same machine).
    It was located in
    Start menu --> Oracle home --> Integrated Management Tolls Folder.
    I couldn't see that on my 9.2.0.1 installation. So I installed the new patch 9.2.0.3, still I am not able to see that tool.
    Am I missing anything? Any other patch?

  • Analytic Workspace Manager Release date

    Does anyone know that release date for the analytic workspace manager?

    I'm reluctant to start having a go at Oracle, because there's probably good technical reasons why AWM didn't come out last year, most probably due to 9i OLAP API changes invalidating much of the work the product team had done with the prototype of AWM. However, it's been about 18 months now, by my reckoning, since AWM was first talked about and it's still not generally available.
    Of course, the features announced for the first version of AWM are only part of what we need 'out in the field' when working with 9i OLAP. We also need graphical tools to load analytic workspaces directly, rather than having to write OLAP DML dataloaders or go through an intermediate step of loading an Oracle star-schema, and in addition, migration tools for Express databases to help with the creation of OLAP Catalog metadata.
    It's worth contrasting this with the release of OLAP Services when SQL Server 7.0 was released. There, Microsoft provided tools from the outset to create and manage OLAP cubes, which meant that users could get up and running immediately, not have to wait the best part of two years to get the most basic of tools to enable them to create OLAP databases.
    As there's no doubt been quite a few technical challenges in delivering the 9i OLAP tools over the last couple of years, what would probably help the situation would be a more proactive communication strategy from the Oracle product team, in the way that the OWB team regularly post on their OTN forum and keep us all informed on how the product is progressing. Part of the frustration with 9i OLAP is the lack of any communication or updates on the product, leaving us guessing as to exactly when elements such as the AWM will actually come out. In addition, from what I can glean about OLAP support in 10g, there's some excellent news coming out, such as Multiwriter support, an XML interface for OLAP, Parallel support for aggregation and so on, which would be great news to hear and might make people 'hang on' rather than give up on the product.
    Hopefully, as the last announcement from Oracle suggested, the AWM will be made available this month, and we can get on then with helping our customers and clients start taking advantage of the 9i OLAP platform.

  • Analytic Workspace Manager default language

    Hi
    I installed Analytic Workspace Manager 12.1.0.1.0B  in my Windows 7 Enterprise (spanish version), and all messages and front-end is in spanish now.
    But I'm used to English interface.
    How can I change AWM default language?
    Thanks
    Oscar

    Hi Oscar,
    One way to change the default language that AWM uses would be launch AWM from a bat file or console with an option to set the user language.  Below is an example of how a bat file used to start AWM might be modified to set the default language to English.  The setting is -Duser.language=en.
    setlocal
    rem    Modify the path to your installed Java Run-time Environment
    rem    Make sure your environment has at least JRE version 1.6 installed
    set path=c:\Program Files\java\jre6\bin;%path%
    rem    Start AwM.  -mx sets the size of the memory allocated to the heap by the Java Virtual machine
    rem                -XX sets the size of the memory allocated to the permanent object space by the Java Virtual Machine
    rem   -Duser.language=en sets the default language used by java to English.
    start javaw -mx1024m -XX:MaxPermSize=128m -jar -Duser.language=en awm12.1.0.2.0.jar
    endlocal
    Hope this helps,
    Ken Chin

  • Analytic Workspace Manager possible bug: Maintain Cube hangs

    Hi All,
    I am a newbe, I have been following the tutorial "Building OLAP 11g Cubes". http://www.oracle.com/technology/obe/olap_cube/buildicubes.htm
    After the step "Maintain Cube SALES_CUBE", I got the information box "Loading facts for cube SALES_CUBE"...on the screen for the last 4 hours.
    Is this normal? Should I kill the process and start again?
    I am running Oracle 11g Enterprise Edition Release 11.1.0.7.0 on a Virtual Machine with Windows Server 2008 Standard SP1 with 1GB RAM.
    The Analytic Workspace Manager is 11.2.0.1.0 running on a Windows XP SP3.
    Any help is much appreciated

    I'm getting a similar problem, I cannot maintain cubes that worked fine yesterday:
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-01706: An unexpected condition occurred during the build: "TxsOqLoadCommandProcessor::generatePartitionListSource-unsupported join condition-table"., Generic at xsoqBuild
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.executeBuild(Unknown Source)
    at oracle.olap.awm.wizard.awbuild.UBuildWizardHelper$1.construct(Unknown Source)
    at oracle.olap.awm.ui.SwingWorker$2.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    It all started after I tried to add a calculated measure to an existing cube (something I have done before in 11g...a feature I love).
    This is too bad, so far I've been loving 11g Olap as compared to 10g Olap. But now 11g is starting to crop up these bullshit bugs as well. I guess OLAP is still too crappy to rely on for production....good thing I won't recommend a rollout of this product to my clients. It's a great tool for having fun with development, but using Oracle Olap + AWM in a real company is career suicide.
    AWM 11.2.01

  • Analytic workspace manager not found

    hello, I have installed oracle 11g R1 but I found a problem. I want to use Analytic Workspace Manager to create
    dimentional object such as data cube and dimention, but I didn't found from where I can lunch it or configure
    it.there is no shortcut or folder in my oracle home in the start menu although I have installed all components and
    products of the oracle EE.if some one know how to configure it or how to solve this problem, please send me detail
    as soon as possible of the solution and detail because I need it do much.thanks
    Edited by: boulebtina on 6 mars 2011 00:12

    Hi,
    This is not the forum for Analytic Workspace Manager. I would suggest to try the oracle olap forum for your questions.
    OLAP
    Regards,
    Ben

  • OLAP Analytic Workspace Manager and Worksheet

    Hi,
    I have installed a datawarehouse and OLAP 10gR2 on a WinXP but in the Start menu.
    - Oracle_home, in Integrated Management Tools, I do not haveOLAP Analytic
    Workspace Manager and Worksheet.
    What is the problem ? What more should I install ?
    Many thanks for your help.

    Hi,
    What more should I install ?Did you do the OLAP catalog (dbms_olap)?
    http://www.oracle.com/technology/products/bi/samples/samples_readme.html
    Check the install docs for full instructions, and don't forget to pay your $20,000.00 license fee first:
    http://oraclestore.oracle.com/OA_HTML/ibeCCtpSctDspRte.jsp?section=11222
    http://searchoracle.techtarget.com/tip/0,289483,sid41_gci1024826,00.html?topic=299433
    Another option is Excel-DB, an easier (and less expensive) way to Oracle-enable spreadsheets:
    http://www.excel-db.net/menu_overview.htm

  • Oracle Analytic Workspace Manager

    Hi Experts,
    I am trying to find docs/procedures for installing Analytic Workspace Manager. We have Oracle 10 Enterprise version on IBM AIX p6.
    Question really is what do we need to do install Analytic Workspace Manager to create cubes.
    I am not a sys DBA of oracle, can I do something without asking the DBA's help ?
    Before you yell at me :P, please know that I am very new to Oracle (aprt from developing SQL, PL/SQL scripts) /
    Youe help would be greatly appreciated.
    Regards,
    P

    AWM is a client tool and you can install on your desktop without any DBA help. URL below is a good starting point to download and use the tool.
    http://www.oracle.com/technology/obe/10gr2_db_single/bidw/awm/awm_otn.htm
    Thanks,
    Sudip

  • Analytic Workspace Manager now available on OTN

    The Analytic Workspace Manager can now be downloaded from OTN at http://otn.oracle.com/software/htdocs/devlic.html?http://download.oracle.com/otn/java/olap/awm920.zip. It's 217MB and i've got it downloading now...
    It requires the 9.2.0.4.1 patch which can be downloaded from Metalink, using patch number 3084634
    To apply the 9.2.0.4.1 patch, you also need to have installed the 9.2.0.4 database patch beforehand, which can be downloaded from metalink using patch number 3095277.
    regards
    Mark

    I've managed to install the AWM + requisite patches now, and it's converting a relational star schema as I speak. Some points to note (not all steps listed here BTW)
    1. I first applied the 9.2.0.4 patch to an existing 9.2.0.1 database installation, which was installed alongside 9iAS R2, 9iDS, OWB9.2 and 9.0.4, and Express Server 6.3.4. The installer failed at an early stage with a 'resource bundle' error, and therefore I removed all Oracle software from my laptop, reinstalled just the Database 9.0.2.0.1, and started again from there.
    2. Follow the steps in the readme to drop the XMLCONCAT function, shutdown the database, and stop all services (including the database) in the ORACLE_HOME. Make sure you exit out of SQL*Plus before moving on.
    2. Run the 9.2.0.4 patch installer, install the new OUI, then install the 9.2.0.4 patch.
    3. Find the init.ora file (in my case named init.ora.962003152553 and located in C:/9ir2/admin/markr/pfile), and amend the file setting java_pool_size and shared_pool_size > 150M. You may need to set sga_max_size to a figure that is greater than these two amounts to fit this in. The figures I used were;
    sga_max_size=500000000
    java_pool_size=160554432
    large_pool_size=8388608
    shared_pool_size=160331648
    4. Startup the listener (lsnrct start), and the database (using 'startup migrate)
    5. set spool on, then run catpatch.sql
    6. run @ %ORACLE_HOME%/rdbms/admin/utlrp.sql
    7. Unlock the OLAPSYS account, then connect as OLAPSYS, then run @ %ORACLE_HOME%/cwmlite/admin/postamd.sql. When I ran this script, I got an error saying that a column I tried to add ('IS_AGGREGATABLE') already existed, but the rest of the script ran ok.
    8. I then unzipped the 9.2.0.4.1 patchset
    9. Run the One-Off patch that comes with the 9.2.0.4.1 patchset (in the /oneoffs directory) before you install the main 9.2.0.4.1 patch
    10. Once this has installed, start up the OUI that comes with Oracle 9i and select the products.jar file that comes with the patch. Install the patch as normal.
    11. cd $ORACLE_HOME/olap/admin, then connect as sqlplus "/ as sysdba", then run @olapu92041.sql
    12. Now the patches have all installed, unzip the awm920.zip file to a directory, run the installer, and the AWM will appear under the '%ORACLE_HOME%/Integrated Management Tools' start menu entry.
    I'm now in the process of trying to create an analytic workspace. I've submitted the COST_CUBE from the SH schema that comes with 9iR2 for conversion, although from what I understand this will not convert properly, and it has to be replaced by the BIBDEMO schema that comes with the BI Beans 9.0.3 download (http://otn.oracle.com/software/products/bib/download.html). The conversion's at 55% at the moment, so i'll see how it goes, and report back.

  • Olap analytic workspace manager

    hello,
    I started working with Analytic Workspace Manager to create my cubes olap.j 've made some measurements but I have a little trouble with one aspect because I assigned an index to a attribut.Conséquence I don't come connect to my work but I connect without problem to the database.I hope someone will help me quickly because I have to move my travaux.thanks

    R u not able to connect to the AW? what is the error you are getting? What version of DB you are on and AWM version?
    Thanks
    Brijesh

  • Analytic Workspace Manager 10.2.0.3.0A posted

    A new version of Analytic Workspace Manager has been posted to the Oracle OLAP site on OTN and MetaLink.
    AWM 10.2.0.3.0A addresses the following bugs found in AWM 10.2.0.3.0:
    5949796<< Period To Date calculation incorrect when using non-Gregorian time dimension
    5889531<< Retrieval of schema list is slow upon connection
    5687603<< Stale data may be displayed while switching between Model and Object Views
    5653421<< Error using even numbers for Median Smoothing Window forecast
    5887261<< Right-click menu does not appear for non-English localesNote: the MS Windows 32-bit standalone version is found both on OTN and MetaLink (PS # 6032088) whereas the Linux x86 patch version is found only on MetaLink (PS # 6032088).
    OTN: http://www.oracle.com/technology/products/bi/olap/index.html
    MetaLink: https://metalink.oracle.com

    hello bart,
    try with oracle client 12C Oracle Database 12c Release 1 for Microsoft Windows (x64)
    Oracle client 12C contains awm 12C
    regards
    jean marc

  • How to Install Analytic Workspace Manager 10.1.0.4.

    Hi,
    how to Install Analytic Workspace Manager 10.1.0.4.?
    Many thanks before.

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

  • Oracle 10g Analytic Workspace Manager 10.1.0.4( where to download?)

    Guys,
    I'm looking for a link to install Oracle 10g Analytic Workspace Manager 10.1.0.4.
    Can someone help me with the link?.
    Thanks,
    Bhagat

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

  • Install Analytic Workspace Manager 10.1.0.4.

    Hi,
    how to Install Analytic Workspace Manager 10.1.0.4. ?
    We are in DB 10g R2.
    It is urgent please help.
    Many thanks before.

    Thank you, we have this :
    SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%OLAP%';
    COMP_NAME VERSION STATUS
    OLAP Analytic Workspace 10.2.0.1.0 VALID
    Oracle OLAP API 10.2.0.1.0 VALID
    OLAP Catalog 10.2.0.1.0 VALID
    Is Analytic Workspace Manager installed ? How to know its version ?
    Thank you.

Maybe you are looking for

  • RE: Using a notebook as extra monitor, RE: Using a notebook as extra monitor

    I'm trying to connect my previous notebook to my MBP as a second monitor. How does it works?

  • StackOverflowError after adding a table to a TopLink Map

    Hello, I am really puzzled by the next problem. After adding a table (Customer) to an existing TopLink Map, I get the same kind of error for every query in the project that I use. ERROR J2EE EJB8006 [CustomerToplinkTestPublicFacade:public java.util.L

  • CC desktop crashes when clicking update now

    When I open creative cloud desktop app in Win 7, I see a msg - A new version is available update now - When I click Update, the installer launches and then the CC app closes. How to fix this?  Thanks Sterling  Lanier

  • SAPPDFPrint not working

    Dear folks, currently I am working on problem with printing adobe forms via Frontend printer. Printing a spool request via a local printer (access type G, device type SWIN/SAPWIN/PDF) does not perform any output. If I change to local printer to "file

  • ELearning Extensions - Learning Interactions - The Latest?

    Well after too much time spend searching the net and these forums and getting piecemeal information, I come here hoping to at least see if I understand the situation: - For many revisions over the years, Flash has included a Learning Interactions com