Connect to Bex query after logging into Web service

Hello experts,
After logging into the web service, I see connections for all HANA and BW infoProviders.
If I click HANA OLAP connection, I see the "next" button. If I click connections to BW InfoProviders, the "Next" button is grayed out, I only have "OK" to click which takes me to the infoProvider.
I know if I choose "Local System", I can log into BW and find BEx queries.
Is this by design? Can't we get list of Bex queries under the connection we highlight somehow?
Thanks.

Hi Terry - I am not really following this workflow (could be just me)
Did someone create OLAP connections to BW in the CMC?  Could you use the camera icon to share your screen shots?
Tammy

Similar Messages

  • "Cannot log into Web service" error when tying to use Wifi to connect to Google Drive or Facebook

    We have a relatively new Canon Powershot s120.  Up until a few days ago, it worked just fine to connect to the Wifi and upload pictures to both Google Drive and Facebook.  Now, every time I try to connect, I get a message "Cannot log into Web service"
    I have already tried removing Google Drive from the Camera and re-adding it.  I went into the Canon Image Gateway website and disconnected and then reconnected the service.  That didn't do anything.
    Would really appreciate any tips anyone has.
    Thanks!

    Problem sorted - there is a new set of terms and conditions which came out on the 6th August.
    You have to log in under your current user name & password and agree to them and it works again. I spent a frustrating hour doiung this until I found out that this had happened!

  • After logging into Self Service unable to open forms clicking on links

    Hi,
    After successfully logging in using URL
    http://<hostname:port>/OA_HTML/AppsLocalLogin.jsp
    Clicking on System Administrator -> Concurrent -> Requests to launch it does nothing.
    Although http://<hostname:port>/dev60cgi/f60cgi i can opens form correctly.
    This was running successfully before. After the bounce it stopped working.
    I have checked $IAS_CONFIG_HOME/Apache/modplsql/cfg/wdbsvr.app file apps password is set correctly.
    Oracle Apps - 11.5.10.2 (Single Middle Tier) and Oracle Database 10.2.0.4 is a RAC ( 2 instances )
    Please advice.
    Regards,
    Nagendra Chillale

    Are you using JRE or JInitiator ? Pl enable the Java console to see if any additional error messages are captured in the console
    How To Enable The Java Console Jinitiator 1.1.8 and 1.3          (Doc ID 310961.1)
    How To View The Java Console And Enable Tracing For Sun JRE (Native Plug-in)          (Doc ID 452853.1)
    HTH
    Srini

  • "Unable to log URL" error when importing WSDL into Web Service connection

    Hello Experts
    I'm using Xcelsius Engage and I'd like to use Web Service connection.
    I've developed my own Web service (that is using 2 other web service inside it).
    and now I'm trying to import it into the Xcelsius (connection --> Web service connection).
    And I get the follwoing error:
    "Unable to log URL"
    When I browse to my wsdl file in IE the file is loaded with no problem.
    When trying to import other URLs it also works fine (for example: http://www.xignite.com/xFinancials.asmx?wsdl)
    Any idea?
    Thanks,
    Miki

    Hi Matt
    Thanks a lot!!!
    Indeed the solution was in the follwoing thread:
    VB.net code to create XML
    Parsing the query result fixed the problem.
    For others who might have the same problem:
    Here's a working web service (C# code, for vb code follow the link to the thread above):
    public Service () {
        public struct QueryResult
          public string SlpName;
          public string Commission;
        [WebMethod]
      public QueryResult[] RunQuery()
          // Open Connection - Query Data from DB table - Close connection
          SqlConnection connection = new SqlConnection("Data Source=(local);Integrated Security=SSPI;Initial Catalog=SBODemoUS");
          SqlDataAdapter adapter = new SqlDataAdapter(
            "SELECT SlpName, Commission FROM OSLP", connection);
          DataTable DT_QryResult = new DataTable();
          adapter.Fill(DT_QryResult);
          connection.Close();
          // Parse data to be forward to Xcelsius
          QueryResult[] QryRes = null;
          QryRes = new QueryResult[DT_QryResult.Rows.Count];
          int i=0;
          foreach (DataRow row in DT_QryResult.Rows)
            QryRes<i>.SlpName = row["SlpName"].ToString();
            QryRes<i>.Commission = row["commission"].ToString();
            i++;
          return QryRes;
    Best regards,
    Miki

  • Empty Screen after logging into portal

    Hi,
    I have installed SAPNetweaver 2004S,  SP9 trial edition.
    After logging into portal , Masthead and Tool area are visible and reamining part is empty screen . Toplevel navigation , detailed navigation, desktop innerpage are not getting displayed.
    Can somebody please help me in resolving this.
    Regards
    Venkata Chithirala
    Message was edited by:
            Venkata Chithirala

    Hi
    The portal display creates problem when you try to access the portal using the IPADDRESS instead of the host name for the portal.
    What you can do is make a entry in the hosts file for the portal server and then try to access the portal using the name given in the hosts file.
    http://servername:<port>/irj
    servername is the entry which you have given in the hosts file.
    Dont use the IPAddress while accessing the portal, if by chance you are using it.
    This shoud solve your problem.
    Regards
      Sumit Jain
    **Reward with points if useful.

  • Blank page after logged into portal system

    Hi,
    After logged into our portal system, we are getting blank page with white space. This is not quite common for all users, few users able to view screens at portal systems.
    Please help me to resolve this issue.
    Thanks in advance
    Regards
    Srinias

    Srinivas,
    Looks like the users not seeing anything have roles which does not have any content in them. Take any of these users and look for assigned roles in 'User Administration'. If there is no content assigned to these roles then assign some relevant content, else make these users part of the group that other users seeing content are part of.
    Hope this helps.
    Vishwas.

  • How do I update my credit card information after logging into my account?

    How do I update my credit card info after logging into my account?

    Reader doesn't need your credit card. You can sign into your account in the Adobe store and look in at your subscriptions. There may be something there to store your card information if you have a subscription service.

  • All Field Bindings are lost after executing a Web Service.

    Hi All,
    I noticed that after a Web Service (Data Connection) is executed inside the PDF (XFA), all bindings are lost.
    For example, if there is a Drop-Down List Field whose Items (list) are bound to XML Data Source (Data Connection), this binding is lost after the Web Service is executed.
    However, the XML Data Connection is still there, as I could verify this, but I don't know how to rebind the data to the Drop-Down List after executing the web service.
    Appreciate your help.
    Tarek.

    Check this blog post:
    http://www.drflex.eu/2008/06/dynamically-populate-dropdown-lists-using-webservices/
    This comfirms that after you execute a web service, the Drop-Down List fields will become empty due to remerge operation. Well, I have to issue a remerge, otherwise, the PDF will not be populated properly.
    Tarek.

  • Expecting response in XML format after invoking bea web service

    What should I do in order to receive the response from the web service in XML document
    (i.e. a well-formed XML document) after invoking the web service via my client
    application
    (a servlet in my case)? I would like to validate the XML document against a schema
    in my
    servlet. I deployed my web service sucessfully and followed the WSDL web page
    recommendation about creating a client. That is I used the generated stub (client
    jar file
    generated using clientgen) in my servlet. The result I received was a java object
    and not in
    XML document form.

    If you do clientgen on a WSDL, it will generate
    java types by default. You can trun this off by
    setting autotype="false" in the clientgen ant task.
    I have not tried it out, but i think this will use
    javax.xml.soap.SOAPElement instead of
    generated java types. Then you can create a
    DOM object from soap element.
    Another option is to use DII with generic
    typemapping. An example here:
    http://www.manojc.com/?sample27
    Regards,
    -manoj
    http://manojc.com
    "Michael Wong" <[email protected]> wrote in message
    news:3f1edd7c$[email protected]..
    >
    What should I do in order to receive the response from the web service inXML document
    (i.e. a well-formed XML document) after invoking the web service via myclient
    application
    (a servlet in my case)? I would like to validate the XML document againsta schema
    in my
    servlet. I deployed my web service sucessfully and followed the WSDL webpage
    recommendation about creating a client. That is I used the generated stub(client
    jar file
    generated using clientgen) in my servlet. The result I received was ajava object
    and not in
    XML document form.

  • (261936172) Q general Are there seperate logs for web services?

    Q<general> Are there seperate logs for web services?
    A<general> It does not appear that there are any separate logs for web services.
    There is knex.log file that records the errors that occur during deployment of
    your .jws files. There is also the standard server log that provides information
    about server status - you can write to this programmatically if you wish. There
    is also the access.log file which record all the HTTP requests so this might cover
    some of your web service requests that are transmitted over HTTP.

    Maybe the user has deniad Access to the Runbook, check in Runbook Designer.
    Seidl Michael | http://www.techguy.at |
    twitter.com/techguyat | facebook.com/techguyat

  • Migrating BAPI & RFC function modules into web services

    What is the advantage of migrating BAPI & RFC function modules into web services?

    Hi.
    That's a very good question. Why did you ask it, are you considering doing so?
    I wouldn't think there would be any performance advantages using WebServices.
    You could make your BAPI's available for other systems than Web Dynpro or SAP systems by turning them into WebServices.
    That could be an issue when you want to use different integration engines perhaps.
    A WebService might also be better for dealing with large number of requests I guess.
    When dealing with XML you can also use the advantage of XSLT for validating your data.
    The main advantages would still be the availability of your service for non-SAP systems.
    /Mikael

  • Can't log into Data Services

    Hello Gurus,
    I get this error message "Cannot initialize application. (BODI-1270039)" when I try to log into Data Services.
    I've tried reinstalling the Data Services (Client) but still the same problem.
    What's causing this issue?

    Hi l.v,
    In Windows, in the run option and put in the 'regredit' command and look under Hkey local and Hkey current user and make sure that you do not have BusinessObjects entry if you do then please delete them.
    It is assumed that you are only installing DS on this PC if this is not the case then you need to be extra careful and only remove the entries that belong to DS.
    Cheers
    Hai.

  • Convert FM into web services

    Hi,
      I have a function module and I want to convert it into web services. Is it required that the FM must be RFC enabled?
    Regards ,
    Godadhar.

    yes.
    Please check link:
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/ae1b9a5d2cef4ea4b579f19d902871/frameset.htm
    "To create a Web service from a function group or function module, you can call the Creation Wizard from the Function Builder (SE37). Choose the function module, display it, then choose Utilities --> More Utilities --> Create Web Service --> From the Function Moduleor From the Function Group.
    Note that the function group must contain at least one RFC-enabled function module."

  • Issue with logging into Presentation Services

    No luck fixing my issue using the search function.
    Administrator/Administrator or a blank password are not working. In NQSConfig.INI I set AUTHENTICATION_TYPE = BYPASS_NQS; but still cannot get into presentation services. Where do define/set the password here?
    I tried to uninstall/reinstall and get prompted for the oc4jadmin password which i also do not have.
    Edited by: cisGuy on Aug 16, 2010 10:12 AM

    Yes, i was then able to uninstall OBIEE and reinstall by resetting the oc4jadmin password. However upon installation and before reboot, i was able to log into Presentation Services as Administrator/Administrator. However once i rebooted and started all services, i can get to presentation services login screen but the same credentials give me an invalid user/pass error message.
    What is going on here? All services are running:
    Oracle Java Host
    Oracle Presentation Services
    Oracle BI Server

  • Error message when connecting to Bex Query in WebI

    Hi all,
    I've a Bex Query and I created a universe on top of that Query. I selected few characteristics and one keyfigure in WebI to build a report. When I ran the query I'm getting a error message as below :
    A database error occured. The database error text is: Failed to execute MDX Query. Reason : Error occured when starting the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'. (WIS 10901)

    Hello John:
    I realize you are using webi, but a similar error is documented for Crystal Reports in the following KB:
    [1369523 - Crystal Reports and SAP BW -- 'Database Connector Error: BAPI Error #:0' |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333333363339333533323333%7D.do]
    See if the troubleshooting tip there helps.
    - Ludek

Maybe you are looking for

  • How can I use a new mobile number under the same Apple--ID?

    Hello there. Since few days I habe an 5S with a new number. But I can't use FaceTime or iMessage with it. Im Setzlings is still my old number and I can't change it. When I logged in in my Apple-Account and changed my number and saved it, there is sti

  • OSB-due to service configuration in flux

    Hi, I am seeing this error continuously in the server log. I am trying to read a file from a directory location using file protocol, and after reading the file I am archiving it. Here the file is getting read and archiving continuously in the archive

  • Table name for Reference

    hi I need table name for vendor payment against the reference.  For example at the time of invoice i will give reference as inv no:1 and at the time of payment i will make payment against that reference number.  Now i required that in voucher printin

  • How do I connect my ibook to my G4 desktop

    How do I connect my macbook to my G4 desktop so I can use the DVD-ROM drive in my macbook to upgrade the software on the desktop unit. I only have USB cables and realize it will take awhile but can I do it. The desktop unit only has a CD-RW drive.

  • How can i receive my receipt through email ? I lost my original receipt

    how can i receive my receipt through email ? I lost my original receipt