What url to access XMLA provider for ESSBASE 9.3?

I am configuring an XMLA system in my SAP portal where I have to enter a URL string to call ESSBASE's XMLA service.
How do I call the service, and if it's not running what do I have to do to get it started?
Any help to get me going would be greatly appreciated.
I have already gone through "Hyperion Provider Services Installation and Administration Guide" chapter "Working with XMLA" without finding what I think I need.
Henning Strand

I would guess that as you are using the SAP Portal, which I am not familiar with, would not be running Tomcat on port 13080. Your system administrator should be able to tell you what port APS is deployed on..
Tim Tow
Applied OLAP, Inc

Similar Messages

  • How to set up XMLA webservice for Essbase 7.1.5?

    <p>Hi</p><p> </p><p>I would like to set up XMLA webservice for Essbase so that I canquery Essbase OLAP databases on the web using XMLA Discover andExecute methods from client application.</p><p> </p><p>Will anybody point to the right document / provide me with anyinfo?</p><p> </p><p>Thanks</p><p>Shailesh Valera</p>

    It is not a supported feature for home screen wallpaper.

  • Shared services- Access Assign issue for Essbase

    Hi All,
    I need to associate Filter with a group in Shared Services, but when I go to Application Groups, right click on the Application name and select "Assign access control", but in the list of Groups that come in the very first window, i dont see all the grousp listed there, has anyoen seen thsi issue before and knows teh fix for it?

    We dont have direct Role provisioning to teh groups. Here we actualy have a group AllUsers and have added all other grousp as "GRoup membere" to thsi group/ Now this AllUsers group has teh roel provisioned to it. So in such a case, to see the grousp listed under "Assign Access Control" do they need to eb provisioned individually as well at group level, or teh above scenario that I mentioned also works fine?

  • What is the best email provider for mac

    i cannot get AOL to wk at all on my iphone/mac/ipad so thinking of getting new aol. does anyone recommend one over another?

    Ok..
    From the Mac Mail menu bar click Mail > Preferences then select the Account tab then the Account Information tab.
    Select your AOL account on the left.
    Where you see:  Incoming Mail server   make sure your User Name and Password are correct.

  • Best E-Mail Provider For iPhone

    What is the best email provider for iPhone. I have used hotmail for a long time, but I know that's not a good one to use with the iPhone, so I'm looking to start a new email account. Is there one email provider that I should clearly go with?

    The free Yahoo account provided for iPhone customers, which can be accessed as a standard IMAP or Push-IMAP account - with account settings available on the iPhone to switch between the two protocols, cannot be accessed with an email client on your computer - such as with Outlook or Outlook Express.
    You can access a Gmail account as an IMAP account with an email client on your computer as well as with the iPhone's Mail client - keeping the account's server stored mailboxes synchronized between the email client used on your computer to access the account and with the iPhone's Mail client.
    A Push-IMAP account provides for not having to check the account's incoming mail server for new messages but IMO, not worth having if I can't access the account with an email client on my computer also.

  • XMLA connections to Essbase

    Has anyone ever actually used XMLA to query an Essbase cube? We are trying to do so and cannot even complete the connection. I can see the connection established with Provider Services but cannot reach the Essbase server. We are using OLAP4J and currently use it successfully with MSAS and Mondrian. (We are using 11.1.1.1 and I can successfully connect using the Java APIs both directly to Essbase and via Provider Services.)

    Hi Everyone!
    We are using XMLA connecting to Essbase v. 9.3. Now when try to do the same to Essbase EPM 11.1.2.1. we have faced error. I have a request to support, but as I can't reproduce the issue, they can't help much.
    The error is thrown by Essbase and java app as well and it appeares in apsserver.log. We have an java app running in Weblogic that connects to Essbase and queries the essbase cubes though APS and XMLA.
    our error is seen from weblogic app log:
    com.tonbeller.jpivot.olap.model.OlapException: Soap Fault code= XMLAnalysisError.1051021 fault string=Cannot open cube view. Essbase Error(1051021): You have been logged out due to inactivity or explicitly by the administrator. fault actor= XML for Analysis Provider for Essbase
    detail:ErrorCode = 1051021; Description = Cannot open cube view. Essbase Error(1051021): You have been logged out due to inactivity or explicitly by the administrator.; Source = XML for Analysis Provider for Essbase ; HelpFile =
    the same fom Essbase: You have been logged out due to inactivity or explicitly by the administrator
    apsserver.log says: [2011-08-11T14:50:10.966+02:00] [AnalyticProviderServices0] [ERROR] [] [oracle.EPMOHPS] [tid: 20] [userId: <anonymous>] [ecid: 0000J6st8hwCKuApn^1FiZ1EF0ZX0001XI,0] [SID: BF00679CCE92D9502B3CE63B8F11DA] [APP: APS#11.1.2.0] Cannot open cube view. Essbase Error(1051021): You have been logged out due to inactivity or explicitly by the administrator.[[
    com.essbase.api.base.EssException: Cannot open cube view. Essbase Error(1051021): You have been logged out due to inactivity or explicitly by the administrator.
    I have experienced, that there are 3 connections to essbase server when error appears, and when we have successfull connections in 9.3 there are only 2.

  • Javax.mail.NoSuchProviderException: No provider for ifs1

    Similar to the question found in William Troper's thread run on
    November 1. We had mail code working fine, changed some
    variables to incorporate a migratable build and have now lost
    our mail functionality.
    We have followed William's advice by renaming all of Sun's Mail
    classes in the ~\9ifs\settings\META-INF directory and still no
    joy.
    Does anyone have any ideas of what is causing a "No provider for
    ifs1" error message?
    Cheers,
    Susan

    Hi Scott,
    These (among other) items are in my CLASSPATH (printed out at
    runtime)
    /projects/intranet/lib/mail.jar:/app/oracle/product/9.0.1S/9ifs/s
    ettings/META-INF:
    Here is my stack. Also, the code is EXACLTY the same between
    what was working and what is now not. Thanks for looking in to
    this:
    javax.mail.NoSuchProviderException: No provider for ifs1
         at javax.mail.Session.getProvider(Session.java:249)
         at javax.mail.Session.getTransport(Session.java:442)
         at javax.mail.Session.getTransport(Session.java:423)
         at com.mim.intranet.utils.MessageFactory.sendMesg
    (MessageFactory.java:130)
         at
    com.mim.intranet.unittest.utils.MessagingUT.testValidMesg
    (MessagingUT.java:56)
         at java.lang.reflect.Method.invoke(Native Method)
         at junit.framework.TestCase.runTest(TestCase.java:166)
         at junit.framework.TestCase.runBare(TestCase.java:140)
         at junit.framework.TestResult$1.protect
    (TestResult.java:106)
         at junit.framework.TestResult.runProtected
    (TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:131)
         at junit.framework.TestSuite.runTest(TestSuite.java:173)
         at junit.framework.TestSuite.run(TestSuite.java:168)
         at junit.framework.TestSuite.runTest(TestSuite.java:173)
         at junit.framework.TestSuite.run(TestSuite.java:168)
         at junit.textui.TestRunner.doRun(TestRunner.java:74)
         at junit.textui.TestRunner.run(TestRunner.java:200)
         at com.mim.intranet.unittest.AllTests.main
    (AllTests.java:40)
    4887 [main] WARN com.mim.intranet.unittest.utils.MessagingUT -
    Sending Exception
    F
    Time: 4.898
    There was 1 failure:
    1) testValidMesg(com.mim.intranet.unittest.utils.MessagingUT)
    junit.framework.AssertionFailedError: Failed sending message :
    com.mim.intranet.exception.IntranetException: Failed sending
    message encountered unexpected exception
    Wrapped Exception is : javax.mail.NoSuchProviderException: No
    provider for ifs1
         at
    com.mim.intranet.unittest.utils.MessagingUT.testValidMesg
    (MessagingUT.java:63)
         at com.mim.intranet.unittest.AllTests.main
    (AllTests.java:40)
    FAILURES!!!
    Tests run: 1, Failures: 1, Errors: 0
    com.mim.intranet.exception.IntranetException: Failed sending
    message encountered unexpected exception
    Wrapped Exception is : javax.mail.NoSuchProviderException: No
    provider for ifs1
         at com.mim.intranet.utils.MessageFactory.sendMesg
    (MessageFactory.java:187)
         at
    com.mim.intranet.unittest.utils.MessagingUT.testValidMesg
    (MessagingUT.java:56)
         at java.lang.reflect.Method.invoke(Native Method)
         at junit.framework.TestCase.runTest(TestCase.java:166)
         at junit.framework.TestCase.runBare(TestCase.java:140)
         at junit.framework.TestResult$1.protect
    (TestResult.java:106)
         at junit.framework.TestResult.runProtected
    (TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:131)
         at junit.framework.TestSuite.runTest(TestSuite.java:173)
         at junit.framework.TestSuite.run(TestSuite.java:168)
         at junit.framework.TestSuite.runTest(TestSuite.java:173)
         at junit.framework.TestSuite.run(TestSuite.java:168)
         at junit.textui.TestRunner.doRun(TestRunner.java:74)
         at junit.textui.TestRunner.run(TestRunner.java:200)
         at com.mim.intranet.unittest.AllTests.main
    (AllTests.java:40)
    -----------------------------------------------------------------

  • What Driver name/class and url are to be provided?

    I have created a new alias for jdbc in the portal along with the user-mapping...........as a result i can see jdbc system in the system drop-down box.............but i m having some problem while making the connection with portal as it is asking for driver name/class and url and also other details..........my back-end server is MS SQL...........What Driver name/class and url are to be provided in this case or any other details required?????
    thank you very much............

    Hi Deep,
    There is a how-to posted on SDN regarding how to connect and configure the BI JDBC Connector.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424
    This document describes the jdbc driver to use etc.
    Hope this helps,
    Cheers,
    Scott

  • Hacettepe University Communication department wants to be content provider for iTunes U. What do we need to do?

    Hacettepe University Communication department wants to be content provider for iTunes U. What do we need to do?
    This is our faculty web site. The Faculties, Institutes and Applied Schools of Hacettepe University are located in Ankara Turkey
    http://www.iletisim.hacettepe.edu.tr/english/index.php?id=anasayfa

    https://eduapp.apple.com/qforms/start/itu?dst=enroll_marcom&pdname=itunesu#main: enroll_marcom:NEW_RECORD@itunesu@null@null@true
    (apologies for the long URL).
    Regards.

  • After upgrade my Iphone 4 to iso5, I can't add contact and I can't access the settings for mail,contacts and calender. The moment I select the setting for Mails, Contact and Calender it will jump back to home. Can someone advice what's wrong with it?

    After upgrade my Iphone 4 to iso5, I can't add contact and I can't access the settings for mail,contacts and calender. The moment I select the setting for Mails, Contact and Calender it will jump back to home. Can someone advice what's wrong with it?Problr

    Dear All
    i have done the same activity ( buy a new iphone 4 -> upgrade to ios5 - > configure email) with success-
    than when i start to move the contacts from old mobile to iphone (using the microsim) i receive the same crash
    in disgnosis e use i saw 2 dump with this title 'latestCrash-Preferences.plist and LatestCrash.plist. in each file the date is the same and i read:
    Exception Tyle: EXC_CRASH (SIGABRT)
    Exception code: 0x00000000, 0x00000000
    Chrashed Thread: 6
    in thread 6: name: Dispatch queue:
    com.apple.addressBookUI.ContactsSettingPlugin
    and thaan a lot of data.
    Have you any idea?
    thank in advance
    Fabio

  • Access Oracle from SQL Server using Oracle Provider for OLE DB

    Using
    - SQL Server 2000 SP4
    - Oracle 10g
    - Oracle10g Provider for OLE DB Version 10.1.0.4.0
    - Oracle 10g client
    Able to create linked server in SQL server to Oracle 10g and display list of tables in Oracle. However, when execute query, it gives
    Server: Msg 7320, Level 16, State 2, Line 1
    Could not execute query against OLE DB provider 'OraOLEDB.Oracle'.
    OLE DB error trace [OLE/DB Provider 'OraOLEDB.Oracle' ICommandText::Execute returned 0x80040155].
    Any idea what is the problem ?

    I'm having the same error message...But I'm connecting to a Oracle 8i DB......
    I think this has to do with SP4 for SQL....I will test this tonight....

  • I contacted what I thought was Brother Support for my new printer, then I got skeptical.  He gained access through a program called TeamViewer, is my Mac safe?

    i contacted what I thought was Brother Support for my new printer, then I got skeptical.  He gained access through a program called TeamViewer, is my Mac safe?

    They're probably just interested in getting $ from you, there are several companies who advertise in a way that suggests 'official' support for all sorts of things. Unfortunately, if they had access as you describe, they potentially could have installed other software and/or read any of your files.
    Ideally - change all passwords for email/banking/login & restore a backup from before this happened.

  • I have dowloaded Photoshop + Lightroom (subscription) but no serial number have been provided for Photoshop CC so I cannot access the product. Please help

    I have dowloaded Photoshop + Lightroom (subscription) but no serial number have been provided for Photoshop CC so I cannot access the product. Please help

    Thank you Steve. Will do it straight away.
    We can can continue talking this evening, no prob.
    Rgds
    Marco
    Il giorno 16/mag/2014, alle ore 19:12, SG... <[email protected]> ha scritto:
    I have dowloaded Photoshop + Lightroom (subscription) but no serial number have been provided for Photoshop CC so I cannot access the product. Please help
    created by SG... in Photoshop General Discussion - View the full discussion
    Hi,
    When did you make the purchase? Can you try signing out of the CC desktop app, and then signing back in?
    I'll see if I can get direct support sent your way as well. How much longer are you available for this evening? We can communicate directly as well if you prefer.
    regards,
    steve
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6385161#6385161
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Provide Data access provider for C/C++

    Please provide the data access provider for the c/c++. Complete class library and its documentation so I can access data from database and use it on front.
    Anyone can have, please give me

    Please provide the data access provider for the c/c++.Download Instant Client Basic + Instant Client SDK for your platform and development environment:
    http://www.oracle.com/technology/software/tech/oci/instantclient/index.html
    ...and its documentation...OCI: http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28395/toc.htm
    OCCI: http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28390/toc.htm
    Good luck,
    Mark

  • I just tried to fax information to the number provided for Verizon Corporate Headquarters and it doesn't answer. What is the fax number to Verizon Corporate Headquarters?

    I just tried to fax information to the number provided for Verizon Corporate Headquarters and it doesn't answer. What is the fax number to Verizon Corporate Headquarters?

    How To: Direct Message   and   JohnB_VZW

Maybe you are looking for

  • Delete messages from server when deleted from iTouch doesn't work

    Hi everybody, Two questions really... One is that with my 2nd gen iTouch I was able to set IMAP settings and it would show all of the folders (other than Inbox) that I have created on my mail account. The 4th gen iTouch doesn't seem to let me see the

  • Document date Issue

    The Document Date is the date when we raise and send a customer Order. Perhaps 2 weeks later we convert this order to an A/R Invoice by using the COPY procedure. However, this procedure changes the Document Date from the original date to the Current

  • TS4062 how do i remove duplicate entries from my phone directory?

    question; how do i remove duplicate entries from my phone directory?

  • Error    exit code 15

    still wont load, 3 hours on chat no one comes online. did everything the support page says to do for this and still don't work. did I just get screwed on this purchase or what

  • Mini-DV Capture to Windows Live Movie Maker

    I captured video from my mini-dv cam (GL2) in FCP but my editor uses Windows Live Movie Maker. What is the best way to get video captured using Final Cut Pro into a format that Windows Live Movie Maker can work with?