Error after accessing to Oracle BI Spreadsheet Add-in

Dear all,
I downloaded Oracle Database 10g Express Edition (version 10.2.0.1. Beta) and I installed it successfully. I created a new account. Then I downloaded Oracle Business Intelligence Spreadsheet Add-in (version 10.1.2.1) and I installed it successfully as well (both on my PC).
Now I would like to run Oracle Business Intelligence Spreadsheet Add-in but I don't know the way of running it. I click "New query". Then I go to the "Connection editor". There are four boxes.
"Description box" is clear. I write 127.0.0.1 or k219 (it's the name of my computer) into the "Host name box". As the "Port Number box" I use 1521. Then I write xe into the "SID box".
Then I return to the "OLAP connection tab". There are items: user name and password. I try to write user name and password created in Oracle Database 10g Express Edition. And the result is an error:
Faild to connect to OLAP service
BIB-10701 An error occured during connecting to metadata
oracle.dss.metadataManager.common.MetadataManagerException: BIB-10701 An error occured during connecting to the database
oracle.dss.connection.common.ConnectionException: BIB-16627 It's not possible to connect to the databse
java.sql.SQLException: ORA-06550: line 1, column 13:
PLS-00201: identifier 'OLAPIBOOTSTRAP' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
I went through other questions related to BI Spreadsheet Add-In and I could see that people were talking about another programs and modules needed for successfull running.
So should I install another modules e.g. Warehouse Builder?
Please, is there anyone who can help me?
Your user Frank

Hello,
I went through the same process as user484588, and received the same results.
I have some Access/Excel VBA programs that I use to verify the results of an Essbase cube. Having worked with Oracle products quite a bit in the past, I am reviewing Oracle XE to possibly replace them. The database and forms writer components of XE looks pretty cool, but I need a lot more in the way of report writer.
I have connected Excel to the XE database using Data/Import External Data, but that's no better than my current Access/Excel implementation.
Are there any other reporting tools available for use with XE?
Bill

Similar Messages

  • Migration Error from Access to Oracle through SQL Developer.

    Hi,
    Actually I am trying to migrate data from MS Access 2002 to Oracle 9i database through the SQL Developer. But Whenever I go to Capture Database from Access it will show me an error.... Invalid procedure Call and then it shows an error message... >>>>>>
    ShowSplashScreen("_OracleSplashScreen",3)
    after that i wont be able to do this task anymore..... So please help me get out of it... How Cam I Maigrate data from Access to Oracle 9i...
    Is any other tool i use or you can help me for this tool to migrate date...
    Please tell me..
    If yu can send me a mail then mail me on [email protected]
    regards,
    Vishal

    Hi Vishal,
    I have responded to your related thread on the Migration Workbench forum - Migration Error from Access to Oracle through SQL Developer.
    Regards,
    Hilary

  • Error: cannot access directory oracle\jsp\runtime

    I got this error when try to add a existing project to JDeveloper 9.0.3.4
    Error: cannot access directory oracle\jsp\runtime; verify that directory is reachable from classpath and/or sourcepath
    can someone help me?
    thanks

    Xinwei -
    Make sure you have added the correct libraries to your project; adding JSP Runtime to your project should alleviate this error.
    Hope this helps,
    Lynn
    Java Tools Team

  • PDK 9.0.4 Error: cannot access class oracle.security.jazn.realm.RealmUser

    Dear Forum,
    we are developing portlets for Portal 3.0.9.8. We use the default JPDK version, that comes with the standalone Oracle OC4J 9.0.4 bundled with PDK.
    We want to improve our portlet by check the userid of the portal user. Therefore, we want to use oracle.portal.provider.v2.ProviderUser.getUser().getName()
    in a JSP.
    First - even before the method call - we included
    <%@ page import="oracle.portal.provider.v2.http.ServletProviderUser" %>
    But even this 1 statement gives in JDeveloper 9.0.4 with the libs pdkjava and ptlshare from the OC4J the following error:
    Error: cannot access class oracle.security.jazn.realm.RealmUser; file oracle\security\jazn\realm\RealmUser.class not found
    What is wrong here? What missing library we must include?
    Thank You in advance

    Problem solved. Need to include jazn.jar in project's lib-paths.

  • Oracle BI Spreadsheet Add-in Licensing

    Is anybody aware of the licensing policy with Oracle BI Spreadsheet Add-in? Are these licenses to be purchased separately or avaiable with the install of database with OLAP option? Any advise or reference to documentation would be useful.
    We have the following database installed and licensed currently:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP, Data Mining
    and Real Application Testing optionsWe have the Oracle 10g version with OLAP option installed
    Thanks,S
    Sudip

    The Oracle BI Spreadsheet Add-in is included in your OLAP Option license.
    You might also be intested in knowing that you wil soon be able to use Excel 'natively' using an MDX connection to an Oracle 11g cube. This is a very nice solution. If you have the opportunity to evaluate Oracle11g OLAP (which as lots and lots of enhancements), you should definiately be looking at this solution.
    You can learn more about Excel and Oracle 11g by listening to the live webcasts at http://conference.oracle.com on:
    March 5 @ 3:00 pm Eastern US conference ID 137749931
    March 6 @ 10:00 am Easter US conference ID 137750521
    Dail in is 888-967-2253 id 986799 pw 147258 for both.

  • Error: cannot access class oracle.security.jazn.realm.RealmUser

    Hi,
    I try to compile this simple jsp, which use jpdkv2, with jdeveloper 9i.
    But I obtain this error:
    Error: cannot access class oracle.security.jazn.realm.RealmUser; file oracle\security\jazn\realm\RealmUser.class not found
    Someone has an idea ?
    Source code of my jsp:
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@page import = "oracle.portal.provider.v2.render.PortletRenderRequest" %>
    <%@page import = "oracle.portal.provider.v2.http.HttpCommonConstants" %>
    <%
    PortletRenderRequest portletRequest = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    %>
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
    <TITLE>
    Hello World
    </TITLE>
    </HEAD>
    <BODY>
    <H2>
    The current time is:
    </H2>
    <P>
    <% out.println((new java.util.Date()).toString()); %>
    </P>
    <P>Hello: <%= portletRequest.getUser().getName() %></P>
    </BODY>
    </HTML>

    Please check if jazn.jar is available under your <YOUR_OC4J_PATH>\j2ee\home folder.
    This library files contains all the security related classes required by jpdkv2 providers.

  • Error: cannot access class oracle.jbo.server.ViewObjectImpl;

    hi
    while compiling my project
    i m getting this error..
    Error: cannot access class oracle.jbo.server.ViewObjectImpl; file oracle\jbo\server\ViewObjectImpl.class not found
    please help.
    regards
    naveen

    Are the fwk class libraries included in jdev project ?
    Thanks
    Tapash

  • Error: cannot access class oracle.jsp.runtime.HttpJsp; file oracle\jsp\runtime\HttpJs

    Hello,
    where is now oracle\jsp\runtime\HttpJsp.class located?
    thanks.
    Oleg.

    Same problem,
    Error: cannot access class oracle.jsp.runtime.HttpJsp; file oracle\jsp\runtime\HttpJsp.class not found
    Thanks
    aldo

  • Oracle BI Spreadsheet Add-In

    Hi.
    I'm trying to download OracleBI Spreadsheet Add-In 10g from
    http://www.oracle.com/technology/products/bi/spreadsheet_addin/download/download.html
    but I cannot get the links after accepting the License Agreement.
    When I do this in Internet Explorer, I receive java Script Error and in any other browsers, like Firefox or Chrome sipmply nothing happens.

    Hi,
    I can reproduce the issue as I cannot download any of the two files -- Oracle has to fix the two links.
    Thanks,
    Hussein

  • Error 406 access denied while trying to Add Windows 2008 HV host in SCVMM 2008.

    I am trying to add Windows 2008 HV host in SCVMM 2008. While adding host i am getting error message...
    Error (406)
    Access
    has been denied while contacting the server <server name>. 
    Recommended
    Action
    1.
    Verify that the specified user account has administrative privileges on <server name>.
    2.
    Verify that DCOM access, launch, and activation permissions are enabled on <server name> for the Administrators group. Use dcomcnfg.exe to modify
    permissions, and then try the operation again.
    I have already done DCOM security modification for my user. I am able to RDP or any file sharing HV host from SCVMM machine. My user is member of local administrator for both the machines. 
    Before that i have added one Windows 2008 HV (Core) successfully and 2 ESX host in same SCVMM machine. 
    Any Help would be greatly appreciated.
    vaibhav

    Has anyone found a fix for this? I've been troubleshooting this issue for 4 days now. I've unjoined/rejoined the host to the domain, deleted SCVMM certificate, given permissions (out the wahzoo) in COM/Access Permissions, all updates installed, firewall
    is off (I even tried turning it on and configuring program/port access), I've tried with 3 different domain accounts that are a member of the local Administrators group.
    The other day I managed to get the host added (don't ask me how) but then all the VM's were in status 'Host not responding' so I couldn't even manage them. So I removed it and now can't get the host added again. I'm using SCVMM 2008 R2 SP1 and the problem
    host is Server 2008 R2 SP1 x64.
    Error (406)
    Access has been denied while contacting the server xxxxxxxx.domain.com.  
    Recommended Action
    1. Verify that the specified user account has administrative privileges on xxxxxxx.domain.com.
    2. Verify that DCOM access, launch, and activation permissions are enabled on xxxxxxx.domain.com for the Administrators group. Use dcomcnfg.exe to modify permissions, and then try the operation again.
    I was getting this error after I got the host added:
    Error (2910)
    VMM does not have appropriate permissions to access the resource C:\Windows\system32\qmgr.dll on the xxxxxxxx.domain.com server.
     (Access is denied (0x80070005))
    Recommended Action
    Ensure that Virtual Machine Manager has the appropriate rights to perform this action.

  • User name and password for Oracle BI Spreadsheet Add-in

    Dear all,
    I downloaded Oracle Database 10g Express Edition and I installed it successfully. I created a new account. Then I downloaded Oracle Business Intelligence Spreadsheet Add-in and I installed it successfully as well (both on my PC).
    Now I would like to run Oracle Business Intelligence Spreadsheet Add-in but I don't know the way of running it. I click "New query". Then I go to the "Connection editor". There are four boxes.
    "Description box" is clear. I write 127.0.0.1 or k219 (it's the name of my computer) into the "Host name box". As the "Port Number box" I use 1521. Then I write xe into the "SID box".
    Then I return to the "OLAP connection tab". There are items: user name and password. I try to write user name and password created in Oracle Database 10g Express Edition. And the result is an error: Faild to connect to OLAP service
    BIB-10701 An error occured during connecting to metadata
    oracle.dss.metadataManager.common.MetadataManagerException: BIB-10701 An error occured during connecting to the database
    oracle.dss.connection.common.ConnectionException: BIB-16627 It's not possible to connect to the databse
    java.sql.SQLException: ORA-06550: line 1, column 13:
    PLS-00201: identifier 'OLAPIBOOTSTRAP' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Please, is there anyone who can help me?
    Your user Frank

    When u install Oracle 10g, it forces u to enter new passwords for System as well as scott user and it does not allow u to keep old know passwords as manager and tiger.
    If u installed with new passwords successfully, u must be knowing those new passwords and there is no reason to try with system/manager. Instead try to connect with new passwords. We never faced such problems.
    If the problems still persits, check that
    a) Oracle service is running
    b) Instance is running by and whether u are able to connect / as sysdba
    Suresh Bansal

  • Error while accessing the Oracle iProcurement Page

    Hi,
    While accessing the iProcurement page, I am encountering the error
    "oracle.apps.fnd.framework.OAException: oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/icx/icatalog/shopping/webui/ShoppingHomePG, XML Path = {1}. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository."
    Please help me on this.
    Thanks,
    Rohit Subudhi

    Hi,
    The issue which I was facing was for some personalization in the page.
    I was trying to extend the Controller of the Page at the responsibility but some how it affected at Site level.
    Now I have deleted the personalization from Functional Administrator Responsibility and now the page is working fine. Anyways thanks for the reply Apurba.
    Regards,
    Rohit

  • Oracle BI Spreadsheet Add-in 10g 's API has forgotten what OLAP is !

    Hello,
    Did you know that since the 10g, the news API to reach AW is in SQL language?
    Never mind, after all, since one obtains what one wishes!
    The problem is that this interface generates an SQL request BY Excels cell!!
    100 cells = 100 sql requests!!!
    Forgotten the OLAP operations where one LIMITS the axes according to what one wishes to post! :o((
    Did you note the same thing as me? For example, during all the Excel session, the STATUS of dimensions remains with ALL STATUT…
    The old ones which know the multidimensional will wonder what you can make in a multidimensional system which cannot manage the STATUT of dimensions any more, and well, not large thing….
    Oracle noted that an OLAP server could not summarized with SQL and has to preserve Oracle OLAP. It is the same thing for an OLAP API, we hope that Oracle awakes and corrects quickly this error!

    Yes, BUT :
    In SQL would you send an SQL statement for each cell? No, you would have WHERE clauses like this: (for 2 columns and 3 lines)
    WHERE -
    DIMENSION_IN_PAGE = "CODE1" and -
    DIMENSION_IN_COLUMN in ("CODE2", "CODE3")
    DIMENSION_IN_LINE in ("CODE4", "CODE5", "CODE6")
    This WHERE clause would be translated in OLAP like this:
    LIMIT DIMENSION_IN_PAGE to 'CODE1'
    LIMIT DIMENSION_IN_COLUMN to 'CODE2' 'CODE3'
    LIMIT DIMENSION_IN_LINE to ‘CODE4’ 'CODE5' 'CODE6'
    What API does is 5 sql statements for all the combinations of column and line, it's crazy don't you think? (Clause where with only one code for each dimension...)
    An SQL API does not excuse this. I really think there's a "bug" in this API
    Don't you think?
    If you use a "heavy" cube with "on the fly calculations" and "HOLAP architecture" this API is a catastrophe (90% of elapse to loop over cells and 10% of elapse for fly calculations and HOLAP...).
    Hope I'll be understand.

  • Admin error after deploying to Oracle 10g

    I'm trying to deploy Coldfusion 7.02 to Oracle 10g
    Application Server. I successfully installed CF as an ear file and
    deployed it to my OC4J instance. However, when I try to run the
    Administrator, after logging in, I get this error message:
    java.lang.ExceptionInInitializerError
    at com.verity.administration.VAdmin.<init>(Unknown
    Source)
    at
    com.verity.api.administration.VAdministration.<init>(Unknown
    Source).
    Caused by: java.lang.RuntimeException: Encryption algorithm
    not found
    at com.verity.security.k2.K2Encrypt.<clinit>(Unknown
    Source)
    ... 54 more
    Any idea what this has to do with? One thing I have been told
    is that this may have to do with ColdFusion needing to be run on
    its own OC4J instance. I am still working on figuring out how to do
    that setup.
    Any help would be appreciated.
    Thanks.

    See a couple of entries at
    http://blogs.sun.com/marcoscorner
    I hope they help you;-)
    Thanks,
    -- Marco

  • Warnings/Errors after interim patch oracle processing

    Hello,
    After I finished the interim patch procedure (10084982 file) in an oracle database at the finish of that patch procedure it show some lines with warnings...
    Could you tell me if these errors are of concern?
    INFO:Execution of ' Command and arguments of pre/post scripts is restricted to be viewed in log file ':
    Return Code = 0
    INFO:Finish the Apply postScript at Sun Jan 23 23:44:24 GMT 2011
    INFO:Got online patch property as NULL for the node
    INFO:
    The local system has been patched and can be restarted.
    INFO:Finish applying patch to local system at Sun Jan 23 23:44:24 GMT 2011
    INFO:--------------------------------------------------------------------------------
    INFO:The following warnings have occurred during OPatch execution:
    INFO:1) OUI-67620:Interim patch 10084982 is a superset of the patch(es) [  8559467 ] in the Oracle Home
    INFO:--------------------------------------------------------------------------------
    SEVERE:OUI-67204:OPatch Session completed with warnings.
    INFO:Finishing ApplySession at Sun Jan 23 23:44:24 GMT 2011
    INFO:Total time spent waiting for user-input is 12 seconds.  Finish at Sun Jan 23 23:44:24 GMT 2011
    Best regards,
    João Dimas - Portugal

    Hello SBK,
    Yeah, I know that, after I finished this interim patching process I had done it, I had checked the inventory ($ORACLE_HOME/OPatch/opatch lsinventory) and the output show a big list of bugs fixed which belongs to the new interim patch applied 10084982, as you can see follow:
    Patch  10084982     : applied on Sun Jan 23 23:44:21 GMT 2011
    Unique Patch ID:  12993853
       Created on 04 Oct 2010, 00:36:22 hrs PST8PDT
       Bugs fixed:
         10084982, 9189070, 9747153, 7497640, 7361418, 9758199, ...
    The interim patch number 8559467 is the old interim pach oracle that was already installed and I needed/wanted to update it to the new one, to the latest version, which is the interim patch number 10084982.
    This is for windows X64 platform!
    Best regards,
    João Dimas - Portugal

Maybe you are looking for

  • Win 8.1 iTunes 11.1.3.8  iPhone 5 IOS 7.04

    Ok,  I have not been able to sync with iTunes since 7.01.   I don't know if this is an Iphone issue or Itunes issue.   I click sync, get to the last step  and I get stuck on waiting for changes to be applied.   What are the changes, I don't know. I h

  • How to effectively remove a loaded SWF from the stage?

    I can not figure out a proper coding to remove a loded SWF from the stage. Here is my set up. I have a layout segmented into labeled section. In the section labeled "products" I have a layout consisting of product images acting as buttons which bring

  • Adobe reader XI won't open

    My adobe reader won't open. I un-installed it re-downloaded it to desktop,all my pdf documents have the adobe icon, but nothing will open. Reader  worked fine before. This happened out of the blue.

  • Migrating linux accounts to OS X 10.5

    Hello, Usually on any Linux/Unix-like OS I would simply copy necessary entries in passwd, group, shadow, etc.. and simply add them to their respective files on the new box. What's the best way to migrate user accounts from a *nix box to OS X? The has

  • A Generic Class is Shared by all its Invocations

    hello all, i am not understanding what this means all instances of a generic class have the same run-time class, regardless of their actual type i am taking this to mean that no matter how many instances of list i create underneath it all 1 class is