Xcelsius webservice

Hi Team
Im using Xcelsius 2008 and i need to build report by extracting metrics from an database.Please help me as how can i pull data from database tables. I heard that we need to create a plsql block and call it as web service connection. Can somebody help me as how to implement this.Please let me know if any documentation is available for this.
Thanks
reddi

Hi Florian,
I'm a bit stumped. I don't think that your method of debugging using just the URL will work, because there is no authentication - Xcelsius should be sending something that identifies you (I think a logon ticket of some sort). It is probably in the headers of the request that you took the URL from, so you may want to look there.
But it seems like your Xcelsius should work. Maybe it's upset at your for not calling it "SAP Crystal Dashboard Design" or "SAP BusinessObjects Dashboard Design".
You might try specifying a measure, but I'm not sure if that will help. Maybe someone else can chime in.
Ethan

Similar Messages

  • Xcelsius -webservice-input values

    Hi Experts,
    i have a problem regarding xcelsius dashboard .
    i have done a connection between R/3 and Xcelsius using FM and showing the result in the BSP page. it is working.
    Now i created dashboard, using web service
    here input values are TOLOG, Username and Compif, all are selected single cell on excel.In each input value filed i have a selektion possibility als drop down. By running the dashboard it is not working.
    How i can give the input value by running the dashboard so that the selected value appear?
    It should work like Webservice test
    Thank you in advance

    Hi
    No there isn't.  You have to use additional components like a Spreadsheet or Grid component, or even individual Labels to get the values 'onto' the graphic.
    Regards
    Charles

  • #2170 error calling a webservice from Xcelsius having crossdomain.xml

    Hello together,
    we are facing a #2170 error indicating we don't have a proper policy file in place when executing a published Xcelsius flash in SAP BI application portal.
    We created a WebService that is running an SAP BI System 7.01. The WebService is function module based and was generated following the wizzard. Afterwards we created a Xcelsius app that consumes data from this WebService (via data connection). The resulting flash from Xcelsius was pulished to SAP BI System (portal).
    Since there are many entries in the SDN and the internet in general we finally also created an crossdomain.xml file on the BI system which can be accessed and is visible by using "https://<server>/crossdomain.xml".
    Now the confusion begins: We exported the flash from Xcelsius to local desktop and executed the corresponding HTML-file. It's working and I can receive/see WebService data (after adjusting flash-security-settings). If we upload both exported files (html and swf) to the BI system (as MIME objects) and execute the html again we are also receiving WebServervice data. So far so good. But if we execute the link from the SAP BI Portal (Xcelsius menu > SAP > Start) we still get the error #2170 indicating we don't have a proper domain policy file in place. But for my understanding we do have. So currently I would assume the error message is somehow misleading.
    During all the activities I found out that this error is also raised if the user has insufficient authorization. My user has SAP_ALL authorization for testing purpose.
    In general I would say we are not that wrong with our Xcelsius/WebService if we are not coming from BI portal. So my questions are:
    1.) Are there any authorization on portal side that might not fit and lead to this error? If insufficient authorizations produces such an error ...
    2.) Did we miss any other stuff during our try/fail-operations?
    Many thanks in advance for your hints.
    Steffen

    Hi Rajat,
    This is how the default trace looks
    FATAL: Application Servlet failed to notify devices.
    Caught java.rmi.RemoteException: Service call exception; nested exception is:
         com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (503) Service Unavailable. The requested URL was:"http://<<server>>:50000/ManagementService/ManagementService?style=document"
         at com.om.mws.standaloneproxy.ManagementServiceBindingStub.notifyDevice(ManagementServiceBindingStub.java:1289)
         at com.om.mws.standaloneproxy.ManagementServiceBindingStub.notifyDevice(ManagementServiceBindingStub.java:1298)
         at com.om.ApplicationServlet$NotifyDevices.run(ApplicationServlet.java:86)
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (503) Service Unavailable. The requested URL was:"http://<<server>>:50000/ManagementService/ManagementService?style=document"
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:980)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1430)
         at com.om.mws.standaloneproxy.ManagementServiceBindingStub.notifyDevice(ManagementServiceBindingStub.java:1282)
         ... 2 more
    java.lang.NoSuchMethodError
    at java.lang.Thread.destroy(Thread.java:779)
         at com.omApplicationServlet$NotifyDevices.run(ApplicationServlet.java:92)
    Rgds
    Shashank

  • Obiee web services into xcelsius

    Hi all
    Have anyone tried consuming obiee through Xcelsius webservice
    Thanks
    Reddi
    Edited by: user12194578 on Nov 12, 2009 3:24 PM

    Reddi, I have connected Xcelsius to OBIEE web services. It's the best of two worlds: superior obiee admin and web services performance and complete control over data visualization. See this post for details and code: http://www.bihappyblog.com/2011/05/15/connect-xcelsius-dashboard-to-obiee/

  • Consuming a webservice of MII in Xcelsius 2008

    Hello Everyone !
    I have created a webservice in MII 12.1. I tested it in SoapUI. It is working fine.
    I created a separate webservice using SAP. Tried to consume in Xcelsius 2008. It is also working fine.
    But, the webservice created in MII 12.1 which I try to consume in Xcelsius 2008 is giving me error as "Unable to load URL".
    What can be the possible measures to overcome this issue ?
    Regards,
    Vaibhav Singhania

    Hi,
    Try to call MII transaction in URL with MII user id and password.if it is working fine then try to use that in Xcelsius 2008.We have done this procedure.
    Thanks,
    Ramesh

  • SOAP Webservice returns Array - how to setup Xcelsius?

    Hello,
    after a lot of tests I have recognized that Xcelsius is not able to handle Webservices which return arrays with an undefined size. So I edited the schema file in the way that the size is defined.
    Here is an extract of the schema file:
    <xsd:sequence>
                <xsd:element name="row0" type="tns:Row" maxOccurs="10" minOccurs="10" ></xsd:element>
    </xsd:sequence>
    With that configuration Xcelsius is able to import the wsdl. But the preview window is showing only one Row Folder, I have excpected "10".  My question is, is my config the right way to handle arrays with Xcelsius and when it is, how I have to set up the range in the Excel Map to make the data avaiable???
    Thank you in advance.
    Best regards,
    Conrad

    Here is an example, you can compare what is different. From the look of it the recipient info is missing from yours. Does it say which INI option is missing when you get an error?
    <doPublishRequest xsi:type="doPublishReq_Import" xmlns="http://webservices.docucorp.com/ewps/schema/2005-12-01">
            <LibraryId>CONFIGNAME</LibraryId>
            <DistributionOptions xsi:type="DistributionOptions_ADHOC" source="ADHOC">
              <Priority>REALTIME</Priority>
              <Channel xsi:type="Channel_IMMEDIATE">
                <PublishType>PDF</PublishType>
                <DistributionType>IMMEDIATE</DistributionType>
                <Disposition location="ATTACH" />
                <Recipient name="ORIGINAL">
                  <Props>
                    <Prop name="" />
                  </Props>
                  <Copies />
                  <Story StoryName="" id="" alias="" />
                </Recipient>
              </Channel>
            </DistributionOptions>
            <SourceType>IMPORT</SourceType>
            <Import>
              <ImportFile xsi:type="ImportFile_ATTACH" d6p1:contentType="" location="ATTACH" xmlns:d6p1="http://www.w3.org/2005/05/xmlmime">O05hdXRpbH.......</ImportFile>
            </Import>
          </doPublishRequest>

  • How to pass serialized session/usertoken to BO webservice from xcelsius?

    I wonder how to pass serialized session/usertoken to BO webservice from xcelsius. Could anyone help me how to pass the serialized session/user token to BO web service from Xcelsius?
    Xcelsius is working fine when i use the username/password. But i would like to pass serialized session/usertoken from jsp file to Xcelsius as flash variable , then i will use this variable to get the data from webservice.
    Is that possible to send serialized session/usertoken using soap header?
    Thanks in advance...

    Hi Micheal
    Thank you for the reply.  I have already created the CELogonToken Flash Variable and i am able get the logon token and map to the flash variable.
    Now i would like to pass the same to biws as parameter. But the service has only 2 parameters as username and password.
    Is there a way that i can create my custom parameters(CELogonToken/CESerializedSession) in BIWS service?

  • Multiple Webservices in Xcelsius

    I'm pulling in data from a number of different SQL servers etc. and I want to create a webservice or services that will pull the different sections of data into separate worksheets in Xcelsius. I have Xcelsius Engage 2008 (not Server or Enterprise). Can I do this or do I have to have Server to bring in more than one lump of data?

    I'm using Engage as well.
    While Xcelsius engage allows you to only make one direct connection to a web service there is another way.
    You can connect your excel model to many web services if you use the xml mapping functionality in excel.    These mappings are imported to your Xcelsius model along with anything else in your excel model.
    Once you imported you will find that the multiple web service connections are still active. 
    The only compromise is that there seems to be less flexiblity when attempting to use input parameters with the web service  (Excel doesn't seem to have a method to let you supply input to a web service.)

  • Why we use webservice/Qaaws in XCelsius.......

    hi,
    A small Doubt thatwhy we should use web service /Qaaws in Xcelsius and we can t use webintelligence tell me the diff btwen these twooo.. iam learner in xcelsius....
    thanks
    ravi

    In which scenarios QAAWS or WEB INTELLIGENCE. OR LIVE OFFICE will be used ?
    QaaWS tool is a product of Business Objects. They have provided this tool to get data directly from Universe.
    We use QaaWS when we want to link up the data directly to dashboards. Its simple not many steps are involved in it.
    If we have any in between calculation we cannot make them in QaaWS, like you cannot bring data in a Cross Tab format.
    During such scenarios we use WEB INTELLIGENCE REPORTS to bring this data to Dashboard we use a INTERFACE
    called LIVE OFFICE
    In Typical Scenarios like we have a Financial Reports which refresh the data periodically (that means scheduled for Qtrly)
    in such scenarios we cannot use QaaWS. For such circumstances we use Live Office and set it to bring buffered data.
    If we further dig it LIVE OFFICE Supports the Contexts we can choose the path during object initialization.
    Even we have some issues with LIVEOFFICE like you cannot username and password from excel level
    where as in QaaWS its possible(we can avoid the Login prompt during runtime).
    Through LiveOffice without Webis interference we can get objects directly from Universe.
    And one more important point my name is AnjaniKumar not anjali and for your information i m male.
    Regards,
    AnjaniKumar C.A.

  • WebSErvice Connection  to create a XCELSIUS

    Hi,
    Can anyone please tell me how we can craete a web service connection to load data for Xcxelsuius Dashborads?
    Regards

    Hi,
    You will have to use Business Object Product QaaWS (tool is installed when you install BO Enterrpise/Edge) to create webservices through using universe.
    Flynet is the other option which does not hold dependency on BO to create one.
    So there are tools which you would like to exploe.
    Cheers.

  • Accesing Webservice WSDL into Xcelsius

    Hi,
       I have created a webservice in SAP system, and took the WSDL link and giving it in the data source of xcelsus. However I am getting the error "Unable to load URL'. However this URL works fine in ie. could you please let me know how can I resolve this issue.
    Thanks and regards,
    Vamsi

    hi,
    Please verify the following
    - dsws.properties file
    - presence of cross domain file to the root folder in tomcat
    Following link may be helpful.
    http://www.forumtopics.com/busobj/viewtopic.php?t=165533&sid=c6b8a194cf7b5b716cbb5b10cde6cd2a
    Regards,
    Vamsee

  • Help with data services webservice in Xcelsius

    Hi,
    I have the a problem, this is the problem:
    1. I add a web service connection, to run a data services job
    2. I put thw WSDL URL and after that i click the button import
    3. When i click the button IMPORT, that generate a WEB SERVICE URL
    The problem is, if a copy this WEB SERCVICE URL in my internet explorer it shows me the xml data but if i open this url in the server when i will publish the swf file the url doesnt open...
    Why in my machine can open and in other machine no....?
    Please i need help thanks

    Hi,
    Need some more information.
    1) Do you have a problem in viewing data when you import it to swf on infoview.
    2) Or you have any problems in importing that wsdl link at data connection level.
    If you have issue with the first 1 then you have to place a cross-domain.xml file in your ROOT path of BO Tomcat server.
    Apart from that you have to allow the local disk ro access external source in Flash Global settings manager.
    Is the link generated with QaaWS tool or java or .net ?
    Let me know if you need more information.
    Regards,
    Anjani Kumar C.A.

  • Data connection from SAP-R3 System to Xcelsius using Web Services

    Hello Everybody,
    Anyone tryed connecting data from SAP-R3 System to Xcelsius using Webservices? (created in ABAP function module)
    SDN downloaded document says to Generate Webservice URL through ABAP (by creating function module) and import it in xcelsius
    Data -> Add Web service connections
    by giving the URL to import. After giving the web server login credentials, the error says 'Unable to load URL'
    Any idea would be great help
    Note: I tried by following the thread & its not working:
    http://forums.sdn.sap.com/thread.jspa?threadID=1520321
    Thank you,
    Anand
    Edited by: Anand Amirtharaj on Feb 20, 2012 7:51 AM
    Edited by: Anand Amirtharaj on Feb 20, 2012 7:53 AM

    Hi,
    With regards to your statemetn "SDN downloaded document says to Generate Webservice URL through ABAP"   <- can you tell me more please? references/links/attachment?
    As far as I am aware, that the type of web service required for integration it a 'normal' Netweaver Web app server web service.
    There are limitations about the complexity of the WSDL - see Notes:
    1653655 - Limitations in Web Service WSDL URL usage in Xcelsius 4.0
    1703839 - Limitations of Web service usage in Xcelsius / Dashboard Design
    also , changes between SAP versions requires reworking the WSDL
    Note 1625091 - The WSDL URL for web service which generated in SAP Enterprise Central Component cannot be loaded into Xcelsius
    regards,
    H

  • How can we Use SAP BI in Crystal Xcelsius

    Hi,
    Can we do the Xcelsius Dash board reporting on the BW reports which give the output in the Microsoft Excel. 
    Because its getting the data from the Excel only.  So my question is can we do dash board reporting on the Bex reports. 
    Regards
    Sankar Reddy

    hi,
    take a look here:
    Xcelsius Overview
    /people/ingo.hilgefort/blog/2008/09/02/teched-las-vegas--are-you-up-for-the-business-objects-community-xcelsius-challenge
    Xcelsius, Crystal Reports and Live Office
    /people/ingo.hilgefort/blog/2008/09/03/businessobjects-and-sap-part-9--xcelsius-with-crystal-reports-and-live-office
    Xcelsius, Universes and Query as a Web Service
    /people/ingo.hilgefort/blog/2008/09/04/businessobjects-and-sap-part-10--xcelsius-with-universe-and-query-as-a-webservice
    Ingo

  • Xcelsius - LiveOffice: Unable to refresh SWF File - LO 26608

    Hello,
    i have a problem updating crystal report data using the refresh button in the preview tab of Xcelsius.
    Both files (Crystal Report and Xcelsius File) are stored on the BOE Server and i configured two Live Office Connections from Xcelsius to Crystal Reports. It is possible for me to regenerate the data by clicking the corresponding button within the Live Office tab of Xcelsisus, but i got problems doing that in the Xcelsius preview.
    I inserted a connection refresh button and linked the two Live Office Connections by using the Data Manager. When i click the refresh button i have to insert user login and pw and the authentification works.  But after that, an error occurs and the following message is shown:
    BusinessObjects Enterprise report source not found. (LO 26608)
    The Live Office Service ist running on the BOE Server, and i am using the following URL session for refreshing the data:
    http://<boeserver>:8080/dswsbobje/services
    Is this a boe server configuration issue?
    I am not sure it this helps but i recognized the following message
    Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml
    when i am opening this URL
    http://<boeserver>:8080/dswsbobje/services/LiveOffice
    within a browser.
    Would be nice if someone could help.
    Thanks,
    Johannes
    Edited by: Rinn Johannes on Jun 2, 2009 10:48 AM

    Sorry, the servername is not the problem and the document is also available on the BOE otherwise it would not be possible to get the data in Xcelsius.
    The user has also sufficient rights to view the object because it is the same user for connecting from CR to BOE and from Xcelsius to BOE.
    Maybe it is because of some misconfigured webservices on the BOE.
    SOLVED
    It was a user authorisation issue, the wrong user (Non-SAP) was used for connection from Live Office to Crystal Reports.  
    Thanks Johannes

Maybe you are looking for

  • Is it possible to activate Stickies Notes at a certain time (or date)?

    Many, many years ago (in the dark and early days of MS Windows) I had an extremely helpful and v useful application that (I think) was called PostIt Notes. Anyway, it was very like Stickies but you could set it to pop open at a certain time and date.

  • Cannot click on "repair disk"

    I have been getting the error message "startup disk has no more memory for applications" or something along those lines. I have 4GB of RAM and a 1TB hard drive with 691GB left, so per the instructions on another thread I ran the "verify disk" process

  • Migration Issue from flex 3.5 to 4.5

    Hi All, While Migrating from 3.5 to 4.5 I am getting following UNKWON Error. Declaration of style 'direction' conflicts with previous declaration in C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\frameworks\libs\mx\mx.swc(mx.controls:TextI

  • What table column size is needed to accomodate Unicode characters

    Hi guys, I have encounter something which i dont understand and i hope gurus here will shed some light on me. I am running a non-unicode database and i decided to port the data over to a unicode database. So 1) i export the schema out --> data.dmp 2)

  • Can I Tile Windows in Tiger?

    Can I Tile Windows in Tiger like on PC? Sometimes I just want to work with all my windows visible at the same time.