How to have a web-based interface for Lumira that also performs Ad-Hoc visualizations on data that should be loaded live from HANA.

How to have a web-based interface for Lumira that also performs Ad-Hoc visualizations on data that should be loaded live from HANA. I have another tool that puts data into HANA, So don't want to reload this new data into Lumira every time I want to run a report.
so do i  have the ability to create polished ad hoc dashboards, reports, infographics and storyboards Apart from Ad-Hoc reports, I also need a dashboard with some fixed reports that update with the live data.
So please suggest me to accomplish this task.
Thanks and regards
Shashi kiran

Please have a look at Ludek's document here which contains links: SAP Lumira Family Supported Versions Matrix
Ludek has also attached the PAM's as zipped files; Lumira comes in many flavors so I encourage you to research options
Also see this "HANA Live" document: [SAP HANA Academy] Visualized: Lumira & HANA

Similar Messages

  • Web based authentication for wired client, Crendentials submission failure.

    Hi,
    I am trying to set up the functionnality "cisco web based authentication" for the wired clients.
    The problem i encountered is that my switch doesnt forward the client's password to the ACS.
    When the user validate his credentials on the login page only the login seems to be forwarded.
    The result of the command "show ip admission cache" always show the client in the init state.(i use the default cisco web login page).
    the connection between aaa servers and the switch is working.
    You will find in attachements the running-config and the debug file.
    Thanks for your help, any ideas are welcome :) (its t os version c3750e-ipbasek9-mz.150-2.SE7).

    Well i took a look on your documents but i didnt find anything that helped me ;S.
    I'm still stucked on the same step.

  • How to administer an Access database via web-based interface?

    There are times when I need to edit a database record to do something my CMS wasn't designed to do, so I have to manually edit it. Normally I just ftp the Access mdb file to my pc, make edits, and reupload the mdb file and hope nobody updated the database in the meantime.  Does anyone know of a web-based database admin system that will allow me to edit Access data?  Sure would be nice if I could install something on the server that would allow me to edit any datasource there and not have to have a separate, customized interface for each datasource.
    Thanks for looking, Bill

    I would recommend naming that page with an extension that the web server will not serve.  Rename it to use it and then rename it back when done.
    Or just put access restrictions on it via the web server, so one needs to authenticate to the system before using it.
    Or stop using Access and use a decent DB: Access is not appropriate to be used as a DB for a web application.  But that might not be an option.
    Adam

  • To build web based application for taking backup

    Actually , I have prepared menu based scripts for taking backup.
    Now what i want to make is WEB BASED APPLICAATION for taking backup. My idea is to build the Web Pages which will call the scripts which i have already buit . But I don't know how through Web Pages I am able to go in the server and call the scripts .
    If anybody having any idea regarding this . Pls guide me I am very thankful to him/her.
    Thanx
    Waiting for valuable advice

    Dear Sandeep Saini,
    You may develop the web application is used SDK DI Server.
    Please refer to SDK help and sample for more information about DI Server.
    Best Regards
    Jane Jing
    SAP Business One Forum team

  • WRT54G V6.0 Web Based Interface Issue

    I'm trying to setup a WRT54G. I ran the SetupWizard which didn't work.
    I can access the Web Based Interface at 192.168.1.1 , but when it appears (after putting in the admin password), the page doesn't properly load. The colors and some text comes up, but all of the tabs, buttons and links are missing (including the Save Settings button). I can't get to Administration page to restore the factory defaults or upgrade the firmware.
    I've tried the pressing the reset button for 30 seconds about 100 times so far, and nothing has worked. I've tried this on 3 different computers, and my other 2 WRT54G's run properly on all of these computers.
    I bought the router about 2 years ago and I just opened the box today.
    What fixes are available?
    Thanks in advance.
    Solved!
    Go to Solution.

    If you are not able to see any Tab on your router setup page, If you have any Firewall or Antivirus  installed on your computer you may disable it and then try to Login to your Router Setup page and check if you are able to see any Tabs on Routers GUI. If still not then Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable.
    If you still face the same problem, Connect your other computer to the Router and try to access the router setup page and check if you are able to see any tabs on the router setup page. If stil the same problem on the 2nd computer then you need to Upgrade the firmware of your Router using TFTP tool. 
    First you need to Download 1.67 MB the Latest Firmware of your router. 
    TFTP tool which you can Download 44.3 KB (It will be named as BEFW11S4-v2_SetupWizard) 
     Double click the tftp.exe file and click run :
    For Server- Enter the IP Address of the router that you assigned.  By default, the router is 192.168.1.1...
    For Password- Enter the password you assigned the router. By default, the router’s password is “admin”.
    For File- Click the triple “…” button and browse for the .bin firmware file...
    Click Upgrade button to start upgrading.  A progress bar should show up to show the progress.
    Once the Upgrade is done press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now Check if you are able to Login to your Routers GUI and able to see the Tabs on it. 

  • Getting SQL*Net more data from client waits when running a query through web based interface

    Hi, you all,
    We are having this weird behavior when running query through web based interface, we get a lot of "SQL*Net more data from client" waits, the OEM indicates that the current wait event is SQL*Net more data from client
    It's just a very simple query wich invokes a db link.
    When I execute the same query on any PL/SQL tool like toad or sql developer it works fine, but that query inside an application executed through a web based interface, it hangs for ever.
    Where can I start looking for the problem.
    We are working on a 3 Node RAC 11gr2, both databases are on the same RAC.
    Thanks.

    Hi ,
    we managed to reproduce the case in test environment, below are the steps:
    1)have 2 databases on different machines, will call the first one local, the other one remote.
    2)in the local database create:
    a - DBLink to remote database.
    b - read data from remote database(we simply used select count(*) from dummy_table )
    c - insert data into a table on the local database
    d - terminate the connection between the 2 databases (disconnect either machine from the network)
    e - commit on local database.
    what we noticed was the following:
    1)when the local database is disconnected from the network(the machine is not connected to any network at the moment): almost immediately throws an error, and issuing the following:
    select * from dba_2pc_pending;we found some data .
    2) when the remote database was disconnected(the local database is still connected to the network):
    after 7-8 seconds an error is thrown, and issuing the following:
    select * from dba_2pc_pending;did not return any data.
    since this is pretty similar to our case ,we concluded that it's a network issue.
    is this the correct behavior ?
    as a temporary solution till the network issue is fixed ,we did the following:
    1) changed the call of the remote procedure to calling a local procedure that calls the remote procedure.
    2) added pragma autonomous_transaction to the local procedure.
    3) at the end of the local procedure rollback the autonomous transaction.
    it seems that since the global transaction does not use the DBLink database does not issue a 2PC commit.
    this works in my cases since the DBLink is only issed to read data.

  • How to get the command line interface for WRT160NL router

    hi,
    How can I get the command line interface for WRT160NL router. please suggest.

    If you’re trying to access the web-based interface of your router, just use its default IP address (192.168.1.1). The Username is left blank and the Password is "admin". Here’s a quick link on how to do that.

  • Java tool (with a web based interface)

    Hello all experts,
    This is what may client has said:
    +"We require a Java tool (with a web based interface) that will+
    +screen scrape or copy the Britannica source content from http://www.britannica.com/ by+
    +category. Then import those pages into confluence+
    +<http://www.matrixian.com/software/confluence/> Britannica . Optimally+
    +this tool will work as a plug-in for confluence+
    +<http://www.matrixian.com/software/confluence/> Britannica."+
    Can anyone please tell me what are the processes (java technology) I should undertake to build the system successfully?
    Thanks and Regards,

    Find a lawyer.
    As it appears, without evidence from you to the contrary that you are asking how to use Java to steal copyrighted content I would humbly suggest that you investigate, whether (a) the activity is illegal (b) whether you feel comfortable legally and ethically in helping someone steal content.
    Happily your actual Java related question is quite trivial and the fact that you had to to ask and couldn't either figure it out on your own nor find a suitable answer through searching suggests that you will be unable to provide the client with what they ask based on your current skill set. Aka the legality won't be an issue since you don't appear competent enough anyway.

  • CBT or WEB based training for Cognos, ESSBASE or BO

    I'm looking for CBT or WEB based training for Cognos, ESSBASE or BO?
    thnx
    Endre

    Hello Jawahar,
    Thanks for your reply.
    Your right from 4.0 its a Promotion Management activity with LCM.
    Here my question is I'm not able to Access LCM thorogh Localhost:8080/BOE/LCM.
    Please anyone help me how to do rectify this.
    Thanks
    venkat

  • How long have the life cycles been for previous 13" MacBook / MacBook Pros?

    How long have the life cycles been for previous 13" MacBook / MacBook Pros before Apple introduced the next model?

    Check out this site for information like that:
    http://buyersguide.macrumors.com/

  • How do I get the Ceridian Interface for Canadian Payroll?

    Hi gurus,
    We are implementting Core HRMS in Multiple Business Group. This is my question How do I get the Ceridian Interface for UK, Italy and Canadian Payroll?
    with regards
    Surya

    Hi Robmtu,
    You can find the direct download here.

  • HT3910 I am selling my Macbook Air 2008 and need to reformat it back to it's factory settings.  I've been reading the help but I don't seem to have a re-install drive for the USB port.  Is this something post 2008 or can I get one from somewhere?

    I am selling my Macbook Air 2008 and need to reformat it back to it's factory settings.  I've been reading the help but I don't seem to have a re-install drive for the USB port.  Is this something post 2008 or can I get one from somewhere?

    Hey Stella,
    Welcome to Apple Support Communities, and thanks for the question! I'd read through the following article before selling your Mac - it'll include instructions on how to reformat your hard drive:
    What to do before selling or giving away your Mac
    http://support.apple.com/kb/HT5189
    All the best,
    David

  • How do I move Elements 8 projects (slide shows) from a Windows XP computer to new Windows 7 computer that also has Elements 8 on it so that the slides shows will work (Elements 8 works well on the Windows 7 computer & I have done several new slide show pr

    How do I move Elements 8 projects (slide shows) from a Windows XP computer to new Windows 7 computer that also has Elements 8 on it so that the slides shows will work (Elements 8 works well on the Windows 7 computer & I have done several new slide show projects on it)?    I tried backup & restore without success.  I have also found the .psess files and copied them to the catalog in the new computer but when the sides shows are opened none of the images or music is there.  Only the text that I entered shows.  I have even tried to replicate the file paths from the XP computer to the new computer to see if that will help.

    UPDATE:  By a stroke of luck I happened to find a catalog link (a PSE8D file) in the 'My Catalog' file where the imported data was stored.  When I clicked on it to investigate what is was 'magically' all of my transferred projects appeared in Organizer.  Upon further investigation I found that the projects transferred from my XP computer were stored in a hidden catalog that had to be accessed through the Custom Location option in Catalog Manager (accessed by clicking File then Catalog then Custom Location).  No Windows or Elements search revealed this fact.  I am appreciative that I just got lucky.  The Adode/Photoshop company was absolutely of no help.  If fact to me their structure is designed to avoid contact with their customers unless you're buying a new product.  Their products have many good features (even though user unfriendly) and it's a shame they don't value their customers more once the sale is completed. 
    Bottom line:  All of the projects (sideshows) have been recovered and work in my new Windows 7 computer.  I hope my experience helps others. 

  • I have 4 sets of slides for 4 product lines. I want thave a slide that lists the 4 products, click on which one I wnat and have it go to that set of slides. Is this possible?

    I have 4 sets of slides for 4 product lines. I want thave a slide that lists the 4 products, click on which one I wnat and have it go to that set of slides. Is this possible?

    Yes, use hyperlinks.

  • Urgent ..How to use Tree component in a web based interface

    I want to make a Java web based windows explorer type interface.
    For that i want to use tree component .
    Is it possible for me to do this.
    Can anybody suggest me how to do ?

    Hi,
    I assume you plan to do this in a browser and you plan to use JTree. When using an applet, you'd have to make sure that the latest Java Plug-In is available on the client.
    If you not plan to use JTree, you could use a Tree component which is not based on swing such as the one at http://www.calcom.de/eng/dev/cctree.htm
    In this case still the browser would have to be 'Java enabled' by any kind of plug-in
    Ulrich

Maybe you are looking for

  • SAML 1.1 - Possible to configure NetWeaver Server to allow SSO to Non-SAP ?

    We have NetWeaver 7 and would like to use SAML 1.1 to SSO into a vendors website.  Can we send SAML Assertions from NetWeaver by configuration or do we have to write an application?  Thanks! BK

  • Error reports

    when i connect my ipod a microsoft error report comes up and when i click either send error report, debug or don't send itunes closes itself. when the ipod is not connected itunes runs fine. can anyone tell me what to do please

  • Cover Flow Mode - Center Overlay Blocks View

    Loaded iTunes on new computer, working great. I click to cover flow view, add all my music files, download album covers and enjoy it for a few hours. Then I, stupidly, try to increase the font size with the control/scroll to try that. Now the center

  • Images are offline and can't reconnect

    Two projects in my Library show the files to be "offline" or "missing." When I select them all and "Manage referenced files" the aperture library doesn't show up in the pictures directory, and I can't reconnect because of this. The Aperture Library c

  • How to get Current week and No of Weeks for each quarter!!

    Hi, As a part of report development I have to derive Current week and No.of Weeks in Curreny Query. Based on these information I have to calculate Phased target (Calculated KYF). Phased target = (Target for Quarter / No of weeks in Current Quarter) X