Service for Xcelsius Reports

Which BOE XI2 R2 server service handles the execution of Xcelsius Flash reports that are accessed on Infoview?
Thanks,
Deb

Hmmm, that is what I thought. This is totally weird that you cannot even find out who published out there and when. We are facing an issue where developer find that some of the existing QaaWS queries they published are being modified (or so do they think). I am not sure if I can give them an answer as to who might have done it, if at all.
Secondly, how can I even look at a "query" built using QaaWS? Like I can pick a report or univ file on the FRS, I don't think the query object physically exists as a file, does it? The only object associated with it that I can think of is the WSDL, which does not have the query details itself.

Similar Messages

  • Question about creating Web service for Xcelsius

    Has anyone successfully written a Web service in .Net C# that Xcelsius can use? I was just trying to create something simple and it will not work. I get data in my Xcelsius report, but it is all lumped into one 'cell' and the XML tags are still in there. If anyone has some sample code that does work it would be much appreciated.
    Here is what I have:
    public string getTableInfo()
    SqlDataAdapter dbadapter = null;
    DataSet returnDS = new DataSet();
    using (SqlConnection dbconn = new SqlConnection(
    "Server=SERVER;"
    + "Database=DB_NAME;"
    + "User ID=ACCOUNT;"
    + "Password=PW123;"
    + "Trusted_Connection=False;"))
    SqlCommand cmd = new SqlCommand();
    string sqlQuery = "select FIELD1, FIELD2 from TABLE";
    cmd.CommandText = sqlQuery;
    cmd.Connection = dbconn;
    dbadapter = new SqlDataAdapter(cmd);
    dbadapter.Fill(returnDS);
    return returnDS.GetXml();
    thanks!!!

    Hi Jeremy,
    This might get you closer (VB.net): VB.net code to create XML
    Regards,
    Matt

  • Web services for BW reports

    Hi,
    We have an existing portal which is running on SAP Application Server, which has ABAP codes. to connect and read SAP bw reports.
    We are developing an external j2ee web pages which can access the reports.
    We were thinking if we can publish the BW reports as web services and create an external consumer web service application.
    Is this possible? What changes we may need to do on SAP end?
    Thanks for any reply.Hope this is the correct place to post.
    Abhishek Sen

    >
    Raj Kandula wrote:
    > Hi ,
    >
    > You can create a WEBSERVICE in BW on  a query.
    > For a step by step procedure chk this PDF
    > https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7ffba2ec-0c01-0010-2e81-988e48e3ca43
    This example is using EP. we donot have EP configured for BW reposts.
    There is a frontend BSP pages running on SAP application server.
    Will we be able to create and publish new and existing reports of BW to a in house Consumer web service?
    Also posted this topic in Application server>java Application
    Thanks
    Abhishek Sen

  • Urgent !! Error related to NT service for Report Server in 6i

    Recently i have installed Oracle 9iAS 1.0.2.1 on WindowsNT 4.0 SP5 and using Oracle 8.1.7.0.0. I found that the service for Oracle Forms Server [Form60Server] is working where as the service for Oracle Report Server gives the following error :
    Oracle Reports Server [Rep60_<computer_name>] service returned service specific error 186
    After giving this message, the service not started.
    Seeking guidence through this fourm.
    Regards

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ashwani Dave ([email protected]):
    Recently i have installed Oracle 9iAS 1.0.2.1 on WindowsNT 4.0 SP5 and using Oracle 8.1.7.0.0. I found that the service for Oracle Forms Server [Form60Server] is working where as the service for Oracle Report Server gives the following error :
    Oracle Reports Server [Rep60_<computer_name>] service returned service specific error 186
    After giving this message, the service not started.
    Seeking guidence through this fourm.
    Regards<HR></BLOCKQUOTE>
    I think something is either active or hung listening on the same socket Oracle Reports is trying to run on. Remove the conflict by using another port. If Oracle Reports/Forms has crashed and hung the socket the only easy way to fix the problem is to three finger salute the machine.

  • Problem Loading Service Pack1 for Xcelsius Present 2008

    I am trying to install Service Pack 1 for Xcelsius Present 2008.  When I entered Product Key, I get error that product key is not valid.  I called customer service and they verified that product key is valid.  They sent instructions to change preferences for HKEY_LOCAL_MACHINE but the "Business Objects" section is not there.  I did change the "Crystal Reports" preferences, but still had problem with the product key.

    Yes, thank guys! 
    I was unable to get the key accepted (Windows 7, my user account does have administrator rights). Right-clicking Xcelsius Present 2008 shortcut and selecting "Run as administrator" did the trick. The program is now licensed.
    Have to wait til tomorrow evening to play with this, though.

  • Scheduling Xcelsius report in Infoview for SWF format

    Experts,
    Can I know how do I schedule Xcelsius report in Infoview for SWF format.
    My report is ready and user wanted this report everyday morning.
    I am refreshing it manually and sending him.
    I want to write flash file in a share location.
    Please help me.
    Thanks
    VS8VIV

    Hi,
    Unfortunately, scheduling of the swf files are not possible at the moment.
    You can manually export the swf to a network location.
    Thanks,
    Amit

  • Integrate Xcelsius Report in WebDynpro for ABAP

    Hi all,
    I would like to integrate Xcelsius reports into WD for ABAP. This shouldn't be a problem if using EHP1 in ERP backend.
    But what I would to do is to influence the report's behaviour. E.g. by clicking on a button I want the report to change.
    Is it possible to trigger events from WD ABAP into an integrated Xcelsius report?
    Regards
    Christoph
    Edited by: Christoph Hofmann on Nov 5, 2009 11:58 AM

    >
    Kareemullah Quadri wrote:
    > Hi Thomas
    >
    > If we would like to write a wrapper Flex application, the generated SWF in Xcelsuis compiles only with Flex SDK 2.0.1 Hotfix 3.
    > But this wrapper Flex cannot include Flashisland library as this is supported only by Flex SDK 3.0.
    > What is the solution or am I missing something here ?
    >
    > Regards
    > Kareem
    I believe this is a duplicate question to another thread, but SAP supplies both a Flex 2 and Flex 3 version of the FlashIslands SWC.  Just use the Flex 2 library.

  • Using Azure internal load balancer (ILB) for Sql Reporting Services

    I am attempting to implement a scale-out SSRS deployment using the Azure ILB feature. I have created 2 Sql Reporting servers using the azure images and have created a ILB endpoint on both servers.  I am then attempting to access the servers via the
    ILB from my .Net web application.  I can access the report server from my browser and am prompted for credentials using forms authentication.  there is no issue accessing the reports from a browser however my web application cannot access the reports
    and returns a 500 error.  I have a hunch this is due to an authentication issue due to invalid kerberos proxy authentication.
    Does anyone have any information regarding the possible authentication mechanisms that are supported using Azure ILB?  

    Thanks for the response Swallow0417, but as I stated I already had configured this to work in a browser.  I should have mentioned that I already had set the machine key and altered the rsreportserver.config file as mentioned in
    https://msdn.microsoft.com/en-us/library/cc281307.aspx.
    It turns out this was due to the extended data validation that was introduced in SQL 2014. 
    This page led me to alter rsreportserver.config so that:
    <RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
    <RSWindowsExtendedProtectionScenario>Any</RSWindowsExtendedProtectionScenario>
    After restarting the report server service my application now can make the requests for the reports successfully.  I'll provide the other steps I took to hopefully help someone else in the future:
    1. Create 2 or more SQL servers in an Azure availability group on the same service in a Reports server scale out deployment.  The SSRS Service account must be a domain account or it will not work
    2. Create an Azure ILB using powershell and add the endpoints on your http(s) ports on the server in step 1. I also set the endpoint IdleTimeoutInMinutes to 30 on both endpoints as it seemed like there was some possible timeout issues. the endpoint MUST
    also have DirectServerReturn Set to $true 
    3. disable the loopbackcheck see method 2 here
    http://support.microsoft.com/kb/896861
    create a DWORD registry key value 1,
    DisableLoopbackCheck,
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
    4. Configure View state validation by setting an identical machine key on all servers behind the azure ILB
    5. Create a Host record in your AD DNS for the Azure ILB IP Address. 
    6. configure hostname
    and URLRoot in rsreportserver.config - see
    https://msdn.microsoft.com/en-us/library/cc281307.aspx
    Setting the hostname tag breaks the report manager url. It is only
    required to set the URLRoot tag. I do not think it is required in this configurtaion only for Windows
    NLB
    6. Configure the authentication method in rsreportserver.conig
      <RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
      <RSWindowsExtendedProtectionScenario>Any</RSWindowsExtendedProtectionScenario>

  • Configuring Reporting services for SCCM 2012

    Hi,
    I just finish create SQL reporting services ( configure Database, report manager URL) in SQL 2008 R2 for SCCM 2012. When I open the Report option in SCCM console (Monitoring --> Report), no report listed there and then I try to add in Reporting service
    point for it, but get an error message
    "There is a problem connecting to the specific reporting server. Please check the connection and make sure SQL reporting service is running on the specified server"
    I manually browse to http://sqlserver/reportserver or
    http://sqlserver/reports , that is no any folder exist there (I assume when I configure reporting service it will automatic create a folder for it with all report inside?). Anyone can guide me on how to solve this issue?
    Regards,

    Hi,
    hi ,
    I am new to SCCM 2012 group and i have knowledge on sccm2007. i want to discuss some issue what i have with SCCM2012 installtion. The issue is my machine got rebooted while installing sccm 2012 SP1.i have already installed all the prerequisites for SCCM2012.i
    am installing sccm2012 on Hyper-V machine.
    Please see my system configuration below:
    DomainController(2008R2 server) : 512MB RAM, AD things and DNS ,DHCP has installed on it.
    System center server(2008R2) : 1028MB RAM , Sql 2008 server installed on it.
    i tried to install it many times but still i got the same issue.
    Could anybody please help me with this ?
    This is a new question. So please ask this question on a new thread in this forum.
    Thank you.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Reporting Services will not automatically use a different replica for the report server databases when a failover occurs. How to overcome this issue

    Reporting Services offers limited support for using AlwaysOn Availability Groups with report server databases. The report server databases can be configured in AG to be part of a replica; however Reporting Services will not automatically use a different
    replica for the report server databases when a failover occurs. How to overcome this issue? is there any workaround for that..
    Rahul

    Hi.
    With the AlwaysOn listener you should have a single DNS name to connect to regardless of which cluster node is active. Are you using the listener service? If not, please refer to the link below.
    http://msdn.microsoft.com/en-us/library/hh213417.aspx#AGlisteners

  • Reporting Services for Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0

    Hello,
    We are currently running:
    Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0 (Intel X86)   Apr 22 2011 11:57:00   Copyright (c) Microsoft Corporation  Standard Edition on Windows NT 5.2 <X86> (Build 3790: Service Pack 2) (Hypervisor)
    We would like to know what is required to configure Reporting Services for Microsoft SQL Server 2008 R2 Standard.  Is their a cost associated?  I need to inform our IT people what is needed.
    Looking forward to your reply, Linda

    Double post:
    http://social.msdn.microsoft.com/Forums/en-US/3e6c5d4e-228e-4a95-b017-4c20ec61cae4/reporting-services-sql-server-express-2008-r2?forum=sqlreportingservices
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • TF400525: Make sure the SQL Server Reporting Services service for this instance is running.

    I am trying to install TFS 2012 update 4 on single server installation.
    I am getting below error:
    TF400525: Make sure the SQL Server Reporting Services service for this instance is running.

    Hi CFSA, 
    Thanks for your post.
    If you want install TFS 2012 Server with Reporting Server, you must ensure the provided Reporting Services is running first.
    As Daniel said, please check that in SQL Server Configuration Manager to ensure Reporting Services is installed and running.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can someone suggest some good books for sql reporting services (SSRS) 2012 or above?

    Hi Everyone,
        Can someone suggest some good books for sql reporting services (SSRS) 2012 and above? I ave been working on ssrs for past 2 months and have a basic understanding of ssrs.
    Regards
    Regards

    Hi,
    you can look for below options;
    http://www.amazon.in/Microsoft-Server-Reporting-Services-Recipes/dp/0470563117#reader_0470563117
    http://www.goodreads.com/book/show/18147604-learning-sql-server-reporting-services-2012
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

  • Create groups in reporting services for security?

    Is it possible to create groups within reporting services and assign folder/report access to those groups?
    sqlserver 2008r2
    winserver 2008r2

    Hi,
    You can create active directory groups and assign these groups in SSRS security for folder/report access
    Jiri Neoral

  • Where is the forum for Fusion Report Service with Oracle Reports?

    Where is the forum for Fusion Report Service with Oracle Reports?

    You could try this one, maybe post your question.

Maybe you are looking for

  • Reporting Services Error after Interactive sorting and drill down in pps

    Hi  i have a report  that has a drill down option that shows all workgroups within a specific  parent group and an interactive sorting ass well on both columns  parent group &  workgroup  This is displayed  in pps combined with a SharePoint ---the pr

  • Problem with parameter and sql query

    I've a problem with te query of my report. The query is: SELECT [DESCRIPTN]       ,[LOGTIME]       ,[STATUS]       ,[CARDNO]       ,[LOGDATE] FROM [Granta5P0].[dbo].[TIMELOG32] where cardno in ({?cardNo}) the parameter as multiple values checked so I

  • ObjectListDataProvider doesn't work for me.

    I'm working thru the examples in the Field Guide 2 with an up-to-date version of JSC2. I'm stumped on 8.3 Object List Data Provider. No matter which way I try it, I can't add the objectListDataProvider to a table. Nor can I set the object List for th

  • When I use Safari, I get grey screen which I cant access

    When I try to use Safari, I get the error 'Cannot OPen Page' because it is not connected to the Internet, in spite of showing strong signal and the network is recognized by my iPad

  • Swapping out a raid array

    Hello:     I currently have a raid5 array for my desktop, but the disks are getting old and I'd like to replace it.  Currently I'm using 3x500GB disks.  I'd like to replace this with 4x2TB disks.   In order to reduce the risk of data loss, I would ra